Home | History | Annotate | Download | only in silk

Lines Matching refs:offset_Q10

98     opus_int            offset_Q10,             /* I                                        */
134 opus_int offset_Q10;
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 );