Searched refs:ptr_y (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_motion.c | 244 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_internal() local 300 ptr_y = ref_picture[0] + src_y * linesize + src_x; in mpeg_motion_internal() 315 s->vdsp.emulated_edge_mc(s->sc.edge_emu_buffer, ptr_y, in mpeg_motion_internal() 320 ptr_y = s->sc.edge_emu_buffer; in mpeg_motion_internal() 351 ptr_y += s->linesize; in mpeg_motion_internal() 356 pix_op[0][dxy](dest_y, ptr_y, linesize, h); in mpeg_motion_internal() 497 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in qpel_motion() local 534 ptr_y = ref_picture[0] + src_y * linesize + src_x; in qpel_motion() 540 s->vdsp.emulated_edge_mc(s->sc.edge_emu_buffer, ptr_y, in qpel_motion() 545 ptr_y = s->sc.edge_emu_buffer; in qpel_motion() [all …]
|
D | asvenc.c | 193 uint8_t *ptr_y = frame->data[0] + (mb_y * 16 * linesize) + mb_x * 16; in dct_get() local 197 a->pdsp.get_pixels(block[0], ptr_y, linesize); in dct_get() 198 a->pdsp.get_pixels(block[1], ptr_y + 8, linesize); in dct_get() 199 a->pdsp.get_pixels(block[2], ptr_y + 8 * linesize, linesize); in dct_get() 200 a->pdsp.get_pixels(block[3], ptr_y + 8 * linesize + 8, linesize); in dct_get()
|
D | dnxhdenc.c | 689 const uint8_t *ptr_y = ctx->thread[0]->src[0] + in dnxhd_get_blocks() local 707 vdsp->emulated_edge_mc(&ctx->edge_buf_y[0], ptr_y, in dnxhd_get_blocks() 722 ptr_y = &ctx->edge_buf_y[0]; in dnxhd_get_blocks() 734 vdsp->emulated_edge_mc(&ctx->edge_buf_y[0], ptr_y, in dnxhd_get_blocks() 749 ptr_y = &ctx->edge_buf_y[0]; in dnxhd_get_blocks() 755 pdsp->get_pixels(ctx->blocks[0], ptr_y, linesize); in dnxhd_get_blocks() 756 pdsp->get_pixels(ctx->blocks[1], ptr_y + bw, linesize); in dnxhd_get_blocks() 763 ptr_y + dct_y_offset, in dnxhd_get_blocks() 766 ptr_y + dct_y_offset + bw, in dnxhd_get_blocks() 782 ptr_y + dct_y_offset, linesize); in dnxhd_get_blocks() [all …]
|
D | mpegvideo_enc.c | 2040 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in encode_mb_internal() local 2078 ptr_y = s->new_picture->data[0] + in encode_mb_internal() 2089 s->vdsp.emulated_edge_mc(ebuf, ptr_y, in encode_mb_internal() 2093 ptr_y = ebuf; in encode_mb_internal() 2113 progressive_score = s->mecc.ildct_cmp[4](s, ptr_y, NULL, wrap_y, 8) + in encode_mb_internal() 2114 s->mecc.ildct_cmp[4](s, ptr_y + wrap_y * 8, in encode_mb_internal() 2118 interlaced_score = s->mecc.ildct_cmp[4](s, ptr_y, in encode_mb_internal() 2120 s->mecc.ildct_cmp[4](s, ptr_y + wrap_y, in encode_mb_internal() 2135 s->pdsp.get_pixels(s->block[0], ptr_y, wrap_y); in encode_mb_internal() 2136 s->pdsp.get_pixels(s->block[1], ptr_y + 8, wrap_y); in encode_mb_internal() [all …]
|
D | mpegvideo.c | 977 uint8_t *ptr_y, *ptr_cb, *ptr_cr; in mpeg_motion_lowres() local 1043 ptr_y = ref_picture[0] + src_y * linesize + src_x; in mpeg_motion_lowres() 1049 s->vdsp.emulated_edge_mc(s->sc.edge_emu_buffer, ptr_y, in mpeg_motion_lowres() 1054 ptr_y = s->sc.edge_emu_buffer; in mpeg_motion_lowres() 1083 ptr_y += s->linesize; in mpeg_motion_lowres() 1090 pix_op[lowres - 1](dest_y, ptr_y, linesize, h, sx, sy); in mpeg_motion_lowres()
|
/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
|