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

  /external/chromium_org/third_party/opus/src/silk/
NLSF_del_dec_quant.c 54 opus_int32 RD_Q25[ 2 * NLSF_QUANT_DEL_DEC_STATES ];
62 RD_Q25[ 0 ] = 0;
117 RD_tmp_Q25 = RD_Q25[ j ];
119 RD_Q25[ j ] = silk_SMLABB( silk_MLA( RD_tmp_Q25, silk_SMULBB( diff_Q10, diff_Q10 ), w_Q5[ i ] ), mu_Q20, rate0_Q5 );
121 RD_Q25[ j + nStates ] = silk_SMLABB( silk_MLA( RD_tmp_Q25, silk_SMULBB( diff_Q10, diff_Q10 ), w_Q5[ i ] ), mu_Q20, rate1_Q5 );
134 /* sort lower and upper half of RD_Q25, pairwise */
136 if( RD_Q25[ j ] > RD_Q25[ j + NLSF_QUANT_DEL_DEC_STATES ] ) {
137 RD_max_Q25[ j ] = RD_Q25[ j ];
138 RD_min_Q25[ j ] = RD_Q25[ j + NLSF_QUANT_DEL_DEC_STATES ]
    [all...]
NLSF_encode.c 51 VARDECL( opus_int32, RD_Q25 );
79 ALLOC( RD_Q25, nSurvivors, opus_int32 );
111 RD_Q25[ s ] = silk_NLSF_del_dec_quant( &tempIndices2[ s * MAX_LPC_ORDER ], res_Q10, W_adj_Q5, pred_Q8, ec_ix,
122 RD_Q25[ s ] = silk_SMLABB( RD_Q25[ s ], bits_q7, silk_RSHIFT( NLSF_mu_Q20, 2 ) );
126 silk_insertion_sort_increasing( RD_Q25, &bestIndex, nSurvivors, 1 );
135 return RD_Q25[ 0 ];

Completed in 709 milliseconds