Home
last modified time | relevance | path

Searched refs:silk_pulses_per_block_BITS_Q5 (Results 1 – 3 of 3) sorted by relevance

/external/libopus/silk/
Dtables_pulses_per_block.c91 const opus_uint8 silk_pulses_per_block_BITS_Q5[ 9 ][ 18 ] = { variable
Dtables.h51 extern const opus_uint8 silk_pulses_per_block_BITS_Q5[ N_RATE_LEVELS - 1 ][ SILK_MAX_PULSES + 2 ];…
Dencode_pulses.c141 nBits_ptr = silk_pulses_per_block_BITS_Q5[ k ]; in silk_encode_pulses()