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

  /external/libopus/silk/
NLSF_del_dec_quant.c 55 opus_int32 RD_Q25[ 2 * NLSF_QUANT_DEL_DEC_STATES ];
85 RD_Q25[ 0 ] = 0;
127 RD_tmp_Q25 = RD_Q25[ j ];
129 RD_Q25[ j ] = silk_SMLABB( silk_MLA( RD_tmp_Q25, silk_SMULBB( diff_Q10, diff_Q10 ), w_Q5[ i ] ), mu_Q20, rate0_Q5 );
131 RD_Q25[ j + nStates ] = silk_SMLABB( silk_MLA( RD_tmp_Q25, silk_SMULBB( diff_Q10, diff_Q10 ), w_Q5[ i ] ), mu_Q20, rate1_Q5 );
144 /* sort lower and upper half of RD_Q25, pairwise */
146 if( RD_Q25[ j ] > RD_Q25[ j + NLSF_QUANT_DEL_DEC_STATES ] ) {
147 RD_max_Q25[ j ] = RD_Q25[ j ];
148 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 );
134 ret = RD_Q25[ 0 ];

Completed in 886 milliseconds