Searched refs:f3 (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | synthesis-sbc.c | 479 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local 485 f3 = (in[1] + in[2]); 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/ |
D | tie.h | 133 XCHAL_SA_REG(s,0,0,2,0, f3, 4, 4, 4,0x0033, f,3 , 32,0,0,0) \
|
D | tie-asm.h | 241 ssi f3, \ptr, .Lxchal_ofs_+20 283 lsi f3, \ptr, .Lxchal_ofs_+20
|
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/ |
D | tie.h | 133 XCHAL_SA_REG(s,0,0,2,0, f3, 4, 4, 4,0x0033, f,3 , 32,0,0,0) \
|
D | tie-asm.h | 213 ssi f3, \ptr, .Lxchal_ofs_+20 255 lsi f3, \ptr, .Lxchal_ofs_+20
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | aes.c | 87 #define f3(x) (f2(x) ^ x) macro 201 static const uint_8t gfm3_sbox[256] = sb_data(f3); 296 #define gfm3_sb(x) f3(s_box(x))
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 528 UINT8 *a1, UINT8 *a2, UINT8 *f3);
|