Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dsynthesis-sbc.c236 #define LONG_MULT_DCT(K, sample) (MUL_16S_32S_HI(K, sample)<<2) macro
490 y2 = -SCALE(LONG_MULT_DCT(DCTII_4_K06_FIX, f4), DCT_SHIFT); in cosineModulateSynth4()
492 f8 = LONG_MULT_DCT(DCTII_4_K08_FIX, f0); in cosineModulateSynth4()
493 f9 = LONG_MULT_DCT(DCTII_4_K09_FIX, f7); in cosineModulateSynth4()
494 f10 = LONG_MULT_DCT(DCTII_4_K10_FIX, f2); in cosineModulateSynth4()