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

  /external/libopus/silk/
NLSF_del_dec_quant.c 48 opus_int i, j, nStates, ind_tmp, ind_min_max, ind_max_min, in_Q10, res_Q10; local
93 ind_tmp = silk_RSHIFT( silk_SMULBB( inv_quant_step_size_Q6, res_Q10 ), 16 );
94 ind_tmp = silk_LIMIT( ind_tmp, -NLSF_QUANT_MAX_AMPLITUDE_EXT, NLSF_QUANT_MAX_AMPLITUDE_EXT-1 );
95 ind[ j ][ i ] = (opus_int8)ind_tmp;
97 /* compute outputs for ind_tmp and ind_tmp + 1 */
98 out0_Q10 = out0_Q10_table[ ind_tmp + NLSF_QUANT_MAX_AMPLITUDE_EXT ];
99 out1_Q10 = out1_Q10_table[ ind_tmp + NLSF_QUANT_MAX_AMPLITUDE_EXT ];
106 /* compute RD for ind_tmp and ind_tmp + 1 *
    [all...]
gain_quant.c 101 opus_int k, ind_tmp, double_step_size_threshold; local
109 ind_tmp = ind[ k ] + MIN_DELTA_GAIN_QUANT;
113 if( ind_tmp > double_step_size_threshold ) {
114 *prev_ind += silk_LSHIFT( ind_tmp, 1 ) - double_step_size_threshold;
116 *prev_ind += ind_tmp;

Completed in 496 milliseconds