Searched refs:MAX_PULSES (Results 1 – 6 of 6) sorted by relevance
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 ]; …
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()
172 #define MAX_PULSES 16 macro
72 while( sum_pulses[ i ] == MAX_PULSES + 1 ) { in silk_decode_pulses()
35 #define MAX_PULSES 128 macro
134 opus_int16 tmp[MAX_PULSES+1]; in compute_pulse_cache()