OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sFIR
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
resampler_structs.h
40
opus_int32
sFIR
[ SILK_RESAMPLER_MAX_FIR_ORDER ];
resampler_private_IIR_FIR.c
77
silk_memcpy( buf, S->
sFIR
, RESAMPLER_ORDER_FIR_12 * sizeof( opus_int32 ) );
101
silk_memcpy( S->
sFIR
, &buf[ nSamplesIn << 1 ], RESAMPLER_ORDER_FIR_12 * sizeof( opus_int32 ) );
resampler_private_down_FIR.c
158
silk_memcpy( buf, S->
sFIR
, S->FIR_Order * sizeof( opus_int32 ) );
188
silk_memcpy( S->
sFIR
, &buf[ nSamplesIn ], S->FIR_Order * sizeof( opus_int32 ) );
Completed in 56 milliseconds