Searched refs:first_field (Results 26 - 34 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264.c114 if (field_pic && h->first_field && !(avctx->slice_flags & SLICE_FLAG_ALLOW_FIELD))
1077 h->first_field = 0;
1472 if (!h->first_field)
1841 h->first_field = 0;
H A Dh264.h459 int first_field; member in struct:H264Context
H A Dmpegvideo.h618 int first_field; ///< is 1 for the first field of a field picture 0 otherwise member in struct:MpegEncContext
H A Dmpegvideo.c1059 if (!s1->first_field) {
1810 (s->picture_structure == PICT_TOP_FIELD) == s->first_field;
2728 s->pict_type != AV_PICTURE_TYPE_B && !s->first_field) {
2744 s->pict_type == AV_PICTURE_TYPE_B || s->first_field) {
2788 if (!s->first_field) {
3169 s->first_field, s->low_delay);
H A Dh264_refs.c562 !(FIELD_PICTURE(h) && !h->first_field && h->cur_pic_ptr->reference)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.h640 int first_field; ///< is 1 for the first field of a field picture 0 otherwise member in struct:MpegEncContext
H A Dmpeg12.c1531 s->first_field = 0;
1534 s->first_field ^= 1;
1565 if (s->first_field || s->picture_structure == PICT_FRAME) {
1702 if (s->mb_y == 0 && s->mb_x == 0 && (s->first_field || s->picture_structure == PICT_FRAME)) {
1908 if (/*s->mb_y << field_pic == s->mb_height &&*/ !s->first_field) {
2359 s2->first_field=0;
H A Dmpegvideo.c601 if (!s1->first_field) {
1231 (s->picture_structure == PICT_TOP_FIELD) == s->first_field;
2105 s->pict_type != AV_PICTURE_TYPE_B && !s->first_field) {
2121 s->pict_type == AV_PICTURE_TYPE_B || s->first_field) {
2165 if (!s->first_field) {
2571 if(field_pic && s->first_field && !(s->avctx->slice_flags&SLICE_FLAG_ALLOW_FIELD)) return;
H A Dh264_refs.c485 !(FIELD_PICTURE && !s->first_field && s->current_picture_ptr->f.reference)) {

Completed in 217 milliseconds

12