Home
last modified time | relevance | path

Searched refs:pNLSF_Q15 (Results 1 – 7 of 7) sorted by relevance

/external/libopus/silk/
DNLSF_VQ_weights_laroia.c44 …const opus_int16 *pNLSF_Q15, /* I Pointer to input vector [D] … in silk_NLSF_VQ_weights_laroia() argument
55 tmp1_int = silk_max_int( pNLSF_Q15[ 0 ], 1 ); in silk_NLSF_VQ_weights_laroia()
57 tmp2_int = silk_max_int( pNLSF_Q15[ 1 ] - pNLSF_Q15[ 0 ], 1 ); in silk_NLSF_VQ_weights_laroia()
64 tmp1_int = silk_max_int( pNLSF_Q15[ k + 1 ] - pNLSF_Q15[ k ], 1 ); in silk_NLSF_VQ_weights_laroia()
69 tmp2_int = silk_max_int( pNLSF_Q15[ k + 2 ] - pNLSF_Q15[ k + 1 ], 1 ); in silk_NLSF_VQ_weights_laroia()
76 tmp1_int = silk_max_int( ( 1 << 15 ) - pNLSF_Q15[ D - 1 ], 1 ); in silk_NLSF_VQ_weights_laroia()
Dprocess_NLSFs.c38 …opus_int16 pNLSF_Q15[ MAX_LPC_ORDER ], /* I/O Normalized LSFs (quant out… in silk_process_NLSFs()
67 silk_NLSF_VQ_weights_laroia( pNLSFW_QW, pNLSF_Q15, psEncC->predictLPCOrder ); in silk_process_NLSFs()
73 silk_interpolate( pNLSF0_temp_Q15, prev_NLSFq_Q15, pNLSF_Q15, in silk_process_NLSFs()
88 silk_NLSF_encode( psEncC->indices.NLSFIndices, pNLSF_Q15, psEncC->psNLSF_CB, pNLSFW_QW, in silk_process_NLSFs()
92 silk_NLSF2A( PredCoef_Q12[ 1 ], pNLSF_Q15, psEncC->predictLPCOrder, psEncC->arch ); in silk_process_NLSFs()
96 silk_interpolate( pNLSF0_temp_Q15, prev_NLSFq_Q15, pNLSF_Q15, in silk_process_NLSFs()
Ddecode_parameters.c42 opus_int16 pNLSF_Q15[ MAX_LPC_ORDER ], pNLSF0_Q15[ MAX_LPC_ORDER ]; in silk_decode_parameters() local
52 silk_NLSF_decode( pNLSF_Q15, psDec->indices.NLSFIndices, psDec->psNLSF_CB ); in silk_decode_parameters()
55 silk_NLSF2A( psDecCtrl->PredCoef_Q12[ 1 ], pNLSF_Q15, psDec->LPC_order, psDec->arch ); in silk_decode_parameters()
68 pNLSF_Q15[ i ] - psDec->prevNLSF_Q15[ i ] ), 2 ); in silk_decode_parameters()
78 silk_memcpy( psDec->prevNLSF_Q15, pNLSF_Q15, psDec->LPC_order * sizeof( opus_int16 ) ); in silk_decode_parameters()
DNLSF_encode.c40 …opus_int16 *pNLSF_Q15, /* I/O (Un)quantized NLSF vector [ LPC_ORDE… in silk_NLSF_encode() argument
67 silk_NLSF_stabilize( pNLSF_Q15, psNLSF_CB->deltaMin_Q15, psNLSF_CB->order ); in silk_NLSF_encode()
71 …silk_NLSF_VQ( err_Q24, pNLSF_Q15, psNLSF_CB->CB1_NLSF_Q8, psNLSF_CB->CB1_Wght_Q9, psNLSF_CB->nVect… in silk_NLSF_encode()
90 …res_Q10[ i ] = (opus_int16)silk_RSHIFT( silk_SMULBB( pNLSF_Q15[ i ] - NLSF_tmp_Q15[ i ], W_tmp_Q9 … in silk_NLSF_encode()
119 silk_NLSF_decode( pNLSF_Q15, NLSFIndices, psNLSF_CB ); in silk_NLSF_encode()
DNLSF_decode.c64 …opus_int16 *pNLSF_Q15, /* O Quantized NLSF vector [ LPC_ORDER ] … in silk_NLSF_decode() argument
88 pNLSF_Q15[ i ] = (opus_int16)silk_LIMIT( NLSF_Q15_tmp, 0, 32767 ); in silk_NLSF_decode()
92 silk_NLSF_stabilize( pNLSF_Q15, psNLSF_CB->deltaMin_Q15, psNLSF_CB->order ); in silk_NLSF_decode()
Dmain.h334 …opus_int16 pNLSF_Q15[ MAX_LPC_ORDER ], /* I/O Normalized LSFs (quant out…
340 …opus_int16 *pNLSF_Q15, /* I/O Quantized NLSF vector [ LPC_ORDER ] …
384 …opus_int16 *pNLSF_Q15, /* O Quantized NLSF vector [ LPC_ORDER ] …
DSigProc_FIX.h331 …const opus_int16 *pNLSF_Q15, /* I Pointer to input vector [D] …