FIELD_PICTURE 91 libavcodec/h264.h #define FIELD_OR_MBAFF_PICTURE(h) (FRAME_MBAFF(h) || FIELD_PICTURE(h)) FIELD_PICTURE 1347 libavcodec/h264_cabac.c mbb_xy = mb_xy - (h->mb_stride << FIELD_PICTURE(h)); FIELD_PICTURE 52 libavcodec/h264_direct.c const int poc = FIELD_PICTURE(h) ? h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD] FIELD_PICTURE 271 libavcodec/h264_loopfilter.c const int16_t *bSH = FIELD_PICTURE(h) ? bS3 : bS4; FIELD_PICTURE 372 libavcodec/h264_loopfilter.c h->list_count==2, edges, step, mask_edge0, mask_edge1, FIELD_PICTURE(h)); FIELD_PICTURE 377 libavcodec/h264_loopfilter.c AV_WN64A(bS[1][0], FIELD_PICTURE(h) ? 0x0003000300030003ULL : 0x0004000400040004ULL); FIELD_PICTURE 177 libavcodec/h264_mb.c if (!FIELD_PICTURE(h) && ref_field_picture) { // frame referencing two fields FIELD_PICTURE 185 libavcodec/h264_mb.c } else if (FIELD_PICTURE(h) && !ref_field_picture) { // field referencing one field of a frame FIELD_PICTURE 190 libavcodec/h264_mb.c } else if (FIELD_PICTURE(h)) { FIELD_PICTURE 199 libavcodec/h264_picture.c if (!FIELD_PICTURE(h) && h->current_slice && !h->sps.new) { FIELD_PICTURE 124 libavcodec/h264_refs.c if (FIELD_PICTURE(h)) FIELD_PICTURE 203 libavcodec/h264_refs.c if (FIELD_PICTURE(h)) { FIELD_PICTURE 316 libavcodec/h264_refs.c if (FIELD_PICTURE(h)) { FIELD_PICTURE 326 libavcodec/h264_refs.c || (!FIELD_PICTURE(h) && (h->ref_list[list][index].reference&3) != 3)) { FIELD_PICTURE 332 libavcodec/h264_refs.c && !(!FIELD_PICTURE(h) && (h->default_ref_list[list][0].reference&3) != 3)) FIELD_PICTURE 560 libavcodec/h264_refs.c !(FIELD_PICTURE(h) && !h->first_field && h->cur_pic_ptr->reference)) { FIELD_PICTURE 564 libavcodec/h264_refs.c if (FIELD_PICTURE(h)) { FIELD_PICTURE 826 libavcodec/h264_refs.c !(opcode == MMCO_LONG2UNUSED && FIELD_PICTURE(h)))) { FIELD_PICTURE 1301 libavcodec/h264_slice.c if (h0->current_slice && h->cur_pic_ptr && FIELD_PICTURE(h)) { FIELD_PICTURE 1597 libavcodec/h264_slice.c if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) { FIELD_PICTURE 1694 libavcodec/h264_slice.c if (!FIELD_PICTURE(h) || h->picture_structure == last_pic_structure) { FIELD_PICTURE 1699 libavcodec/h264_slice.c h0->first_field = FIELD_PICTURE(h); FIELD_PICTURE 1717 libavcodec/h264_slice.c h0->first_field = FIELD_PICTURE(h); FIELD_PICTURE 1720 libavcodec/h264_slice.c if (!FIELD_PICTURE(h) || h0->first_field) { FIELD_PICTURE 1730 libavcodec/h264_slice.c if (FIELD_PICTURE(h)) { FIELD_PICTURE 2357 libavcodec/h264_slice.c int top = 16 * (h->mb_y >> FIELD_PICTURE(h)); FIELD_PICTURE 2358 libavcodec/h264_slice.c int pic_height = 16 * h->mb_height >> FIELD_PICTURE(h);