Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dsynthesis-sbc.c479 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local
483 f1 = (in[0] + in[3]); in cosineModulateSynth4()
487 f4 = f1 - f3; in cosineModulateSynth4()
489 y0 = -SCALE(f1 + f3, DCT_SHIFT); in cosineModulateSynth4()
/hal_espressif-latest/components/xtensa/esp32/include/xtensa/config/
Dtie.h131 XCHAL_SA_REG(s,0,0,2,0, f1, 4, 4, 4,0x0031, f,1 , 32,0,0,0) \
Dtie-asm.h239 ssi f1, \ptr, .Lxchal_ofs_+12
281 lsi f1, \ptr, .Lxchal_ofs_+12
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/
Dtie.h131 XCHAL_SA_REG(s,0,0,2,0, f1, 4, 4, 4,0x0031, f,1 , 32,0,0,0) \
Dtie-asm.h211 ssi f1, \ptr, .Lxchal_ofs_+12
253 lsi f1, \ptr, .Lxchal_ofs_+12
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c80 #define f1(x) (x) macro
197 static const uint_8t sbox[256] = sb_data(f1);
198 static const uint_8t isbox[256] = isb_data(f1);
/hal_espressif-latest/tools/esptool_py/test/
Dtest_esptool.py421 fd1, f1 = tempfile.mkstemp(suffix=".hex")
435 os.unlink(f1)