summaryrefslogtreecommitdiff
path: root/src/xg47_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xg47_regs.h')
-rw-r--r--src/xg47_regs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xg47_regs.h b/src/xg47_regs.h
index 34e288e..8f05442 100644
--- a/src/xg47_regs.h
+++ b/src/xg47_regs.h
@@ -795,9 +795,9 @@ typedef enum
typedef enum
{
BSM_no_swap = 0x0, /* unchanged. default. */
- BSM_half_swap = 0x1, /* bit[7:0] ?¨¨bit[15:08] and bit[31:24] ?¨¨ bit[23:16]. */
- BSM_word_swap = 0x2, /* bit[7:0] ?¨¨bit[23:16] and bit[15:08] ?¨¨ bit[31:24]. */
- BSM_full_swap = 0x3 /* bit[7:0] ?¨¨bit[31:24] and bit[15:08] ?¨¨ bit[23:16]. */
+ BSM_half_swap = 0x1, /* bit[7:0] ? bit[15:08] and bit[31:24] ? bit[23:16]. */
+ BSM_word_swap = 0x2, /* bit[7:0] ? bit[23:16] and bit[15:08] ? bit[31:24]. */
+ BSM_full_swap = 0x3 /* bit[7:0] ? bit[31:24] and bit[15:08] ? bit[23:16]. */
} BufferSwapMode;
@@ -3189,7 +3189,7 @@ typedef enum
PCC_Signed10_Normalize_IFF = 0xc, /* fixed point 10-10-10 format to IFF in [-1.0, 1.0] = fvalue/(29 - 1) in order of (X, Y, Z, 1.0) and set 1.0 to W. D[9:0] = X, D[29:20] = Z. */
PCC_Signed10_Normalize_IFF_Swap_XZ = 0xd, /* 10-10-10 format to IFF in [-1.0, 1.0] = fvalue/(29 - 1) in order of (Z, Y, X, 1.0) and set 1.0 to W. */
PCC_Unsigned10_IFF = 0xe, /* 10-10-10 format to IFF = fvalue in order of (X, Y, Z, 1.0) and set 1.0 to W. */
- PCC_Unsigned10_IFF_Swap_XZ = 0xf /* 10-10-10 format to IFF = fvalue in order of (Z, Y, X, 1.0) and set 1.0 to W. X çč Z. */
+ PCC_Unsigned10_IFF_Swap_XZ = 0xf /* 10-10-10 format to IFF = fvalue in order of (Z, Y, X, 1.0) and set 1.0 to W. X <==> Z. */
} PutConversionCodes;