Searched refs:y1 (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | FormatConversions.cpp | 256 signed y1 = (signed)yv12_y[i] - 16; in yv12_to_rgb565() local 265 signed tmp1 = y1 * 298; in yv12_to_rgb565() 302 signed y1 = (signed)yv12_y[i] - 16; in yv12_to_rgb888() local 306 signed r1 = clamp_rgb(1 * (1.1643835616438356 * y1 + 1.5960267857142856 * v)); in yv12_to_rgb888() 307 …signed g1 = clamp_rgb(1 * (1.1643835616438356 * y1 - 0.39176229009491365 * u * 0.97 - 0.812967647… in yv12_to_rgb888() 308 signed b1 = clamp_rgb(1 * (1.1643835616438356 * y1 + 2.017232142857143 * u * 0.97)); in yv12_to_rgb888() 340 signed y1 = (signed)yv12_y[i] - 16; in yuv420p_to_rgb888() local 349 signed tmp1 = y1 * 298; in yuv420p_to_rgb888()
|
/device/google/contexthub/firmware/lib/libm/ |
D | ef_pow.c | 67 float y1,t1,t2,r,s,t,u,v,w; local 209 SET_FLOAT_WORD(y1,is&0xfffff000); 210 p_l = (y-y1)*t1+y*t2; 211 p_h = y1*t1;
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/ |
D | arm_math.h | 5770 float32_t y0, y1; /* Nearest output values */ in arm_linear_interp_f32() local 5796 y1 = pYData[i + 1]; in arm_linear_interp_f32() 5799 y = y0 + (x - x0) * ((y1 - y0) / (x1 - x0)); in arm_linear_interp_f32() 5828 q31_t y0, y1; /* Nearest output values */ in arm_linear_interp_q31() local 5854 y1 = pYData[index + 1u]; in arm_linear_interp_q31() 5860 y += ((q31_t) (((q63_t) y1 * fract) >> 32)); in arm_linear_interp_q31() 5890 q15_t y0, y1; /* Nearest output values */ in arm_linear_interp_q15() local 5915 y1 = pYData[index + 1u]; in arm_linear_interp_q15() 5921 y += ((q63_t) y1 * (fract)); in arm_linear_interp_q15() 5950 q7_t y0, y1; /* Nearest output values */ in arm_linear_interp_q7() local [all …]
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | faceauth_shared.h | 232 int32_t y1; member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | faceauth_shared.h | 156 int32_t y1; member
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeRotatingCameraDevice.cpp | 340 float y1 = -R*sin(theta_around_x*3.14/180); in get_eye_x_y_z() local 346 *y = y1; in get_eye_x_y_z()
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | math_private.h | 697 #define __ieee754_y1 y1
|