Home | History | Annotate | Download | only in silk

Lines Matching refs:offset_Q10

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