/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_cse.cpp | 111 src_reg tmp_y = ys[0]; in operands_match() local 123 tmp_y.ud &= mask; in operands_match() 125 return tmp_x.equals(tmp_y); in operands_match()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 82 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB() 102 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y)); in EmitFancyRGB() 586 p->tmp_y = (uint8_t*)p->memory; in CustomSetup() 587 p->tmp_u = p->tmp_y + io->mb_w; in CustomSetup()
|
D | webpi_dec.h | 36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 77 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB() 97 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y)); in EmitFancyRGB() 599 p->tmp_y = (uint8_t*)p->memory; in CustomSetup() 600 p->tmp_u = p->tmp_y + io->mb_w; in CustomSetup()
|
D | webpi_dec.h | 36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
|
/third_party/ffmpeg/libavcodec/ |
D | h264_mb.c | 410 uint8_t *tmp_y = sl->bipred_scratchpad + 16 * sl->mb_uvlinesize; in mc_part_weighted() local 419 tmp_y, tmp_cb, tmp_cr, in mc_part_weighted() 426 luma_weight_avg(dest_y, tmp_y, sl->mb_linesize, in mc_part_weighted() 435 luma_weight_avg(dest_y, tmp_y, sl->mb_linesize, height, in mc_part_weighted()
|
D | h264_mb_template.c | 107 uint16_t *tmp_y = (uint16_t *)(dest_y + i * linesize); in FUNC() local 109 tmp_y[j] = get_bits(&gb, bit_depth); in FUNC()
|
D | vp9dec.h | 222 DECLARE_ALIGNED(32, uint8_t, tmp_y)[64 * 64 * 2];
|
D | vp9block.c | 1372 td->dst[0] = td->tmp_y; in ff_vp9_decode_block() 1409 td->tmp_y + o * bytesperpixel, 128, h, 0, 0); in ff_vp9_decode_block()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.c | 593 struct ureg_dst tmp_y = ureg_writemask(tmp, TGSI_WRITEMASK_Y); in nine_ff_build_vs() local 609 ureg_RSQ(ureg, tmp_y, _X(tmp)); in nine_ff_build_vs() 610 ureg_MUL(ureg, tmp_y, _Y(tmp), _X(tmp)); in nine_ff_build_vs() 611 ureg_CMP(ureg, tmp_y, ureg_negate(_Y(tmp)), _Y(tmp), ureg_imm1f(ureg, 0.0f)); in nine_ff_build_vs() 783 struct ureg_dst tmp_y = ureg_writemask(tmp, TGSI_WRITEMASK_Y); in nine_ff_build_vs() local 842 ureg_RSQ(ureg, tmp_y, _X(tmp)); in nine_ff_build_vs() 873 ureg_DP3(ureg, tmp_y, ureg_negate(ureg_src(rHit)), cLDir); /* rho */ in nine_ff_build_vs() 878 ureg_SGE(ureg, tmp_y, _Y(tmp), cLPhi); /* if inside phi */ in nine_ff_build_vs() 896 ureg_DP3(ureg, ureg_saturate(tmp_y), vs->aNrm, ureg_src(rMid)); in nine_ff_build_vs() 903 ureg_DP3(ureg, ureg_saturate(tmp_y), vs->aNrm, ureg_src(rMid)); in nine_ff_build_vs() [all …]
|