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

  /external/chromium_org/third_party/opus/src/silk/
A2NLSF.c 118 opus_int i, k, m, dd, root_ix, ffrac; local
146 root_ix = 1; /* Index of current root */
148 root_ix = 0; /* Index of current root */
199 NLSF[ root_ix ] = (opus_int16)silk_min_32( silk_LSHIFT( (opus_int32)k, 8 ) + ffrac, silk_int16_MAX );
201 silk_assert( NLSF[ root_ix ] >= 0 );
203 root_ix++; /* Next root */
204 if( root_ix >= d ) {
209 p = PQ[ root_ix & 1 ];
213 ylo = silk_LSHIFT( 1 - ( root_ix & 2 ), 12 );
244 root_ix = 1; /* Index of current root *
    [all...]
  /external/libopus/silk/
A2NLSF.c 118 opus_int i, k, m, dd, root_ix, ffrac; local
146 root_ix = 1; /* Index of current root */
148 root_ix = 0; /* Index of current root */
199 NLSF[ root_ix ] = (opus_int16)silk_min_32( silk_LSHIFT( (opus_int32)k, 8 ) + ffrac, silk_int16_MAX );
201 silk_assert( NLSF[ root_ix ] >= 0 );
203 root_ix++; /* Next root */
204 if( root_ix >= d ) {
209 p = PQ[ root_ix & 1 ];
213 ylo = silk_LSHIFT( 1 - ( root_ix & 2 ), 12 );
244 root_ix = 1; /* Index of current root *
    [all...]

Completed in 73 milliseconds