Home
last modified time | relevance | path

Searched refs:KERNEL_A (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_tables.h25 static const int KERNEL_A = 16; member
27 const int32_t h alignas(2 * KERNEL_A *
28 sizeof(int32_t))[KERNEL_Q][2 * KERNEL_A];
29 const int16_t d alignas(2 * KERNEL_A *
30 sizeof(int16_t))[KERNEL_Q][2 * KERNEL_A];
Dasrc_tables.py23 KERNEL_A = 16 variable
31 a = KERNEL_A
Dasrc_resampler.cc235 static const int KERNEL_A = asrc::ResamplerTables::KERNEL_A; member in bluetooth::audio::asrc::SourceAudioHalAsrc::Resampler
237 const int32_t (*h_)[2 * KERNEL_A];
238 const int16_t (*d_)[2 * KERNEL_A];
422 for (int i = 0; i < 2 * KERNEL_A - 1; i++) in Filter()