Searched refs:KERNEL_A (Results 1 – 3 of 3) sorted by relevance
25 static const int KERNEL_A = 16; member27 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];
23 KERNEL_A = 16 variable31 a = KERNEL_A
235 static const int KERNEL_A = asrc::ResamplerTables::KERNEL_A; member in bluetooth::audio::asrc::SourceAudioHalAsrc::Resampler237 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()