Searched refs:field_pic (Results 1 - 5 of 5) sorted by relevance

/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; local
38 if (field_pic) {
45 if (field_pic && first_field &&
H A Dmpeg12dec.c1709 const int field_pic = s->picture_structure != PICT_FRAME; local
1822 (s->mv_type == MV_TYPE_FIELD && field_pic)) {
1853 ff_mpeg_draw_horiz_band(s, mb_size * (s->mb_y >> field_pic), mb_size);
1857 s->mb_y += 1 << field_pic;
1972 const int field_pic = s->picture_structure != PICT_FRAME; local
1974 s->er.error_count = (3 * (s->end_mb_y - s->start_mb_y) * s->mb_width) >> field_pic;
2006 mb_y <<= field_pic; local
2033 if (/* s->mb_y << field_pic == s->mb_height && */ !s->first_field && !s1->first_slice) {
2553 const int field_pic = s2->picture_structure != PICT_FRAME; local
2559 mb_y <<= field_pic; local
[all...]
H A Dh264.c106 const int field_pic = h->picture_structure != PICT_FRAME; local
107 if (field_pic) {
114 if (field_pic && h->first_field && !(avctx->slice_flags & SLICE_FLAG_ALLOW_FIELD))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg12.c1632 const int field_pic = s->picture_structure != PICT_FRAME; local
1731 } else if (s->mv_type == MV_TYPE_16X16 || (s->mv_type == MV_TYPE_FIELD && field_pic)) {
1761 ff_draw_horiz_band(s, mb_size*(s->mb_y >> field_pic), mb_size);
1765 s->mb_y += 1 << field_pic;
1853 const int field_pic = s->picture_structure != PICT_FRAME; local
1855 s->error_count = (3 * (s->end_mb_y - s->start_mb_y) * s->mb_width) >> field_pic;
1879 mb_y= (start_code - SLICE_MIN_START_CODE) << field_pic;
1908 if (/*s->mb_y << field_pic == s->mb_height &&*/ !s->first_field) {
2371 const int field_pic = s2->picture_structure != PICT_FRAME; local
2372 int mb_y = (start_code - SLICE_MIN_START_CODE) << field_pic;
[all...]
H A Dmpegvideo.c2538 const int field_pic= s->picture_structure != PICT_FRAME; local
2539 if(field_pic){
2571 if(field_pic && s->first_field && !(s->avctx->slice_flags&SLICE_FLAG_ALLOW_FIELD)) return;

Completed in 266 milliseconds