FIELD_PICTURE 1351 libavcodec/h264_cabac.c mbb_xy = mb_xy - (h->mb_stride << FIELD_PICTURE(h)); FIELD_PICTURE 65 libavcodec/h264_direct.c const int poc = FIELD_PICTURE(h) ? h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD] FIELD_PICTURE 273 libavcodec/h264_loopfilter.c const int16_t *bSH = FIELD_PICTURE(h) ? bS3 : bS4; FIELD_PICTURE 374 libavcodec/h264_loopfilter.c sl->list_count==2, edges, step, mask_edge0, mask_edge1, FIELD_PICTURE(h)); FIELD_PICTURE 379 libavcodec/h264_loopfilter.c AV_WN64A(bS[1][0], FIELD_PICTURE(h) ? 0x0003000300030003ULL : 0x0004000400040004ULL); FIELD_PICTURE 178 libavcodec/h264_mb.c if (!FIELD_PICTURE(h) && ref_field_picture) { // frame referencing two fields FIELD_PICTURE 187 libavcodec/h264_mb.c } else if (FIELD_PICTURE(h) && !ref_field_picture) { // field referencing one field of a frame FIELD_PICTURE 192 libavcodec/h264_mb.c } else if (FIELD_PICTURE(h)) { FIELD_PICTURE 145 libavcodec/h264_refs.c if (FIELD_PICTURE(h)) FIELD_PICTURE 264 libavcodec/h264_refs.c if (FIELD_PICTURE(h)) { FIELD_PICTURE 393 libavcodec/h264_refs.c if (FIELD_PICTURE(h)) { FIELD_PICTURE 402 libavcodec/h264_refs.c || (!FIELD_PICTURE(h) && (sl->ref_list[list][index].reference&3) != 3)) { FIELD_PICTURE 408 libavcodec/h264_refs.c && !(!FIELD_PICTURE(h) && (h->default_ref[list].reference&3) != 3)) FIELD_PICTURE 595 libavcodec/h264_refs.c !(FIELD_PICTURE(h) && !h->first_field && h->cur_pic_ptr->reference)) { FIELD_PICTURE 599 libavcodec/h264_refs.c if (FIELD_PICTURE(h)) { FIELD_PICTURE 867 libavcodec/h264_refs.c !(opcode == MMCO_LONG2UNUSED && FIELD_PICTURE(sl)))) { FIELD_PICTURE 1508 libavcodec/h264_slice.c if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) { FIELD_PICTURE 1618 libavcodec/h264_slice.c if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) { FIELD_PICTURE 1623 libavcodec/h264_slice.c h->first_field = FIELD_PICTURE(h); FIELD_PICTURE 1647 libavcodec/h264_slice.c h->first_field = FIELD_PICTURE(h); FIELD_PICTURE 1650 libavcodec/h264_slice.c if (!FIELD_PICTURE(h) || h->first_field) { FIELD_PICTURE 1662 libavcodec/h264_slice.c if (FIELD_PICTURE(h)) { FIELD_PICTURE 1716 libavcodec/h264_slice.c if (!FIELD_PICTURE(h) || !h->first_field || h->missing_fields > 1) { FIELD_PICTURE 2118 libavcodec/h264_slice.c if (h->cur_pic_ptr && FIELD_PICTURE(h) && h->first_field) { FIELD_PICTURE 2122 libavcodec/h264_slice.c } else if (h->cur_pic_ptr && !FIELD_PICTURE(h) && !h->first_field && h->nal_unit_type == H264_NAL_IDR_SLICE) { FIELD_PICTURE 2530 libavcodec/h264_slice.c int top = 16 * (sl->mb_y >> FIELD_PICTURE(h)); FIELD_PICTURE 2531 libavcodec/h264_slice.c int pic_height = 16 * h->mb_height >> FIELD_PICTURE(h); FIELD_PICTURE 765 libavcodec/h264dec.c if (!FIELD_PICTURE(h) && h->current_slice && h->enable_er) { FIELD_PICTURE 91 libavcodec/h264dec.h #define FIELD_OR_MBAFF_PICTURE(h) (FRAME_MBAFF(h) || FIELD_PICTURE(h)) FIELD_PICTURE 73 libavcodec/nvdec_h264.c .field_pic_flag = FIELD_PICTURE(h), FIELD_PICTURE 75 libavcodec/nvdec_h264.c .second_field = FIELD_PICTURE(h) && !h->first_field, FIELD_PICTURE 102 libavcodec/nvdec_h264.c .MbaffFrameFlag = sps->mb_aff && !FIELD_PICTURE(h),