Home | History | Annotate | Download | only in silk

Lines Matching refs:root_ix

118     opus_int      i, k, m, dd, root_ix, ffrac;
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 */
246 root_ix = 0; /* Index of current root */