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

  /external/libopus/silk/
decode_pulses.c 45 opus_int i, j, k, iter, abs_q, nLS, RateLevelIndex;
96 nLS = nLshifts[ i ];
100 for( j = 0; j < nLS; j++ ) {
107 sum_pulses[ i ] |= nLS << 5;
encode_pulses.c 68 opus_int i, k, j, iter, bit, nLS, scale_down, RateLevelIndex = 0;
188 nLS = nRshifts[ i ] - 1;
191 for( j = nLS; j > 0; j-- ) {

Completed in 1037 milliseconds