Searched refs:f3 (Results 1 - 3 of 3) sorted by relevance
/system/bt/embdrv/sbc/decoder/srce/ |
H A D | synthesis-sbc.c | 477 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; local 483 f3 = (in[1] + in[2]); 485 f4 = f1 - f3; 487 y0 = -SCALE(f1 + f3, DCT_SHIFT);
|
/system/bt/stack/smp/ |
H A D | aes.c | 87 #define f3(x) (f2(x) ^ x) macro 201 static const uint_8t gfm3_sbox[256] = sb_data(f3); 294 #define gfm3_sb(x) f3(s_box(x))
|
H A D | smp_int.h | 529 UINT8 *a1, UINT8 *a2, UINT8 *f3);
|
Completed in 30 milliseconds