Home
last modified time | relevance | path

Searched refs:res_Q10 (Results 1 – 3 of 3) sorted by relevance

/external/libopus/silk/
DNLSF_decode.c72 opus_int16 res_Q10[ MAX_LPC_ORDER ]; in silk_NLSF_decode() local
81 …silk_NLSF_residual_dequant( res_Q10, &NLSFIndices[ 1 ], pred_Q8, psNLSF_CB->quantStepSize_Q16, psN… in silk_NLSF_decode()
87 …NLSF_Q15_tmp = silk_ADD_LSHIFT32( silk_DIV32_16( silk_LSHIFT( (opus_int32)res_Q10[ i ], 14 ), pCB_… in silk_NLSF_decode()
DNLSF_encode.c54 opus_int16 res_Q10[ MAX_LPC_ORDER ]; in silk_NLSF_encode() local
90res_Q10[ i ] = (opus_int16)silk_RSHIFT( silk_SMULBB( pNLSF_Q15[ i ] - NLSF_tmp_Q15[ i ], W_tmp_Q9 … in silk_NLSF_encode()
98 …RD_Q25[ s ] = silk_NLSF_del_dec_quant( &tempIndices2[ s * MAX_LPC_ORDER ], res_Q10, W_adj_Q5, pred… in silk_NLSF_encode()
DNLSF_del_dec_quant.c48 opus_int i, j, nStates, ind_tmp, ind_min_max, ind_max_min, in_Q10, res_Q10; in silk_NLSF_del_dec_quant() local
92 res_Q10 = silk_SUB16( in_Q10, pred_Q10 ); in silk_NLSF_del_dec_quant()
93 ind_tmp = silk_RSHIFT( silk_SMULBB( inv_quant_step_size_Q6, res_Q10 ), 16 ); in silk_NLSF_del_dec_quant()