OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pitch_res_ptr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/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/chromium_org/third_party/opus/src/silk/fixed/
noise_shape_analysis_FIX.c
160
const opus_int16 *x_ptr, *
pitch_res_ptr
;
local
210
pitch_res_ptr
= pitch_res;
212
silk_sum_sqr_shift( &nrg, &scale,
pitch_res_ptr
, nSamples );
220
pitch_res_ptr
+= nSamples;
Completed in 867 milliseconds