H264Ref 123 libavcodec/h264_direct.c H264Ref *const ref1 = &sl->ref_list[1][0]; H264Ref 181 libavcodec/h264_direct.c static void await_reference_mb_row(const H264Context *const h, H264Ref *ref, H264Ref 63 libavcodec/h264_mb.c H264Ref *ref = &sl->ref_list[0][ref_n]; H264Ref 79 libavcodec/h264_mb.c H264Ref *ref = &sl->ref_list[1][ref_n]; H264Ref 170 libavcodec/h264_mb.c H264Ref *ref_pic = &sl->ref_list[list][ref]; H264Ref 206 libavcodec/h264_mb.c H264Ref *pic, H264Ref 352 libavcodec/h264_mb.c H264Ref *ref = &sl->ref_list[0][sl->ref_cache[0][scan8[n]]]; H264Ref 362 libavcodec/h264_mb.c H264Ref *ref = &sl->ref_list[1][sl->ref_cache[1][scan8[n]]]; H264Ref 459 libavcodec/h264_mb.c H264Ref *ref = &sl->ref_list[list][refn]; H264Ref 40 libavcodec/h264_refs.c static void pic_as_field(H264Ref *pic, const int parity) H264Ref 52 libavcodec/h264_refs.c static void ref_from_h264pic(H264Ref *dst, H264Picture *src) H264Ref 62 libavcodec/h264_refs.c static int split_field_copy(H264Ref *dest, H264Picture *src, int parity, int id_add) H264Ref 78 libavcodec/h264_refs.c static int build_def_list(H264Ref *def, int def_len, H264Ref 163 libavcodec/h264_refs.c memset(&sl->ref_list[list][len], 0, sizeof(H264Ref) * (sl->ref_count[list] - len)); H264Ref 172 libavcodec/h264_refs.c FFSWAP(H264Ref, sl->ref_list[1][0], sl->ref_list[1][1]); H264Ref 184 libavcodec/h264_refs.c memset(&sl->ref_list[0][len], 0, sizeof(H264Ref) * (sl->ref_count[0] - len)); H264Ref 279 libavcodec/h264_refs.c H264Ref *frame = &sl->ref_list[list][i]; H264Ref 280 libavcodec/h264_refs.c H264Ref *field = &sl->ref_list[list][16 + 2 * i]; H264Ref 275 libavcodec/h264dec.h H264Ref ref_list[2][48]; /**< 0..15: frame refs, 16..47: mbaff field refs. H264Ref 468 libavcodec/h264dec.h H264Ref default_ref[2]; H264Ref 160 libavcodec/vaapi_h264.c const H264Ref *ref_list,