Searched refs:PICT_TOP_FIELD (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h33 #define PICT_TOP_FIELD 1 macro
H A Dvdpau_h264.c60 rf->top_is_reference = (pic_structure & PICT_TOP_FIELD) != 0;
101 rf2->top_is_reference |= (pic->reference & PICT_TOP_FIELD) ? VDP_TRUE : VDP_FALSE;
H A Ddxva2_h264.c73 if ((r->reference & PICT_TOP_FIELD) && r->field_poc[0] != INT_MAX)
79 if (r->reference & PICT_TOP_FIELD)
125 if ((h->picture_structure & PICT_TOP_FIELD) &&
H A Dh264_parser.c326 h->picture_structure = PICT_TOP_FIELD + get_bits1(&h->gb); // bottom_field_flag
434 if (h->picture_structure == PICT_TOP_FIELD)
H A Ddxva2_vc1.c77 if (s->picture_structure & PICT_TOP_FIELD)
H A Dvaapi_h264.c60 pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */
67 va_pic->flags |= (pic_structure & PICT_TOP_FIELD) ? VA_PICTURE_H264_TOP_FIELD : VA_PICTURE_H264_BOTTOM_FIELD;
H A Dvdpau.c159 rf2->top_is_reference |= (pic->reference & PICT_TOP_FIELD) ? VDP_TRUE : VDP_FALSE;
169 rf->top_is_reference = (pic->reference & PICT_TOP_FIELD) ? VDP_TRUE : VDP_FALSE;
H A Dh264_slice.c1495 h->picture_structure = PICT_TOP_FIELD + bottom_field_flag;
1559 last_pic_structure == PICT_TOP_FIELD);
1569 last_pic_structure == PICT_TOP_FIELD);
1573 if (!((last_pic_structure == PICT_TOP_FIELD &&
1576 h->picture_structure == PICT_TOP_FIELD))) {
1965 (h->picture_structure == PICT_FRAME ? "F" : h->picture_structure == PICT_TOP_FIELD ? "T" : "B"),
H A Dcrystalhd.c711 (pic_type == PICT_TOP_FIELD || pic_type == PICT_BOTTOM_FIELD)) {
H A Dh264_refs.c361 field[0].reference = PICT_TOP_FIELD;
H A Dh264.c1194 if (h->picture_structure != PICT_TOP_FIELD)
H A Dmpeg12dec.c1026 if (s->picture_structure == PICT_TOP_FIELD)
H A Dmpegvideo.c1810 (s->picture_structure == PICT_TOP_FIELD) == s->first_field;
H A Dvc1dec.c6087 s->picture_structure = PICT_TOP_FIELD + v->tff;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddxva2_h264.c73 if ((r->f.reference & PICT_TOP_FIELD) && r->field_poc[0] != INT_MAX)
79 if (r->f.reference & PICT_TOP_FIELD)
122 if ((s->picture_structure & PICT_TOP_FIELD) &&
H A Dvdpau.c79 rf2->top_is_reference |= (pic->f.reference & PICT_TOP_FIELD) ? VDP_TRUE : VDP_FALSE;
89 rf->top_is_reference = (pic->f.reference & PICT_TOP_FIELD) ? VDP_TRUE : VDP_FALSE;
H A Ddxva2_vc1.c67 if (s->picture_structure & PICT_TOP_FIELD)
H A Dh264_parser.c197 h->s.picture_structure= PICT_TOP_FIELD + get_bits1(&h->s.gb); //bottom_field_flag
H A Dvaapi_h264.c59 pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */
66 va_pic->flags |= (pic_structure & PICT_TOP_FIELD) ? VA_PICTURE_H264_TOP_FIELD : VA_PICTURE_H264_BOTTOM_FIELD;
H A Dmpegvideo.h616 #define PICT_TOP_FIELD 1 macro
H A Dh264_refs.c310 field[0].f.reference = PICT_TOP_FIELD;
H A Dh264.c2474 if(s->picture_structure != PICT_TOP_FIELD)
2875 s->picture_structure= PICT_TOP_FIELD + get_bits1(&s->gb); //bottom_field_flag
2938 last_pic_structure == PICT_TOP_FIELD);
2948 last_pic_structure == PICT_TOP_FIELD);
2952 if (!((last_pic_structure == PICT_TOP_FIELD &&
2955 s->picture_structure == PICT_TOP_FIELD))) {
3322 (s->picture_structure==PICT_FRAME ? "F" : s->picture_structure==PICT_TOP_FIELD ? "T" : "B"),
H A Dmpeg12.c1016 if (s->picture_structure == PICT_TOP_FIELD)
H A Dmpegvideo.c1231 (s->picture_structure == PICT_TOP_FIELD) == s->first_field;

Completed in 316 milliseconds