OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_index_Q16
(Results
1 - 2
of
2
) sorted by null
/external/libopus/silk/
resampler_private_IIR_FIR.c
39
opus_int32
max_index_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;
91
max_index_Q16
= silk_LSHIFT32( nSamplesIn, 16 + 1 ); /* + 1 because 2x upsampling */
92
out = silk_resampler_private_IIR_FIR_INTERPOL( out, buf,
max_index_Q16
, index_increment_Q16 );
resampler_private_down_FIR.c
42
opus_int32
max_index_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;
174
max_index_Q16
= silk_LSHIFT32( nSamplesIn, 16 );
178
S->FIR_Fracs,
max_index_Q16
, index_increment_Q16 );
Completed in 228 milliseconds