Home
last modified time | relevance | path

Searched refs:H264Ref (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_refs.c40 static void pic_as_field(H264Ref *pic, const int parity) in pic_as_field()
52 static void ref_from_h264pic(H264Ref *dst, H264Picture *src) in ref_from_h264pic()
62 static int split_field_copy(H264Ref *dest, H264Picture *src, int parity, int id_add) in split_field_copy()
78 static int build_def_list(H264Ref *def, int def_len, in build_def_list()
163 memset(&sl->ref_list[list][len], 0, sizeof(H264Ref) * (sl->ref_count[list] - len)); in h264_initialise_ref_list()
172 FFSWAP(H264Ref, sl->ref_list[1][0], sl->ref_list[1][1]); in h264_initialise_ref_list()
184 memset(&sl->ref_list[0][len], 0, sizeof(H264Ref) * (sl->ref_count[0] - len)); in h264_initialise_ref_list()
279 H264Ref *frame = &sl->ref_list[list][i]; in h264_fill_mbaff_ref_list()
280 H264Ref *field = &sl->ref_list[list][16 + 2 * i]; in h264_fill_mbaff_ref_list()
Dh264dec.h173 typedef struct H264Ref { struct
182 } H264Ref; argument
276 H264Ref ref_list[2][48]; /**< 0..15: frame refs, 16..47: mbaff field refs.
469 H264Ref default_ref[2];
Dh264_mb.c63 H264Ref *ref = &sl->ref_list[0][ref_n]; in get_lowest_part_y()
79 H264Ref *ref = &sl->ref_list[1][ref_n]; in get_lowest_part_y()
170 H264Ref *ref_pic = &sl->ref_list[list][ref]; in await_references()
206 H264Ref *pic, in mc_dir_part()
352 H264Ref *ref = &sl->ref_list[0][sl->ref_cache[0][scan8[n]]]; in mc_part_std()
362 H264Ref *ref = &sl->ref_list[1][sl->ref_cache[1][scan8[n]]]; in mc_part_std()
459 H264Ref *ref = &sl->ref_list[list][refn]; in mc_part_weighted()
Dh264_direct.c123 H264Ref *const ref1 = &sl->ref_list[1][0]; in ff_h264_direct_ref_list_init()
181 static void await_reference_mb_row(const H264Context *const h, H264Ref *ref, in await_reference_mb_row()
Dvaapi_h264.c160 const H264Ref *ref_list, in fill_vaapi_RefPicList()