OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_increment_Q16
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/
resampler_private_IIR_FIR.c
40
opus_int32
index_increment_Q16
48
for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 +=
index_increment_Q16
) {
74
opus_int32 max_index_Q16,
index_increment_Q16
;
84
index_increment_Q16
= S->invRatio_Q16;
92
out = silk_resampler_private_IIR_FIR_INTERPOL( out, buf, max_index_Q16,
index_increment_Q16
);
resampler_private_down_FIR.c
43
opus_int32
index_increment_Q16
53
for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 +=
index_increment_Q16
) {
87
for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 +=
index_increment_Q16
) {
110
for( index_Q16 = 0; index_Q16 < max_index_Q16; index_Q16 +=
index_increment_Q16
) {
154
opus_int32 max_index_Q16,
index_increment_Q16
;
167
index_increment_Q16
= S->invRatio_Q16;
178
S->FIR_Fracs, max_index_Q16,
index_increment_Q16
);
Completed in 63 milliseconds