OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INV_TABLE_BITS
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRdec/src/
transcendent.h
224
E.g. 10 bits must be skipped for
INV_TABLE_BITS
8:
237
shift = (FRACT_BITS - 2 -
INV_TABLE_BITS
- preShift);
242
/* The index has
INV_TABLE_BITS
+1 valid bits here. Clear the other bits. */
243
index &= (1 << (
INV_TABLE_BITS
+1)) - 1;
280
E.g. 10 bits must be skipped for
INV_TABLE_BITS
8:
293
shift = (DFRACT_BITS - 2 -
INV_TABLE_BITS
- preShift);
298
/* The index has
INV_TABLE_BITS
+1 valid bits here. Clear the other bits. */
299
index &= (1 << (
INV_TABLE_BITS
+1)) - 1;
sbr_rom.h
230
#define
INV_TABLE_BITS
8
231
#define INV_TABLE_SIZE (1<<
INV_TABLE_BITS
)
Completed in 138 milliseconds