HomeSort by relevance Sort by last modified time
    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 231 #define INV_TABLE_BITS 8
232 #define INV_TABLE_SIZE (1<<INV_TABLE_BITS)

Completed in 991 milliseconds