Searched refs:ptr_y (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/frag/ |
D | modf-frexp-scalar-access-chain-output.asm.frag | 32 %ptr_y = OpAccessChain %_ptr_Function_int %icol %int_1 34 %17 = OpExtInst %float %1 Frexp %float_0_150000006 %ptr_y
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_motion.c | 242 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_internal() local 298 ptr_y = ref_picture[0] + src_y * linesize + src_x; in mpeg_motion_internal() 313 s->vdsp.emulated_edge_mc(s->sc.edge_emu_buffer, ptr_y, in mpeg_motion_internal() 318 ptr_y = s->sc.edge_emu_buffer; in mpeg_motion_internal() 349 ptr_y += s->linesize; in mpeg_motion_internal() 354 pix_op[0][dxy](dest_y, ptr_y, linesize, h); in mpeg_motion_internal() 495 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in qpel_motion() local 532 ptr_y = ref_picture[0] + src_y * linesize + src_x; in qpel_motion() 538 s->vdsp.emulated_edge_mc(s->sc.edge_emu_buffer, ptr_y, in qpel_motion() 543 ptr_y = s->sc.edge_emu_buffer; in qpel_motion() [all …]
|
D | asvenc.c | 190 uint8_t *ptr_y = frame->data[0] + (mb_y * 16 * linesize) + mb_x * 16; in dct_get() local 194 a->pdsp.get_pixels(block[0], ptr_y, linesize); in dct_get() 195 a->pdsp.get_pixels(block[1], ptr_y + 8, linesize); in dct_get() 196 a->pdsp.get_pixels(block[2], ptr_y + 8 * linesize, linesize); in dct_get() 197 a->pdsp.get_pixels(block[3], ptr_y + 8 * linesize + 8, linesize); in dct_get()
|
D | dnxhdenc.c | 696 const uint8_t *ptr_y = ctx->thread[0]->src[0] + in dnxhd_get_blocks() local 714 vdsp->emulated_edge_mc(&ctx->edge_buf_y[0], ptr_y, in dnxhd_get_blocks() 729 ptr_y = &ctx->edge_buf_y[0]; in dnxhd_get_blocks() 741 vdsp->emulated_edge_mc(&ctx->edge_buf_y[0], ptr_y, in dnxhd_get_blocks() 756 ptr_y = &ctx->edge_buf_y[0]; in dnxhd_get_blocks() 762 pdsp->get_pixels(ctx->blocks[0], ptr_y, linesize); in dnxhd_get_blocks() 763 pdsp->get_pixels(ctx->blocks[1], ptr_y + bw, linesize); in dnxhd_get_blocks() 770 ptr_y + dct_y_offset, in dnxhd_get_blocks() 773 ptr_y + dct_y_offset + bw, in dnxhd_get_blocks() 789 ptr_y + dct_y_offset, linesize); in dnxhd_get_blocks() [all …]
|
D | mpegvideo_enc.c | 2249 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in encode_mb_internal() local 2287 ptr_y = s->new_picture.f->data[0] + in encode_mb_internal() 2298 s->vdsp.emulated_edge_mc(ebuf, ptr_y, in encode_mb_internal() 2302 ptr_y = ebuf; in encode_mb_internal() 2322 progressive_score = s->mecc.ildct_cmp[4](s, ptr_y, NULL, wrap_y, 8) + in encode_mb_internal() 2323 s->mecc.ildct_cmp[4](s, ptr_y + wrap_y * 8, in encode_mb_internal() 2327 interlaced_score = s->mecc.ildct_cmp[4](s, ptr_y, in encode_mb_internal() 2329 s->mecc.ildct_cmp[4](s, ptr_y + wrap_y, in encode_mb_internal() 2344 s->pdsp.get_pixels(s->block[0], ptr_y, wrap_y); in encode_mb_internal() 2345 s->pdsp.get_pixels(s->block[1], ptr_y + 8, wrap_y); in encode_mb_internal() [all …]
|
D | mpegvideo.c | 1510 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_lowres() local 1576 ptr_y = ref_picture[0] + src_y * linesize + src_x; in mpeg_motion_lowres() 1582 s->vdsp.emulated_edge_mc(s->sc.edge_emu_buffer, ptr_y, in mpeg_motion_lowres() 1587 ptr_y = s->sc.edge_emu_buffer; in mpeg_motion_lowres() 1616 ptr_y += s->linesize; in mpeg_motion_lowres() 1623 pix_op[lowres - 1](dest_y, ptr_y, linesize, h, sx, sy); in mpeg_motion_lowres()
|