Searched refs:ref_picture (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_motion.c | 37 uint8_t **ref_picture) in gmc1_motion() argument 60 ptr = ref_picture[0] + src_y * linesize + src_x; in gmc1_motion() 105 ptr = ref_picture[1] + offset; in gmc1_motion() 119 ptr = ref_picture[2] + offset; in gmc1_motion() 134 uint8_t **ref_picture) in gmc_motion() argument 144 ptr = ref_picture[0]; in gmc_motion() 173 ptr = ref_picture[1]; in gmc_motion() 181 ptr = ref_picture[2]; in gmc_motion() 233 uint8_t **ref_picture, in mpeg_motion_internal() argument 298 ptr_y = ref_picture[0] + src_y * linesize + src_x; in mpeg_motion_internal() [all …]
|
D | wmv2.c | 102 uint8_t **ref_picture, op_pixels_func (*pix_op)[4], in ff_mspel_motion() argument 128 ptr = ref_picture[0] + (src_y * linesize) + src_x; in ff_mspel_motion() 165 ptr = ref_picture[1] + offset; in ff_mspel_motion() 176 ptr = ref_picture[2] + offset; in ff_mspel_motion()
|
D | mpegvideo.c | 1505 uint8_t **ref_picture, in mpeg_motion_lowres() argument 1576 ptr_y = ref_picture[0] + src_y * linesize + src_x; in mpeg_motion_lowres() 1577 ptr_cb = ref_picture[1] + uvsrc_y * uvlinesize + uvsrc_x; in mpeg_motion_lowres() 1578 ptr_cr = ref_picture[2] + uvsrc_y * uvlinesize + uvsrc_x; in mpeg_motion_lowres() 1639 uint8_t **ref_picture, in chroma_4mv_motion_lowres() argument 1669 ptr = ref_picture[1] + offset; in chroma_4mv_motion_lowres() 1683 ptr = ref_picture[2] + offset; in chroma_4mv_motion_lowres() 1708 int dir, uint8_t **ref_picture, in MPV_motion_lowres() argument 1723 ref_picture, pix_op, in MPV_motion_lowres() 1733 ref_picture[0], 0, 0, in MPV_motion_lowres() [all …]
|
D | wmv2.h | 72 uint8_t **ref_picture, op_pixels_func (*pix_op)[4],
|
D | mpegvideo.h | 746 uint8_t **ref_picture,
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstmpeg2picture.c | 322 GstMpeg2Picture *ref_picture, *ref_pictures[2]; in gst_mpeg2_dpb_get_neighbours() local 333 ref_picture = dpb->ref_pic_list[i]; in gst_mpeg2_dpb_get_neighbours() 334 if (!ref_picture) in gst_mpeg2_dpb_get_neighbours() 337 index = ref_picture->pic_order_cnt > picture->pic_order_cnt; in gst_mpeg2_dpb_get_neighbours() 340 ((*picture_ptr)->pic_order_cnt > ref_picture->pic_order_cnt) == index) in gst_mpeg2_dpb_get_neighbours() 341 *picture_ptr = ref_picture; in gst_mpeg2_dpb_get_neighbours()
|
D | gstav1decoder.c | 357 GstAV1Picture *ref_picture; in gst_av1_decoder_decode_frame_header() local 359 ref_picture = priv->dpb->pic_list[frame_header->frame_to_show_map_idx]; in gst_av1_decoder_decode_frame_header() 360 if (!ref_picture) { in gst_av1_decoder_decode_frame_header() 367 &ref_picture->frame_hdr) != GST_AV1_PARSER_OK) { in gst_av1_decoder_decode_frame_header() 375 picture = klass->duplicate_picture (self, ref_picture); in gst_av1_decoder_decode_frame_header() 383 picture->frame_hdr.render_width = ref_picture->frame_hdr.render_width; in gst_av1_decoder_decode_frame_header() 384 picture->frame_hdr.render_height = ref_picture->frame_hdr.render_height; in gst_av1_decoder_decode_frame_header()
|