Searched refs:f10 (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
D | synthesis-sbc.c | 528 int32_t f0, f1, f2, f3, f4, f7, f8, f9, f10; in cosineModulateSynth4() local 543 f10 = LONG_MULT_DCT(DCTII_4_K10_FIX, f2); in cosineModulateSynth4() 545 y1 = -SCALE(f10 - f9, DCT_SHIFT); in cosineModulateSynth4()
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | dbreg.h | 517 unsigned char f10 = v[ceil_y][3*floor_x+offset]; in db_BilinearInterpolationRGB() local 523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl); in db_BilinearInterpolationRGB()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities.h | 469 unsigned char f10 = v[ceil_y][floor_x]; in db_BilinearInterpolation() local 475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl); in db_BilinearInterpolation()
|