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

  /external/chromium_org/third_party/opus/src/silk/
NSQ.c 64 opus_int offset_Q10, /* I */
94 opus_int offset_Q10;
104 offset_Q10 = silk_Quantization_Offsets_Q10[ psIndices->signalType >> 1 ][ psIndices->quantOffsetType ];
149 offset_Q10, psEncC->subfr_length, psEncC->shapingLPCOrder, psEncC->predictLPCOrder );
184 opus_int offset_Q10, /* I */
298 q1_Q10 = silk_SUB32( r_Q10, offset_Q10 );
302 q1_Q10 = silk_ADD32( q1_Q10, offset_Q10 );
307 q1_Q10 = offset_Q10;
312 q2_Q10 = offset_Q10;
318 q1_Q10 = silk_ADD32( q1_Q10, offset_Q10 );
    [all...]
NSQ_del_dec.c 95 opus_int offset_Q10, /* I */
131 opus_int offset_Q10;
156 offset_Q10 = silk_Quantization_Offsets_Q10[ psIndices->signalType >> 1 ][ psIndices->quantOffsetType ];
249 Gains_Q16[ k ], Lambda_Q10, offset_Q10, psEncC->subfr_length, subfr++, psEncC->shapingLPCOrder,
313 opus_int offset_Q10, /* I */
454 q1_Q10 = silk_SUB32( r_Q10, offset_Q10 );
458 q1_Q10 = silk_ADD32( q1_Q10, offset_Q10 );
463 q1_Q10 = offset_Q10;
468 q2_Q10 = offset_Q10;
474 q1_Q10 = silk_ADD32( q1_Q10, offset_Q10 );
    [all...]
decode_core.c 49 opus_int32 LTP_pred_Q13, LPC_pred_Q10, Gain_Q10, inv_gain_Q31, gain_adj_Q16, rand_seed, offset_Q10;
62 offset_Q10 = silk_Quantization_Offsets_Q10[ psDec->indices.signalType >> 1 ][ psDec->indices.quantOffsetType ];
81 psDec->exc_Q14[ i ] += offset_Q10 << 4;

Completed in 42 milliseconds