Home
last modified time | relevance | path

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

/external/libopus/silk/
Ddecode_pulses.c46 opus_int sum_pulses[ MAX_NB_SHELL_BLOCKS ], nLshifts[ MAX_NB_SHELL_BLOCKS ]; in silk_decode_pulses() local
68 nLshifts[ i ] = 0; in silk_decode_pulses()
73 nLshifts[ i ]++; in silk_decode_pulses()
76 silk_pulses_per_block_iCDF[ N_RATE_LEVELS - 1] + ( nLshifts[ i ] == 10 ), 8 ); in silk_decode_pulses()
95 if( nLshifts[ i ] > 0 ) { in silk_decode_pulses()
96 nLS = nLshifts[ i ]; in silk_decode_pulses()