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

  /external/chromium_org/third_party/opus/src/silk/
encode_indices.c 47 const SideInfoIndices *psIndices;
50 psIndices = &psEncC->indices_LBRR[ FrameIndex ];
52 psIndices = &psEncC->indices;
58 typeOffset = 2 * psIndices->signalType + psIndices->quantOffsetType;
73 silk_assert( psIndices->GainsIndices[ 0 ] >= 0 && psIndices->GainsIndices[ 0 ] < MAX_DELTA_GAIN_QUANT - MIN_DELTA_GAIN_QUANT + 1 );
74 ec_enc_icdf( psRangeEnc, psIndices->GainsIndices[ 0 ], silk_delta_gain_iCDF, 8 );
77 silk_assert( psIndices->GainsIndices[ 0 ] >= 0 && psIndices->GainsIndices[ 0 ] < N_LEVELS_QGAIN )
    [all...]
NSQ.c 74 SideInfoIndices *psIndices, /* I/O Quantization Indices */
99 NSQ->rand_seed = psIndices->Seed;
106 offset_Q10 = silk_Quantization_Offsets_Q10[ psIndices->signalType >> 1 ][ psIndices->quantOffsetType ];
108 if( psIndices->NLSFInterpCoef_Q2 == 4 ) {
133 if( psIndices->signalType == TYPE_VOICED ) {
151 silk_nsq_scale_states( psEncC, NSQ, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k, LTP_scale_Q14, Gains_Q16, pitchL, psIndices->signalType );
153 silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_Q14,
NSQ_del_dec.c 112 SideInfoIndices *psIndices, /* I/O Quantization Indices */
152 psDD->Seed = ( k + psIndices->Seed ) & 3;
161 offset_Q10 = silk_Quantization_Offsets_Q10[ psIndices->signalType >> 1 ][ psIndices->quantOffsetType ];
167 if( psIndices->signalType == TYPE_VOICED ) {
177 if( psIndices->NLSFInterpCoef_Q2 == 4 ) {
204 if( psIndices->signalType == TYPE_VOICED ) {
255 psEncC->nStatesDelayedDecision, LTP_scale_Q14, Gains_Q16, pitchL, psIndices->signalType, decisionDelay );
257 silk_noise_shape_quantizer_del_dec( NSQ, psDelDec, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15,
279 psIndices->Seed = psDD->SeedInit
    [all...]
main.h 231 SideInfoIndices *psIndices, /* I/O Quantization Indices */
250 SideInfoIndices *psIndices, /* I/O Quantization Indices */
  /external/chromium_org/third_party/opus/src/silk/float/
wrappers_FLP.c 98 SideInfoIndices *psIndices, /* I/O Quantization indices */
150 if( psIndices->signalType == TYPE_VOICED ) {
151 LTP_scale_Q14 = silk_LTPScales_table_Q14[ psIndices->LTP_scaleIndex ];
163 silk_NSQ_del_dec( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
166 silk_NSQ( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
main_FLP.h 299 SideInfoIndices *psIndices, /* I/O Quantization indices */

Completed in 148 milliseconds