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

  /external/chromium_org/third_party/opus/src/silk/
NLSF_decode.c 72 opus_int16 res_Q10[ MAX_LPC_ORDER ];
87 silk_NLSF_residual_dequant( res_Q10, &NLSFIndices[ 1 ], pred_Q8, psNLSF_CB->quantStepSize_Q16, psNLSF_CB->order );
95 NLSF_Q15_tmp = silk_ADD32( pNLSF_Q15[ i ], silk_DIV32_16( silk_LSHIFT( (opus_int32)res_Q10[ i ], 14 ), W_tmp_Q9 ) );
NLSF_encode.c 55 opus_int16 res_Q10[ MAX_LPC_ORDER ];
99 res_Q10[ i ] = (opus_int16)silk_RSHIFT( silk_SMULBB( res_Q15[ i ], W_tmp_Q9 ), 14 );
111 RD_Q25[ s ] = silk_NLSF_del_dec_quant( &tempIndices2[ s * MAX_LPC_ORDER ], res_Q10, W_adj_Q5, pred_Q8, ec_ix,
NLSF_del_dec_quant.c 48 opus_int i, j, nStates, ind_tmp, ind_min_max, ind_max_min, in_Q10, res_Q10;
70 res_Q10 = silk_SUB16( in_Q10, pred_Q10 );
71 ind_tmp = silk_SMULWB( (opus_int32)inv_quant_step_size_Q6, res_Q10 );

Completed in 457 milliseconds