Searched refs:pic_structure (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvdpau_h264.c51 int pic_structure)
55 if (pic_structure == 0)
56 pic_structure = pic->reference;
60 rf->top_is_reference = (pic_structure & PICT_TOP_FIELD) != 0;
61 rf->bottom_is_reference = (pic_structure & PICT_BOTTOM_FIELD) != 0;
50 vdpau_h264_set_rf(VdpReferenceFrameH264 *rf, H264Picture *pic, int pic_structure) argument
H A Dvaapi_h264.c51 * @param[in] pic_structure The picture field type (as defined in mpegvideo.h),
56 int pic_structure)
58 if (pic_structure == 0)
59 pic_structure = pic->reference;
60 pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */
66 if (pic_structure != PICT_FRAME)
67 va_pic->flags |= (pic_structure & PICT_TOP_FIELD) ? VA_PICTURE_H264_TOP_FIELD : VA_PICTURE_H264_BOTTOM_FIELD;
54 fill_vaapi_pic(VAPictureH264 *va_pic, H264Picture *pic, int pic_structure) argument
H A Dcavs.h181 int pic_structure; member in struct:AVSContext
H A Dcavsdec.c928 (!h->pic_structure && h->mby >= h->mb_width / 2))
1038 h->pic_structure = 1;
1040 h->pic_structure = get_bits1(&h->gb);
1041 if (!h->pic_structure && h->stc == PIC_PB_START_CODE)
1049 if (!h->progressive && !h->pic_structure)
1053 if (!(h->cur.f->pict_type == AV_PICTURE_TYPE_B && h->pic_structure == 1))
H A Dh264_refs.c222 int list, index, pic_structure, i; local
266 frame_num = pic_num_extract(h, pred, &pic_structure);
273 (ref->reference & pic_structure))
284 long_idx = pic_num_extract(h, pic_id, &pic_structure);
293 if (ref && (ref->reference & pic_structure)) {
324 pic_as_field(&h->ref_list[list][index], pic_structure);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvaapi_h264.c50 * @param[in] pic_structure The picture field type (as defined in mpegvideo.h),
55 int pic_structure)
57 if (pic_structure == 0)
58 pic_structure = pic->f.reference;
59 pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */
65 if (pic_structure != PICT_FRAME)
66 va_pic->flags |= (pic_structure & PICT_TOP_FIELD) ? VA_PICTURE_H264_TOP_FIELD : VA_PICTURE_H264_BOTTOM_FIELD;
53 fill_vaapi_pic(VAPictureH264 *va_pic, Picture *pic, int pic_structure) argument
H A Dcavsdec.c430 if((h->pic_type != AV_PICTURE_TYPE_I) || (!h->pic_structure && h->mby >= h->mb_width/2))
528 h->pic_structure = 1;
530 h->pic_structure = get_bits1(&s->gb);
531 if(!h->pic_structure && h->stc == PIC_PB_START_CODE)
538 if(!h->progressive && !h->pic_structure)
542 if(!(h->pic_type == AV_PICTURE_TYPE_B && h->pic_structure == 1))
H A Dh264_refs.c189 int list, index, pic_structure; local
228 frame_num = pic_num_extract(h, pred, &pic_structure);
236 (ref->f.reference & pic_structure)
246 long_idx= pic_num_extract(h, pic_id, &pic_structure);
254 if (ref && (ref->f.reference & pic_structure)) {
276 pic_as_field(&h->ref_list[list][index], pic_structure);
H A Dcavs.h167 int pic_structure; member in struct:__anon1890

Completed in 45 milliseconds