Searched refs:bottom_field (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mjpegbdec.c | 132 s->bottom_field ^= 1; in mjpegb_decode_frame() 134 if (s->bottom_field != s->interlace_polarity && second_field_offs) { in mjpegb_decode_frame()
|
D | mpegvideo_motion.c | 231 int bottom_field, in mpeg_motion_internal() argument 342 if (bottom_field) { in mpeg_motion_internal() 388 int bottom_field, int field_select, in mpeg_motion_field() argument 396 bottom_field, field_select, ref_picture, pix_op, in mpeg_motion_field() 401 bottom_field, field_select, ref_picture, pix_op, in mpeg_motion_field() 489 int field_based, int bottom_field, in qpel_motion() argument 567 if (bottom_field) { in qpel_motion()
|
D | mjpegdec.h | 71 int bottom_field; /* true if bottom field */ member
|
D | mjpegdec.c | 348 if (s->interlaced && (s->bottom_field == !s->interlace_polarity)) { in ff_mjpeg_decode_sof() 440 s->bottom_field = s->interlace_polarity; in ff_mjpeg_decode_sof() 466 if (s->got_picture && s->interlaced && (s->bottom_field == !s->interlace_polarity)) { in ff_mjpeg_decode_sof() 1109 if (s->interlaced && s->bottom_field) in ljpeg_decode_rgb_scan() 1298 if (s->interlaced && s->bottom_field) in ljpeg_decode_yuv_scan() 1318 if (s->interlaced && s->bottom_field) in ljpeg_decode_yuv_scan() 1477 if (s->interlaced && s->bottom_field) in mjpeg_decode_scan() 1522 mb_x, mb_y, x, y, c, s->bottom_field, in mjpeg_decode_scan() 1610 if (s->interlaced && s->bottom_field) in mjpeg_idct_scan_progressive_ac() 1792 s->bottom_field ^= 1; in ff_mjpeg_decode_sos() [all …]
|
D | crystalhd.c | 432 uint8_t bottom_field = (output->PicInfo.flags & VDEC_FLAG_BOTTOMFIELD) == in copy_frame() local 519 if (bottom_field) { in copy_frame()
|
D | mpegvideo.c | 1503 int bottom_field, in mpeg_motion_lowres() argument 1529 motion_y += (bottom_field - field_select)*((1 << lowres)-1); in mpeg_motion_lowres() 1609 if (bottom_field) { in mpeg_motion_lowres() 1626 int hc = s->chroma_y_shift ? (h+1-bottom_field)>>1 : h; in mpeg_motion_lowres()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlacemethod.c | 426 scanlines.bottom_field = (cur_field_flags == PICTURE_INTERLACED_BOTTOM); in gst_deinterlace_simple_method_deinterlace_frame_packed() 428 if (!((i & 1) ^ scanlines.bottom_field)) { in gst_deinterlace_simple_method_deinterlace_frame_packed() 544 scanlines.bottom_field = (cur_field_flags == PICTURE_INTERLACED_BOTTOM); in gst_deinterlace_simple_method_deinterlace_frame_planar_plane() 546 if (!((i & 1) ^ scanlines.bottom_field)) { in gst_deinterlace_simple_method_deinterlace_frame_planar_plane()
|
D | gstdeinterlacemethod.h | 139 gboolean bottom_field; member
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 91238 popping a buffer and simplify code to use scanlines.bottom_field
|