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

  /external/chromium_org/third_party/opus/src/silk/
NSQ.c 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 );
    [all...]
NSQ_del_dec.c 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 );
    [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;
  /external/libopus/silk/
NSQ.c 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 );
    [all...]
NSQ_del_dec.c 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 );
    [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 753 milliseconds