OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_resampler_up2_hq_0
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
resampler_private_up2_HQ.c
48
silk_assert(
silk_resampler_up2_hq_0
[ 0 ] > 0 );
49
silk_assert(
silk_resampler_up2_hq_0
[ 1 ] > 0 );
50
silk_assert(
silk_resampler_up2_hq_0
[ 2 ] < 0 );
62
X = silk_SMULWB( Y,
silk_resampler_up2_hq_0
[ 0 ] );
68
X = silk_SMULWB( Y,
silk_resampler_up2_hq_0
[ 1 ] );
74
X = silk_SMLAWB( Y, Y,
silk_resampler_up2_hq_0
[ 2 ] );
resampler_rom.h
49
static const opus_int16
silk_resampler_up2_hq_0
[ 3 ] = { 1746, 14986, 39083 - 65536 };
variable
/external/libopus/silk/
resampler_private_up2_HQ.c
48
silk_assert(
silk_resampler_up2_hq_0
[ 0 ] > 0 );
49
silk_assert(
silk_resampler_up2_hq_0
[ 1 ] > 0 );
50
silk_assert(
silk_resampler_up2_hq_0
[ 2 ] < 0 );
62
X = silk_SMULWB( Y,
silk_resampler_up2_hq_0
[ 0 ] );
68
X = silk_SMULWB( Y,
silk_resampler_up2_hq_0
[ 1 ] );
74
X = silk_SMLAWB( Y, Y,
silk_resampler_up2_hq_0
[ 2 ] );
resampler_rom.h
49
static const opus_int16
silk_resampler_up2_hq_0
[ 3 ] = { 1746, 14986, 39083 - 65536 };
variable
Completed in 29 milliseconds