Searched refs:y00 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | colorspacedsp_template.c | 79 int y00 = yuv0[x << SS_W] - yuv_offset[0]; in yuv2rgb() local 89 rgb0[x << SS_W] = av_clip_int16((y00 * cy + crv * v + rnd) >> sh); in yuv2rgb() 98 rgb1[x << SS_W] = av_clip_int16((y00 * cy + cgu * u + in yuv2rgb() 111 rgb2[x << SS_W] = av_clip_int16((y00 * cy + cbu * u + rnd) >> sh); in yuv2rgb() 248 int y00; in rgb2yuv_fsb() local 260 y00 = r00 * cry + g00 * cgy + b00 * cby + rnd_scratch[0][y & !SS_H][x << SS_W]; in rgb2yuv_fsb() 261 diff = (y00 & mask) - rnd; in rgb2yuv_fsb() 262 yuv0[x << SS_W] = av_clip_pixel(yuv_offset[0] + (y00 >> sh)); in rgb2yuv_fsb()
|
H A D | colorspacedsp_yuv2yuv_template.c | 65 int y00 = src0[x << SS_W] - y_off_in; in yuv2yuv() local 76 dst0[x << SS_W] = av_clip_pixel((cyy * y00 + uv_val) >> sh); in yuv2yuv()
|
/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 1103 &y00, &y10, &t_fpart); in lp_build_sample_image_linear() 1104 lp_build_name(y00, "tex.y0.wrapped"); in lp_build_sample_image_linear() 1106 y01 = y00; in lp_build_sample_image_linear() 1220 y00 = lp_build_select(ivec_bld, fall_off[0], new_ycoords[0][0], y0_clamped); in lp_build_sample_image_linear() 1245 y00 = lp_build_select(ivec_bld, fall_off_ym_notxm, new_ycoords[2][0], y00); in lp_build_sample_image_linear() 1270 LLVMBuildStore(builder, y00, ys[0]); in lp_build_sample_image_linear() 1310 y00 = LLVMBuildLoad2(builder, type, ys[0], ""); in lp_build_sample_image_linear() 1352 x00, y00, z0 in lp_build_sample_image_linear() [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | colorspacedsp.asm | 150 movu m0, [yiq+xq*(1<<%3)] ; y00/01 174 movu m0, [yiq+xq*(2<<%3)] ; y00/01 175 movu m1, [yiq+xq*(2<<%3)+mmsize] ; y00/01
|
Completed in 6 milliseconds