Searched refs:PICT_FRAME (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.c37 const int field_pic = picture_structure != PICT_FRAME;
63 picture_structure == PICT_FRAME &&
H A Dvaapi_mpeg2.c36 return s->first_field || s->picture_structure == PICT_FRAME;
130 slice_param->slice_vertical_position = s->mb_y >> (s->picture_structure != PICT_FRAME);
H A Dmpegutils.h35 #define PICT_FRAME 3 macro
H A Dh264_parser.c323 h->picture_structure = PICT_FRAME;
328 h->picture_structure = PICT_FRAME;
338 h->picture_structure == PICT_FRAME)
347 h->picture_structure == PICT_FRAME)
402 s->repeat_pict = h->picture_structure == PICT_FRAME ? 1 : 0;
406 s->repeat_pict = h->picture_structure == PICT_FRAME ? 1 : 0;
409 if (h->picture_structure == PICT_FRAME) {
H A Ddxva2_mpeg2.c44 int is_field = s->picture_structure != PICT_FRAME;
127 int is_field = s->picture_structure != PICT_FRAME;
156 const int is_field = s->picture_structure != PICT_FRAME;
H A Dvaapi_h264.c60 pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */
66 if (pic_structure != PICT_FRAME)
272 pic_param->pic_fields.bits.field_pic_flag = h->picture_structure != PICT_FRAME;
H A Dmpegvideo_xvmc.c243 if (s->picture_structure == PICT_FRAME) {
252 if (s->picture_structure == PICT_FRAME) {
H A Dh264_refs.c64 if (parity != PICT_FRAME) {
213 *structure ^= PICT_FRAME;
623 remove_short(h, frame_num, structure ^ PICT_FRAME);
640 remove_long(h, j, structure ^ PICT_FRAME);
710 h->cur_pic_ptr->reference = PICT_FRAME;
778 && h->pps.ref_count[0]<=2 + (h->picture_structure != PICT_FRAME) + (2*!h->has_recovery_point)
H A Dmpeg12dec.c810 if (s->picture_structure == PICT_FRAME &&
819 if (s->picture_structure != PICT_FRAME)
860 if (s->picture_structure == PICT_FRAME) {
861 if (s->picture_structure == PICT_FRAME
884 if (s->picture_structure == PICT_FRAME && s->frame_pred_frame_dct) {
888 if (s->picture_structure == PICT_FRAME && HAS_CBP(mb_type))
900 if (s->picture_structure == PICT_FRAME) {
944 if (s->picture_structure == PICT_FRAME) {
989 const int my_shift = s->picture_structure == PICT_FRAME;
1009 if (s->picture_structure == PICT_FRAME) {
[all...]
H A Ddxva2_vc1.c47 if (v->lumscale != 32 || v->lumshift != 0 || (s->picture_structure != PICT_FRAME && (v->lumscale2 != 32 || v->lumshift2 != 0)))
137 if (s->picture_structure == PICT_FRAME) {
H A Dh264_direct.c51 const int poc = h->picture_structure == PICT_FRAME ?
76 int interl= mbafi || h->picture_structure != PICT_FRAME;
117 if(h->picture_structure == PICT_FRAME){
125 if(h->picture_structure == PICT_FRAME){
H A Dh264_slice.c738 pic->field_picture = h->picture_structure != PICT_FRAME;
911 if (h->picture_structure == PICT_FRAME) {
1486 h->picture_structure = PICT_FRAME;
1497 h->picture_structure = PICT_FRAME;
1501 h->mb_field_decoding_flag = h->picture_structure != PICT_FRAME;
1557 if (last_pic_structure != PICT_FRAME) {
1567 if (last_pic_structure != PICT_FRAME) {
1721 if (h->picture_structure == PICT_FRAME) {
1735 if (h->pps.pic_order_present == 1 && h->picture_structure == PICT_FRAME)
1742 if (h->pps.pic_order_present == 1 && h->picture_structure == PICT_FRAME)
[all...]
H A Ddxva2_h264.c95 pp->wBitFields = ((h->picture_structure != PICT_FRAME) << 0) |
97 (h->picture_structure == PICT_FRAME)) << 1) |
H A Dvdpau_h264.c132 info->field_pic_flag = h->picture_structure != PICT_FRAME;
H A Dmpegvideo.c1081 s->picture_structure = PICT_FRAME;
1808 if (s->picture_structure != PICT_FRAME)
1814 s->current_picture_ptr->field_picture = s->picture_structure != PICT_FRAME;
1840 s->picture_structure != PICT_FRAME)) {
1850 else if (s->picture_structure != PICT_FRAME)
1936 if (s->picture_structure!= PICT_FRAME) {
2713 if (s->picture_structure == PICT_FRAME) {
2762 if (s->picture_structure == PICT_FRAME) {
2807 if (s->picture_structure != PICT_FRAME || s->mcsel)
3189 if(!(s->pict_type==AV_PICTURE_TYPE_B && s->avctx->draw_horiz_band && s->picture_structure==PICT_FRAME))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_parser.c194 h->s.picture_structure= PICT_FRAME;
199 h->s.picture_structure= PICT_FRAME;
225 s->repeat_pict = h->s.picture_structure == PICT_FRAME ? 1 : 0;
229 s->repeat_pict = h->s.picture_structure == PICT_FRAME ? 1 : 0;
H A Ddxva2_mpeg2.c42 int is_field = s->picture_structure != PICT_FRAME;
125 int is_field = s->picture_structure != PICT_FRAME;
155 const int is_field = s->picture_structure != PICT_FRAME;
H A Dvaapi_h264.c59 pic_structure &= PICT_FRAME; /* PICT_TOP_FIELD|PICT_BOTTOM_FIELD */
65 if (pic_structure != PICT_FRAME)
272 pic_param->pic_fields.bits.field_pic_flag = s->picture_structure != PICT_FRAME;
H A Dvaapi_mpeg2.c36 return s->first_field || s->picture_structure == PICT_FRAME;
H A Dmpegvideo_xvmc.c227 if (s->picture_structure == PICT_FRAME) {
236 if (s->picture_structure == PICT_FRAME) {
H A Dh264_refs.c55 if(parity != PICT_FRAME){
180 *structure ^= PICT_FRAME;
530 remove_short(h, frame_num, structure ^ PICT_FRAME);
547 remove_long(h, j, structure ^ PICT_FRAME);
603 s->current_picture_ptr->f.reference = PICT_FRAME;
H A Dmpeg12.c810 if (s->picture_structure == PICT_FRAME && // FIXME add an interlaced_dct coded var?
820 if (s->picture_structure != PICT_FRAME)
862 if (s->picture_structure == PICT_FRAME) {
889 if (s->picture_structure == PICT_FRAME && HAS_CBP(mb_type))
901 if (s->picture_structure == PICT_FRAME) {
939 if (s->picture_structure == PICT_FRAME) {
979 const int my_shift = s->picture_structure == PICT_FRAME;
999 if (s->picture_structure == PICT_FRAME) {
1430 if (s->picture_structure == PICT_FRAME) {
1520 if (s->picture_structure == 0 || (s->progressive_frame && s->picture_structure != PICT_FRAME)) {
[all...]
H A Dmpegvideo.c627 s->picture_structure = PICT_FRAME;
1229 if (s->picture_structure != PICT_FRAME)
1235 s->current_picture_ptr->field_picture = s->picture_structure != PICT_FRAME;
1261 s->picture_structure != PICT_FRAME)) {
1265 else if (s->picture_structure != PICT_FRAME)
1310 if (s->picture_structure!= PICT_FRAME && s->out_format != FMT_H264) {
2090 if (s->picture_structure == PICT_FRAME) {
2139 if (s->picture_structure == PICT_FRAME) {
2184 if (s->picture_structure != PICT_FRAME) goto unhandled;
2538 const int field_pic= s->picture_structure != PICT_FRAME;
[all...]
H A Ddxva2_vc1.c126 if (s->picture_structure == PICT_FRAME) {
H A Dh264_direct.c75 int interl= mbafi || s->picture_structure != PICT_FRAME;
116 if(s->picture_structure == PICT_FRAME){
124 if(s->picture_structure == PICT_FRAME){

Completed in 153 milliseconds

12