/external/zlib/ |
infback.c | 83 unsigned sym, bits; local 94 bits = 9; 95 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 101 bits = 5; 102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 126 bits = state->bits; \ 137 state->bits = bits; \ 144 bits = 0; 253 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
inflate.c | 30 * - Add comments on state->bits assertion in inffast.c 122 state->bits = 0; 128 int ZEXPORT inflatePrime(strm, bits, value) 130 int bits; 137 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR; 138 value &= (1L << bits) - 1; 139 state->hold += value << state->bits; 140 state->bits += bits 215 unsigned sym, bits; local 563 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
/external/opencore/codecs_v2/audio/aac/dec/src/ |
find_adts_syncword.cpp | 26 bits available to conduct a search for the syncword. The plus sign in 33 bits, not add. 49 pInputStream = Pointer to a BITS structure, used by the function getbits 50 to retrieve data from the bitstream. [ BITS * ] 79 If certain bits in the syncword are to be ignored, that bit position should 81 for a syncword to be constructed out of non-contiguous bits. 93 "Don't care" bits must be set to '0' in both *(pSyncword) and syncword_mask. 96 (8 + syncword_length) bits in the buffer. 123 RETURNING bits from bitstream of length (syncword_length) 231 BITS *pInputStream [all...] |
get_pulse_data.cpp | 43 when the number of bits read is 9. 51 pInputStream = pointer to a BITS structure, used by the function getbits 52 to provide data. Data type pointer to BITS structure 235 BITS *pInputStream)
|
get_sbr_bitstream.cpp | 137 void get_sbr_bitstream(SBRBITSTREAM *sbrBitStream, BITS *pInputStream) 178 pInputStream->usedBits += 4; /* compenste for LEN_F_CNT (=4) bits read for Extention_Type */
|
getbits.h | 100 BITS *pInputStream) 154 /* Remove extra high bits by shifting up */ 157 /* This line is faster way to mask off the high bits. */ 172 BITS *pInputStream) 190 /* Remove extra high bits by shifting up */ 193 /* This line is faster way to mask off the high bits. */ 206 BITS *pInputStream) 255 /* Remove extra high bits by shifting up */ 260 /* This line is faster way to mask off the high bits. */ 271 BITS *pInputStream [all...] |
huffspec_fxp.cpp | 37 (3) move BITS *pInputStream to second parameter 53 this present a problem when Int is 16 bits and 59 Description: Typecast b_low and b_high to 32-bits before multiplication, this 78 (3) Change scaling factor accuracy to 10 bits. 97 pInputStream = ptr to structure of bitstream, type BITS 128 pInputStream read codeword index and/or sign bits and/or ESC value 150 If necessary, get the sign bits, ESC value or the NEC_pulse data. In case of 256 * Number of bits for data in a signed 32 bit integer. 300 BITS *pInputStream, 343 BITS *pInputStream [all...] |
get_adif_header.cpp | 302 BITS *pInputStream = &pVars->inputStream; 307 * The ADIF_ID field is 32 bits long, one more than what getbits() can
|
get_ga_specific_config.cpp | 60 pInputStream = pointer to a BITS structure that holds information 303 BITS *pInputStream,
|
getmask.cpp | 38 Description: Make the maximum number of bits requested from getbits 45 when the number of bits read is 9 or less. 58 Type BITS 93 bitstream. If the mask_present field is equal to 2, the mask bits is set to 257 BITS *pInputStream, 290 /* MS for whole spectrum on, mask bits set to 1 */
|
huffcb.cpp | 46 (2) put BITS *pInputStream as second parameter 55 when the number of bits read is 9 or less and get1bits 74 Int sectbits = array that defines the number of bits 84 BITS *pInputStream = pointer to input stream 95 Int bits = number of bits needed for expressing section length 285 BITS *pInputStream, 298 Int bits; /* # of bits used to express esc_val */ local 308 bits = sectbits[0]; /* 3 for SHORT_WIN, 5 for LONG_WIN * [all...] |
s_tdec_int_file.h | 156 BITS inputStream;
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
find_adts_syncword.cpp | 26 bits available to conduct a search for the syncword. The plus sign in 33 bits, not add. 49 pInputStream = Pointer to a BITS structure, used by the function getbits 50 to retrieve data from the bitstream. [ BITS * ] 79 If certain bits in the syncword are to be ignored, that bit position should 81 for a syncword to be constructed out of non-contiguous bits. 93 "Don't care" bits must be set to '0' in both *(pSyncword) and syncword_mask. 96 (8 + syncword_length) bits in the buffer. 123 RETURNING bits from bitstream of length (syncword_length) 231 BITS *pInputStream [all...] |
get_pulse_data.cpp | 43 when the number of bits read is 9. 51 pInputStream = pointer to a BITS structure, used by the function getbits 52 to provide data. Data type pointer to BITS structure 235 BITS *pInputStream)
|
get_sbr_bitstream.cpp | 137 void get_sbr_bitstream(SBRBITSTREAM *sbrBitStream, BITS *pInputStream) 178 pInputStream->usedBits += 4; /* compenste for LEN_F_CNT (=4) bits read for Extention_Type */
|
getbits.h | 100 BITS *pInputStream) 154 /* Remove extra high bits by shifting up */ 157 /* This line is faster way to mask off the high bits. */ 172 BITS *pInputStream) 190 /* Remove extra high bits by shifting up */ 193 /* This line is faster way to mask off the high bits. */ 206 BITS *pInputStream) 255 /* Remove extra high bits by shifting up */ 260 /* This line is faster way to mask off the high bits. */ 271 BITS *pInputStream [all...] |
huffspec_fxp.cpp | 37 (3) move BITS *pInputStream to second parameter 53 this present a problem when Int is 16 bits and 59 Description: Typecast b_low and b_high to 32-bits before multiplication, this 78 (3) Change scaling factor accuracy to 10 bits. 97 pInputStream = ptr to structure of bitstream, type BITS 128 pInputStream read codeword index and/or sign bits and/or ESC value 150 If necessary, get the sign bits, ESC value or the NEC_pulse data. In case of 256 * Number of bits for data in a signed 32 bit integer. 300 BITS *pInputStream, 343 BITS *pInputStream [all...] |
get_adif_header.cpp | 302 BITS *pInputStream = &pVars->inputStream; 307 * The ADIF_ID field is 32 bits long, one more than what getbits() can
|
get_ga_specific_config.cpp | 60 pInputStream = pointer to a BITS structure that holds information 303 BITS *pInputStream,
|
getmask.cpp | 38 Description: Make the maximum number of bits requested from getbits 45 when the number of bits read is 9 or less. 58 Type BITS 93 bitstream. If the mask_present field is equal to 2, the mask bits is set to 257 BITS *pInputStream, 290 /* MS for whole spectrum on, mask bits set to 1 */
|
huffcb.cpp | 46 (2) put BITS *pInputStream as second parameter 55 when the number of bits read is 9 or less and get1bits 74 Int sectbits = array that defines the number of bits 84 BITS *pInputStream = pointer to input stream 95 Int bits = number of bits needed for expressing section length 285 BITS *pInputStream, 298 Int bits; /* # of bits used to express esc_val */ local 308 bits = sectbits[0]; /* 3 for SHORT_WIN, 5 for LONG_WIN * [all...] |
s_tdec_int_file.h | 156 BITS inputStream;
|
/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/ |
get_ga_specific_config.cpp | 60 pInputStream = pointer to a BITS structure that holds information 303 BITS *pInputStream,
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 30 * - Add comments on state->bits assertion in inffast.c 122 state->bits = 0; 128 int ZEXPORT inflatePrime(strm, bits, value) 130 int bits; 137 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR; 138 value &= (1L << bits) - 1; 139 state->hold += value << state->bits; 140 state->bits += bits 215 unsigned sym, bits; local 563 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
mmx_main.asm | 10 BITS 32
|