|
FFmpeg
|
#include <mpegpicture.h>
Data Fields | |
| uint8_t * | data [MPV_MAX_PLANES] |
| ptrdiff_t | linesize [MPV_MAX_PLANES] |
| MPVPicture * | ptr |
| RefStruct reference. More... | |
| int8_t * | qscale_table |
| int16_t(*[2] | motion_val )[2] |
| uint32_t * | mb_type |
| types and macros are defined in mpegutils.h More... | |
| uint8_t * | mbskip_table |
| int8_t * | ref_index [2] |
| int | reference |
Definition at line 95 of file mpegpicture.h.
| uint8_t* MPVWorkPicture::data[MPV_MAX_PLANES] |
Definition at line 96 of file mpegpicture.h.
Referenced by ff_vc1_interp_mc(), ff_vc1_mc_1mv(), ff_vc1_mc_4mv_chroma(), ff_vc1_mc_4mv_luma(), set_workpic_from_pic(), svq1_encode_plane(), and vc1_decode_skip_blocks().
| ptrdiff_t MPVWorkPicture::linesize[MPV_MAX_PLANES] |
Definition at line 97 of file mpegpicture.h.
Referenced by set_workpic_from_pic(), and svq1_encode_plane().
| MPVPicture* MPVWorkPicture::ptr |
RefStruct reference.
Definition at line 99 of file mpegpicture.h.
Referenced by d3d12va_vc1_decode_slice(), d3d12va_vc1_end_frame(), d3d12va_vc1_start_frame(), decode_chunks(), dxva2_vc1_decode_slice(), dxva2_vc1_end_frame(), dxva2_vc1_start_frame(), encode_frame(), ff_mpv_alloc_pic_accessories(), ff_mpv_unref_picture(), ff_mpv_workpic_from_pic(), ff_vc1_decode_blocks(), ff_vc1_parse_frame_header_adv(), mpeg_decode_frame(), and vc1_decode_frame().
| int8_t* MPVWorkPicture::qscale_table |
Definition at line 101 of file mpegpicture.h.
Referenced by set_workpic_from_pic().
| int16_t(*[2] MPVWorkPicture::motion_val)[2] |
Definition at line 103 of file mpegpicture.h.
Referenced by apply_obmc(), rv34_pred_mv_b(), set_workpic_from_pic(), and svq1_encode_plane().
| uint32_t* MPVWorkPicture::mb_type |
types and macros are defined in mpegutils.h
Definition at line 105 of file mpegpicture.h.
Referenced by apply_obmc(), rv34_pred_mv_b(), set_workpic_from_pic(), and svq1_encode_plane().
| uint8_t* MPVWorkPicture::mbskip_table |
Definition at line 107 of file mpegpicture.h.
Referenced by set_workpic_from_pic().
| int8_t* MPVWorkPicture::ref_index[2] |
Definition at line 109 of file mpegpicture.h.
Referenced by set_workpic_from_pic().
| int MPVWorkPicture::reference |
Definition at line 111 of file mpegpicture.h.
Referenced by set_workpic_from_pic().
1.8.17