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

  /external/chromium_org/third_party/opus/src/silk/float/
wrappers_FLP.c 105 opus_int32 x_Q3[ MAX_FRAME_LENGTH ];
158 x_Q3[ i ] = silk_float2int( 8.0f * x[ i ] );
163 silk_NSQ_del_dec( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
166 silk_NSQ( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
  /external/chromium_org/third_party/opus/src/silk/
NSQ.c 38 const opus_int32 x_Q3[], /* I input in Q3 */
75 const opus_int32 x_Q3[], /* I Prefiltered input signal */
151 silk_nsq_scale_states( psEncC, NSQ, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k, LTP_scale_Q14, Gains_Q16, pitchL, psIndices->signalType );
157 x_Q3 += psEncC->subfr_length;
376 const opus_int32 x_Q3[], /* I input in Q3 */
404 x_sc_Q10[ i ] = silk_SMULWW( x_Q3[ i ], inv_gain_Q23 );
main.h 232 const opus_int32 x_Q3[], /* I Prefiltered input signal */
251 const opus_int32 x_Q3[], /* I Prefiltered input signal */
NSQ_del_dec.c 64 const opus_int32 x_Q3[], /* I Input in Q3 */
113 const opus_int32 x_Q3[], /* I Prefiltered input signal */
254 silk_nsq_del_dec_scale_states( psEncC, NSQ, psDelDec, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k,
262 x_Q3 += psEncC->subfr_length;
    [all...]

Completed in 350 milliseconds