Searched refs:MAX_PULSES (Results 1 – 12 of 12) sorted by relevance
/external/libopus/silk/ |
D | tables.h | 50 extern const opus_uint8 silk_pulses_per_block_iCDF[ N_RATE_LEVELS ][ MAX_PULSES + 2 ]; … 51 extern const opus_uint8 silk_pulses_per_block_BITS_Q5[ N_RATE_LEVELS - 1 ][ MAX_PULSES + 2 ]; … 62 extern const opus_uint8 silk_shell_code_table_offsets[ MAX_PULSES + 1 ]; …
|
D | encode_pulses.c | 145 sumBits_Q5 += nBits_ptr[ MAX_PULSES + 1 ]; in silk_encode_pulses() 165 ec_enc_icdf( psRangeEnc, MAX_PULSES + 1, cdf_ptr, 8 ); in silk_encode_pulses() 167 … ec_enc_icdf( psRangeEnc, MAX_PULSES + 1, silk_pulses_per_block_iCDF[ N_RATE_LEVELS - 1 ], 8 ); in silk_encode_pulses()
|
D | define.h | 172 #define MAX_PULSES 16 macro
|
D | decode_pulses.c | 72 while( sum_pulses[ i ] == MAX_PULSES + 1 ) { in silk_decode_pulses()
|
/external/chromium_org/third_party/opus/src/silk/ |
D | tables.h | 50 extern const opus_uint8 silk_pulses_per_block_iCDF[ N_RATE_LEVELS ][ MAX_PULSES + 2 ]; … 51 extern const opus_uint8 silk_pulses_per_block_BITS_Q5[ N_RATE_LEVELS - 1 ][ MAX_PULSES + 2 ]; … 62 extern const opus_uint8 silk_shell_code_table_offsets[ MAX_PULSES + 1 ]; …
|
D | encode_pulses.c | 145 sumBits_Q5 += nBits_ptr[ MAX_PULSES + 1 ]; in silk_encode_pulses() 165 ec_enc_icdf( psRangeEnc, MAX_PULSES + 1, cdf_ptr, 8 ); in silk_encode_pulses() 167 … ec_enc_icdf( psRangeEnc, MAX_PULSES + 1, silk_pulses_per_block_iCDF[ N_RATE_LEVELS - 1 ], 8 ); in silk_encode_pulses()
|
D | define.h | 172 #define MAX_PULSES 16 macro
|
D | decode_pulses.c | 72 while( sum_pulses[ i ] == MAX_PULSES + 1 ) { in silk_decode_pulses()
|
/external/libopus/celt/ |
D | rate.h | 35 #define MAX_PULSES 128 macro
|
D | rate.c | 134 opus_int16 tmp[MAX_PULSES+1]; in compute_pulse_cache()
|
/external/chromium_org/third_party/opus/src/celt/ |
D | rate.h | 35 #define MAX_PULSES 128 macro
|
D | rate.c | 134 opus_int16 tmp[MAX_PULSES+1]; in compute_pulse_cache()
|