HomeSort by relevance Sort by last modified time
    Searched refs:silk_resampler_up2_hq_1 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
resampler_private_up2_HQ.c 51 silk_assert( silk_resampler_up2_hq_1[ 0 ] > 0 );
52 silk_assert( silk_resampler_up2_hq_1[ 1 ] > 0 );
53 silk_assert( silk_resampler_up2_hq_1[ 2 ] < 0 );
83 X = silk_SMULWB( Y, silk_resampler_up2_hq_1[ 0 ] );
89 X = silk_SMULWB( Y, silk_resampler_up2_hq_1[ 1 ] );
95 X = silk_SMLAWB( Y, Y, silk_resampler_up2_hq_1[ 2 ] );
resampler_rom.h 50 static const opus_int16 silk_resampler_up2_hq_1[ 3 ] = { 6854, 25769, 55542 - 65536 }; variable
  /external/libopus/silk/
resampler_private_up2_HQ.c 51 silk_assert( silk_resampler_up2_hq_1[ 0 ] > 0 );
52 silk_assert( silk_resampler_up2_hq_1[ 1 ] > 0 );
53 silk_assert( silk_resampler_up2_hq_1[ 2 ] < 0 );
83 X = silk_SMULWB( Y, silk_resampler_up2_hq_1[ 0 ] );
89 X = silk_SMULWB( Y, silk_resampler_up2_hq_1[ 1 ] );
95 X = silk_SMLAWB( Y, Y, silk_resampler_up2_hq_1[ 2 ] );
resampler_rom.h 50 static const opus_int16 silk_resampler_up2_hq_1[ 3 ] = { 6854, 25769, 55542 - 65536 }; variable

Completed in 34 milliseconds