Searched defs:offset_Q10 (Results 1 - 3 of 3) sorted by relevance

/external/libopus/silk/
H A Ddecode_core.c49 opus_int32 LTP_pred_Q13, LPC_pred_Q10, Gain_Q10, inv_gain_Q31, gain_adj_Q16, rand_seed, offset_Q10; local
62 offset_Q10 = silk_Quantization_Offsets_Q10[ psDec->indices.signalType >> 1 ][ psDec->indices.quantOffsetType ];
81 psDec->exc_Q14[ i ] += offset_Q10 << 4;
H A DNSQ.c65 opus_int offset_Q10, /* I */
95 opus_int offset_Q10; local
106 offset_Q10 = silk_Quantization_Offsets_Q10[ psIndices->signalType >> 1 ][ psIndices->quantOffsetType ];
155 offset_Q10, psEncC->subfr_length, psEncC->shapingLPCOrder, psEncC->predictLPCOrder );
191 opus_int offset_Q10, /* I */
305 q1_Q10 = silk_SUB32( r_Q10, offset_Q10 );
309 q1_Q10 = silk_ADD32( q1_Q10, offset_Q10 );
314 q1_Q10 = offset_Q10;
319 q2_Q10 = offset_Q10;
325 q1_Q10 = silk_ADD32( q1_Q10, offset_Q10 );
175 silk_noise_shape_quantizer( silk_nsq_state *NSQ, opus_int signalType, const opus_int32 x_sc_Q10[], opus_int8 pulses[], opus_int16 xq[], opus_int32 sLTP_Q15[], const opus_int16 a_Q12[], const opus_int16 b_Q14[], const opus_int16 AR_shp_Q13[], opus_int lag, opus_int32 HarmShapeFIRPacked_Q14, opus_int Tilt_Q14, opus_int32 LF_shp_Q14, opus_int32 Gain_Q16, opus_int Lambda_Q10, opus_int offset_Q10, opus_int length, opus_int shapingLPCOrder, opus_int predictLPCOrder ) argument
[all...]
H A DNSQ_del_dec.c98 opus_int offset_Q10, /* I */
134 opus_int offset_Q10; local
161 offset_Q10 = silk_Quantization_Offsets_Q10[ psIndices->signalType >> 1 ][ psIndices->quantOffsetType ];
259 Gains_Q16[ k ], Lambda_Q10, offset_Q10, psEncC->subfr_length, subfr++, psEncC->shapingLPCOrder,
324 opus_int offset_Q10, /* I */
467 q1_Q10 = silk_SUB32( r_Q10, offset_Q10 );
471 q1_Q10 = silk_ADD32( q1_Q10, offset_Q10 );
476 q1_Q10 = offset_Q10;
481 q2_Q10 = offset_Q10;
487 q1_Q10 = silk_ADD32( q1_Q10, offset_Q10 );
306 silk_noise_shape_quantizer_del_dec( silk_nsq_state *NSQ, NSQ_del_dec_struct psDelDec[], opus_int signalType, const opus_int32 x_Q10[], opus_int8 pulses[], opus_int16 xq[], opus_int32 sLTP_Q15[], opus_int32 delayedGain_Q10[], const opus_int16 a_Q12[], const opus_int16 b_Q14[], const opus_int16 AR_shp_Q13[], opus_int lag, opus_int32 HarmShapeFIRPacked_Q14, opus_int Tilt_Q14, opus_int32 LF_shp_Q14, opus_int32 Gain_Q16, opus_int Lambda_Q10, opus_int offset_Q10, opus_int length, opus_int subfr, opus_int shapingLPCOrder, opus_int predictLPCOrder, opus_int warping_Q16, opus_int nStatesDelayedDecision, opus_int *smpl_buf_idx, opus_int decisionDelay ) argument
[all...]

Completed in 154 milliseconds