HomeSort by relevance Sort by last modified time
    Searched defs:pNLSF_Q15 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
decode_parameters.c 42 opus_int16 pNLSF_Q15[ MAX_LPC_ORDER ], pNLSF0_Q15[ MAX_LPC_ORDER ];
52 silk_NLSF_decode( pNLSF_Q15, psDec->indices.NLSFIndices, psDec->psNLSF_CB );
55 silk_NLSF2A( psDecCtrl->PredCoef_Q12[ 1 ], pNLSF_Q15, psDec->LPC_order );
68 pNLSF_Q15[ i ] - psDec->prevNLSF_Q15[ i ] ), 2 );
78 silk_memcpy( psDec->prevNLSF_Q15, pNLSF_Q15, psDec->LPC_order * sizeof( opus_int16 ) );
  /external/libopus/silk/
decode_parameters.c 42 opus_int16 pNLSF_Q15[ MAX_LPC_ORDER ], pNLSF0_Q15[ MAX_LPC_ORDER ];
52 silk_NLSF_decode( pNLSF_Q15, psDec->indices.NLSFIndices, psDec->psNLSF_CB );
55 silk_NLSF2A( psDecCtrl->PredCoef_Q12[ 1 ], pNLSF_Q15, psDec->LPC_order );
68 pNLSF_Q15[ i ] - psDec->prevNLSF_Q15[ i ] ), 2 );
78 silk_memcpy( psDec->prevNLSF_Q15, pNLSF_Q15, psDec->LPC_order * sizeof( opus_int16 ) );

Completed in 357 milliseconds