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

  /external/libopus/silk/fixed/mips/
noise_shape_analysis_FIX_mipsr1.h 52 const opus_int16 *x_ptr, *pitch_res_ptr; local
103 pitch_res_ptr = pitch_res;
105 silk_sum_sqr_shift( &nrg, &scale, pitch_res_ptr, nSamples );
113 pitch_res_ptr += nSamples;
  /external/libopus/silk/float/
noise_shape_analysis_FLP.c 142 const silk_float *x_ptr, *pitch_res_ptr; local
185 pitch_res_ptr = pitch_res;
187 nrg = ( silk_float )nSamples + ( silk_float )silk_energy_FLP( pitch_res_ptr, nSamples );
193 pitch_res_ptr += nSamples;
  /external/libopus/silk/fixed/
noise_shape_analysis_FIX.c 167 const opus_int16 *x_ptr, *pitch_res_ptr; local
218 pitch_res_ptr = pitch_res;
220 silk_sum_sqr_shift( &nrg, &scale, pitch_res_ptr, nSamples );
228 pitch_res_ptr += nSamples;

Completed in 125 milliseconds