Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c477 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local
491 f9 = LONG_MULT_DCT(DCTII_4_K09_FIX, f7); in cosineModulateSynth4()
493 y3 = -SCALE(f8 + f9, DCT_SHIFT); in cosineModulateSynth4()
494 y1 = -SCALE(f10 - f9, DCT_SHIFT); in cosineModulateSynth4()
/system/bt/stack/smp/
Daes.c88 #define f9(x) (f8(x) ^ x) macro
203 static const uint_8t gfmul_9[256] = mm_data(f9);
295 #define gfm_9(x) f9(x)