Searched refs:root_ix (Results 1 - 1 of 1) sorted by relevance

/external/libopus/silk/
H A DA2NLSF.c118 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
[all...]

Completed in 78 milliseconds