Searched refs:picture_structure (Results 1 - 25 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxvmc.h125 unsigned int picture_structure; member in struct:xvmc_pix_fmt
H A Dmpegutils.c32 int y, int h, int picture_structure,
37 const int field_pic = picture_structure != PICT_FRAME;
63 picture_structure == PICT_FRAME &&
78 y, picture_structure, h);
30 ff_draw_horiz_band(AVCodecContext *avctx, AVFrame *cur, AVFrame *last, int y, int h, int picture_structure, int first_field, int low_delay) argument
H A Dvaapi_mpeg2.c36 return s->first_field || s->picture_structure == PICT_FRAME;
63 pic_param->picture_coding_extension.bits.picture_structure = s->picture_structure;
130 slice_param->slice_vertical_position = s->mb_y >> (s->picture_structure != PICT_FRAME);
H A Dh264_parser.c220 s->picture_structure = AV_PICTURE_STRUCTURE_UNKNOWN;
323 h->picture_structure = PICT_FRAME;
326 h->picture_structure = PICT_TOP_FIELD + get_bits1(&h->gb); // bottom_field_flag
328 h->picture_structure = PICT_FRAME;
338 h->picture_structure == PICT_FRAME)
347 h->picture_structure == PICT_FRAME)
376 h->picture_structure == PICT_BOTTOM_FIELD ? 0 : field_poc[0];
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
[all...]
H A Dvdpau_mpeg12.c56 info->picture_structure = s->picture_structure;
H A Ddxva2_mpeg2.c44 int is_field = s->picture_structure != PICT_FRAME;
64 pp->bPicStructure = s->picture_structure;
90 (s->picture_structure << 12) |
127 int is_field = s->picture_structure != PICT_FRAME;
156 const int is_field = s->picture_structure != PICT_FRAME;
H A Dmpegutils.h124 int y, int h, int picture_structure, int first_field,
H A Dmpegvideo_xvmc.c121 render->picture_structure = s->picture_structure;
243 if (s->picture_structure == PICT_FRAME) {
252 if (s->picture_structure == PICT_FRAME) {
H A Ddxva2_vc1.c47 if (v->lumscale != 32 || v->lumshift != 0 || (s->picture_structure != PICT_FRAME && (v->lumscale2 != 32 || v->lumshift2 != 0)))
77 if (s->picture_structure & PICT_TOP_FIELD)
79 if (s->picture_structure & PICT_BOTTOM_FIELD)
137 if (s->picture_structure == PICT_FRAME) {
H A Dh264_refs.c132 cur_poc = h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD];
142 sorted, len, 0, h->picture_structure);
145 h->long_ref, 16, 1, h->picture_structure);
166 h->short_ref, h->short_ref_count, 0, h->picture_structure);
169 h-> long_ref, 16, 1, h->picture_structure);
209 *structure = h->picture_structure;
674 h->cur_pic_ptr->reference |= h->picture_structure;
730 h->cur_pic_ptr->reference |= h->picture_structure;
778 && h->pps.ref_count[0]<=2 + (h->picture_structure != PICT_FRAME) + (2*!h->has_recovery_point)
H A Dh264_slice.c626 h->picture_structure = h1->picture_structure;
736 pic->reference = h->droppable ? 0 : h->picture_structure;
738 pic->field_picture = h->picture_structure != PICT_FRAME;
911 if (h->picture_structure == PICT_FRAME) {
914 cur_poc = h->cur_pic_ptr->field_poc[h->picture_structure - 1];
1294 h->picture_structure == PICT_BOTTOM_FIELD);
1482 last_pic_structure = h0->picture_structure;
1486 h->picture_structure = PICT_FRAME;
1495 h->picture_structure
[all...]
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
868 s->field_select[0][0] = s->picture_structure - 1;
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
[all...]
H A Ddxva2_h264.c55 h->picture_structure == PICT_BOTTOM_FIELD);
95 pp->wBitFields = ((h->picture_structure != PICT_FRAME) << 0) |
97 (h->picture_structure == PICT_FRAME)) << 1) |
125 if ((h->picture_structure & PICT_TOP_FIELD) &&
129 if ((h->picture_structure & PICT_BOTTOM_FIELD) &&
H A Dh264_direct.c51 const int poc = h->picture_structure == PICT_FRAME ?
53 h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD];
76 int interl= mbafi || h->picture_structure != PICT_FRAME;
108 int sidx= (h->picture_structure&1)^1;
117 if(h->picture_structure == PICT_FRAME){
125 if(h->picture_structure == PICT_FRAME){
130 } else if (!(h->picture_structure & h->ref_list[1][0].reference) && !h->ref_list[1][0].mbaff) { // FL -> FL & differ parity
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxvmc.h110 unsigned int picture_structure; member in struct:xvmc_pix_fmt
H A Dvaapi_mpeg2.c36 return s->first_field || s->picture_structure == PICT_FRAME;
63 pic_param->picture_coding_extension.bits.picture_structure = s->picture_structure;
H A Ddxva2_mpeg2.c42 int is_field = s->picture_structure != PICT_FRAME;
62 pp->bPicStructure = s->picture_structure;
88 (s->picture_structure << 12) |
125 int is_field = s->picture_structure != PICT_FRAME;
155 const int is_field = s->picture_structure != PICT_FRAME;
H A Dh264_parser.c194 h->s.picture_structure= PICT_FRAME;
197 h->s.picture_structure= PICT_TOP_FIELD + get_bits1(&h->s.gb); //bottom_field_flag
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 Dmpegvideo_xvmc.c107 render->picture_structure = s->picture_structure;
227 if (s->picture_structure == PICT_FRAME) {
236 if (s->picture_structure == PICT_FRAME) {
H A Ddxva2_vc1.c67 if (s->picture_structure & PICT_TOP_FIELD)
69 if (s->picture_structure & PICT_BOTTOM_FIELD)
126 if (s->picture_structure == PICT_FRAME) {
H A Dh264_refs.c118 cur_poc= s->current_picture_ptr->field_poc[ s->picture_structure == PICT_BOTTOM_FIELD ];
126 len= build_def_list(h->default_ref_list[list] , sorted , len, 0, s->picture_structure);
127 len+=build_def_list(h->default_ref_list[list]+len, h->long_ref, 16 , 1, s->picture_structure);
141 len = build_def_list(h->default_ref_list[0] , h->short_ref, h->short_ref_count, 0, s->picture_structure);
142 len+= build_def_list(h->default_ref_list[0]+len, h-> long_ref, 16 , 1, s->picture_structure);
176 *structure = s->picture_structure;
568 s->current_picture_ptr->f.reference |= s->picture_structure;
622 s->current_picture_ptr->f.reference |= s->picture_structure;
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) {
869 s->field_select[0][0] = s->picture_structure - 1;
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) {
1016 if (s->picture_structure
[all...]
H A Ddxva2_h264.c55 s->picture_structure == PICT_BOTTOM_FIELD);
95 pp->wBitFields = ((s->picture_structure != PICT_FRAME) << 0) |
122 if ((s->picture_structure & PICT_TOP_FIELD) &&
126 if ((s->picture_structure & PICT_BOTTOM_FIELD) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Dxvmc.h115 unsigned int picture_structure; member in struct:xvmc_pix_fmt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_filter.h223 s8 picture_structure[2]; member in struct:mpg_picture

Completed in 134 milliseconds

123