Searched refs:y01 (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkCubicClipper.cpp | 45 SkScalar y01 = SkScalarInterp(ycrv[0], ycrv[1], t0); in ChopMonoAtY() local 48 SkScalar y012 = SkScalarInterp(y01, y12, t0); in ChopMonoAtY() 88 SkScalar y01 = SkScalarInterp(ycrv[0], ycrv[1], tMid); in ChopMonoAtY() 91 SkScalar y012 = SkScalarInterp(y01, y12, tMid); in ChopMonoAtY()
|
/third_party/ffmpeg/libavfilter/ |
H A D | colorspacedsp_template.c | 81 int y01 = yuv0[2 * x + 1] - yuv_offset[0]; in yuv2rgb() local 91 rgb0[2 * x + 1] = av_clip_int16((y01 * cy + crv * v + rnd) >> sh); in yuv2rgb() 101 rgb1[2 * x + 1] = av_clip_int16((y01 * cy + cgu * u + in yuv2rgb() 113 rgb2[2 * x + 1] = av_clip_int16((y01 * cy + cbu * u + rnd) >> sh); in yuv2rgb() 251 int y01; in rgb2yuv_fsb() local 269 y01 = r01 * cry + g01 * cgy + b01 * cby + rnd_scratch[0][y & !SS_H][x * 2 + 1]; in rgb2yuv_fsb() 270 diff = (y01 & mask) - rnd; in rgb2yuv_fsb() 271 yuv0[x * 2 + 1] = av_clip_pixel(yuv_offset[0] + (y01 >> sh)); in rgb2yuv_fsb()
|
H A D | colorspacedsp_yuv2yuv_template.c | 67 int y01 = src0[2 * x + 1] - y_off_in; in yuv2yuv() local 78 dst0[x * 2 + 1] = av_clip_pixel((cyy * y01 + uv_val) >> sh); in yuv2yuv()
|
H A D | af_arnndn.c | 785 static inline void dual_inner_prod(const float *x, const float *y01, const float *y02, in dual_inner_prod() argument 791 xy01 += (x[i] * y01[i]); in dual_inner_prod()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_soa.c | 1037 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; in lp_build_sample_image_linear() local 1106 y01 = y00; in lp_build_sample_image_linear() 1224 y01 = lp_build_select(ivec_bld, fall_off[1], new_ycoords[1][0], y0_clamped); in lp_build_sample_image_linear() 1247 y01 = lp_build_select(ivec_bld, fall_off_ym_notxp, new_ycoords[2][1], y01); in lp_build_sample_image_linear() 1271 LLVMBuildStore(builder, y01, ys[1]); in lp_build_sample_image_linear() 1311 y01 = LLVMBuildLoad2(builder, type, ys[1], ""); in lp_build_sample_image_linear() 1357 x01, y01, z01, in lp_build_sample_image_linear() 1692 x01, y01, z1, in lp_build_sample_image_linear()
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 3435 float y01 = (y0+y1)/2; 3442 float ya = (y01+y12)/2; 3449 stbtt__tesselate_cubic(points, num_points, x0,y0, x01,y01, xa,ya, mx,my, objspace_flatness_squared,n+1);
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 3435 float y01 = (y0+y1)/2; 3442 float ya = (y01+y12)/2; 3449 stbtt__tesselate_cubic(points, num_points, x0,y0, x01,y01, xa,ya, mx,my, objspace_flatness_squared,n+1);
|
Completed in 29 milliseconds