Home
last modified time | relevance | path

Searched refs:MAX_PULSES (Results 1 – 6 of 6) sorted by relevance

/external/libopus/silk/
Dtables.h50 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 ]; …
Dencode_pulses.c145 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()
Ddefine.h172 #define MAX_PULSES 16 macro
Ddecode_pulses.c72 while( sum_pulses[ i ] == MAX_PULSES + 1 ) { in silk_decode_pulses()
/external/libopus/celt/
Drate.h35 #define MAX_PULSES 128 macro
Drate.c134 opus_int16 tmp[MAX_PULSES+1]; in compute_pulse_cache()