HomeSort by relevance Sort by last modified time
    Searched refs:nLshifts (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
decode_pulses.c 46 opus_int sum_pulses[ MAX_NB_SHELL_BLOCKS ], nLshifts[ MAX_NB_SHELL_BLOCKS ];
68 nLshifts[ i ] = 0;
73 nLshifts[ i ]++;
76 silk_pulses_per_block_iCDF[ N_RATE_LEVELS - 1] + ( nLshifts[ i ] == 10 ), 8 );
95 if( nLshifts[ i ] > 0 ) {
96 nLS = nLshifts[ i ];
  /external/libopus/silk/
decode_pulses.c 46 opus_int sum_pulses[ MAX_NB_SHELL_BLOCKS ], nLshifts[ MAX_NB_SHELL_BLOCKS ];
68 nLshifts[ i ] = 0;
73 nLshifts[ i ]++;
76 silk_pulses_per_block_iCDF[ N_RATE_LEVELS - 1] + ( nLshifts[ i ] == 10 ), 8 );
95 if( nLshifts[ i ] > 0 ) {
96 nLS = nLshifts[ i ];

Completed in 755 milliseconds