Searched refs:uvoff (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9.c | 1092 ptrdiff_t yoff, ptrdiff_t uvoff, enum BlockLevel bl) in decode_sb() argument 1107 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1113 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1116 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1118 uvoff += hbs * 8 * uv_stride >> s->ss_v; in decode_sb() 1119 ff_vp9_decode_block(td, row + hbs, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1122 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1124 uvoff += hbs * 8 * bytesperpixel >> s->ss_h; in decode_sb() 1125 ff_vp9_decode_block(td, row, col + hbs, lflvl, yoff, uvoff, bl, bp); in decode_sb() 1128 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb() [all …]
|
D | vp9dec.h | 244 VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff, 248 int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff);
|
D | vp9lpf.c | 179 int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff) in ff_vp9_loopfilter_sb() argument 198 dst = f->data[1 + p] + uvoff; in ff_vp9_loopfilter_sb()
|
D | vp9block.c | 1264 VP9Filter *lflvl, ptrdiff_t yoff, ptrdiff_t uvoff, in ff_vp9_decode_block() argument 1383 td->dst[1] = f->data[1] + uvoff; in ff_vp9_decode_block() 1384 td->dst[2] = f->data[2] + uvoff; in ff_vp9_decode_block() 1389 ff_vp9_intra_recon_16bpp(td, yoff, uvoff); in ff_vp9_decode_block() 1391 ff_vp9_intra_recon_8bpp(td, yoff, uvoff); in ff_vp9_decode_block() 1423 s->dsp.mc[n][0][0][0][0](f->data[1] + uvoff + o * bytesperpixel, f->linesize[1], in ff_vp9_decode_block() 1425 s->dsp.mc[n][0][0][0][0](f->data[2] + uvoff + o * bytesperpixel, f->linesize[2], in ff_vp9_decode_block()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvrawdepay.c | 509 guint uvoff; in gst_rtp_vraw_depay_process_packet() local 514 uvoff = (line / yinc * uvstride) + (offs / xinc); in gst_rtp_vraw_depay_process_packet() 516 udp = up + uvoff; in gst_rtp_vraw_depay_process_packet() 517 vdp = vp + uvoff; in gst_rtp_vraw_depay_process_packet() 535 guint uvoff; in gst_rtp_vraw_depay_process_packet() local 539 uvoff = (line / yinc * uvstride) + (offs / xinc); in gst_rtp_vraw_depay_process_packet() 541 udp = up + uvoff; in gst_rtp_vraw_depay_process_packet() 542 vdp = vp + uvoff; in gst_rtp_vraw_depay_process_packet()
|
D | gstrtpvrawpay.c | 516 guint uvoff; in gst_rtp_vraw_pay_handle_buffer() local 521 uvoff = (lin / yinc * uvstride) + (offs / xinc); in gst_rtp_vraw_pay_handle_buffer() 522 udp = up + uvoff; in gst_rtp_vraw_pay_handle_buffer() 523 vdp = vp + uvoff; in gst_rtp_vraw_pay_handle_buffer() 538 guint uvoff; in gst_rtp_vraw_pay_handle_buffer() local 542 uvoff = (lin / yinc * uvstride) + (offs / xinc); in gst_rtp_vraw_pay_handle_buffer() 543 udp = up + uvoff; in gst_rtp_vraw_pay_handle_buffer() 544 vdp = vp + uvoff; in gst_rtp_vraw_pay_handle_buffer()
|