OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:length_d_comp
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/float/
pitch_analysis_core_FLP.c
96
opus_int length_d_srch,
length_d_comp
;
local
268
length_d_comp
= 0;
271
d_comp[
length_d_comp
] = (opus_int16)( i - 2 );
272
length_d_comp
++;
291
for( j = 0; j <
length_d_comp
; j++ ) {
/external/libopus/silk/fixed/
pitch_analysis_core_FIX.c
105
opus_int d_srch[ PE_D_SRCH_LENGTH ], Cmax, length_d_srch,
length_d_comp
;
local
301
length_d_comp
= 0;
304
d_comp[
length_d_comp
] = i - 2;
305
length_d_comp
++;
338
for( j = 0; j <
length_d_comp
; j++ ) {
[
all
...]
Completed in 625 milliseconds