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

  /external/chromium_org/third_party/opus/src/silk/
NSQ.c 38 opus_int32 x_sc_Q10[], /* O input scaled with 1/Gain */
51 const opus_int32 x_sc_Q10[], /* I */
95 opus_int32 x_sc_Q10[ MAX_SUB_FRAME_LENGTH ];
145 silk_nsq_scale_states( psEncC, NSQ, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k, LTP_scale_Q14, Gains_Q16, pitchL, psIndices->signalType );
147 silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_Q14,
171 const opus_int32 x_sc_Q10[], /* I */
289 r_Q10 = silk_SUB32( x_sc_Q10[ i ], tmp1 ); /* residual error Q10 */
370 opus_int32 x_sc_Q10[], /* O input scaled with 1/Gain */
397 x_sc_Q10[ i ] = silk_SMULWW( x_Q3[ i ], inv_gain_Q23 );
NSQ_del_dec.c 62 opus_int32 x_sc_Q10[], /* O Input scaled with 1/Gain in Q10 */
133 opus_int32 x_sc_Q10[ MAX_SUB_FRAME_LENGTH ];
244 silk_nsq_del_dec_scale_states( psEncC, NSQ, psDelDec, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k,
247 silk_noise_shape_quantizer_del_dec( NSQ, psDelDec, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15,
    [all...]

Completed in 1230 milliseconds