Home
last modified time | relevance | path

Searched refs:bottom_field (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmjpegbdec.c132 s->bottom_field ^= 1; in mjpegb_decode_frame()
134 if (s->bottom_field != s->interlace_polarity && second_field_offs) { in mjpegb_decode_frame()
H A Dmpegvideo_motion.c233 int bottom_field, in mpeg_motion_internal()
344 if (bottom_field) { in mpeg_motion_internal()
390 int bottom_field, int field_select, in mpeg_motion_field()
398 bottom_field, field_select, ref_picture, pix_op, in mpeg_motion_field()
403 bottom_field, field_select, ref_picture, pix_op, in mpeg_motion_field()
491 int field_based, int bottom_field, in qpel_motion()
569 if (bottom_field) { in qpel_motion()
228 mpeg_motion_internal(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int field_based, int bottom_field, int field_select, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], int motion_x, int motion_y, int h, int is_mpeg12, int is_16x8, int mb_y) mpeg_motion_internal() argument
388 mpeg_motion_field(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int bottom_field, int field_select, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], int motion_x, int motion_y, int h, int mb_y) mpeg_motion_field() argument
487 qpel_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int field_based, int bottom_field, int field_select, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], qpel_mc_func (*qpix_op)[16], int motion_x, int motion_y, int h) qpel_motion() argument
H A Dmjpegdec.h73 int bottom_field; /* true if bottom field */ member
H A Dmjpegdec.c353 if (s->interlaced && (s->bottom_field == !s->interlace_polarity)) { in ff_mjpeg_decode_sof()
445 s->bottom_field = s->interlace_polarity; in ff_mjpeg_decode_sof()
471 if (s->got_picture && s->interlaced && (s->bottom_field == !s->interlace_polarity)) { in ff_mjpeg_decode_sof()
1123 if (s->interlaced && s->bottom_field) in ljpeg_decode_rgb_scan()
1314 if (s->interlaced && s->bottom_field) in ljpeg_decode_yuv_scan()
1334 if (s->interlaced && s->bottom_field) in ljpeg_decode_yuv_scan()
1493 if (s->interlaced && s->bottom_field) in mjpeg_decode_scan()
1538 mb_x, mb_y, x, y, c, s->bottom_field, in mjpeg_decode_scan()
1626 if (s->interlaced && s->bottom_field) in mjpeg_idct_scan_progressive_ac()
1808 s->bottom_field in ff_mjpeg_decode_sos()
[all...]
H A Dcrystalhd.c439 uint8_t bottom_field = (output->PicInfo.flags & VDEC_FLAG_BOTTOMFIELD) == in copy_frame() local
526 if (bottom_field) { in copy_frame()
H A Dmpegvideo.c970 int bottom_field, in mpeg_motion_lowres()
996 motion_y += (bottom_field - field_select)*((1 << lowres)-1); in mpeg_motion_lowres()
1076 if (bottom_field) { in mpeg_motion_lowres()
1093 int hc = s->chroma_y_shift ? (h+1-bottom_field)>>1 : h; in mpeg_motion_lowres()
965 mpeg_motion_lowres(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int field_based, int bottom_field, int field_select, uint8_t **ref_picture, h264_chroma_mc_func *pix_op, int motion_x, int motion_y, int h, int mb_y) mpeg_motion_lowres() argument

Completed in 10 milliseconds