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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmjpegbdec.c127 s->bottom_field ^= 1;
129 if (s->bottom_field != s->interlace_polarity && second_field_offs)
H A Dmjpegdec.h56 int bottom_field; /* true if bottom field */ member in struct:MJpegDecodeContext
H A Dmjpegdec.c304 s->bottom_field = s->interlace_polarity;
316 if (!(s->interlaced && (s->bottom_field == !s->interlace_polarity))) {
669 if (s->interlaced && s->bottom_field)
761 if (s->interlaced && s->bottom_field)
885 if (s->interlaced && s->bottom_field)
921 // mb_x, mb_y, x, y, c, s->bottom_field,
979 if (s->interlaced && s->bottom_field) {
1191 s->bottom_field = 1;
1193 s->bottom_field = 0;
1569 s->bottom_field
[all...]
H A Dmpegvideo_common.h241 int field_based, int bottom_field, int field_select,
340 if(bottom_field){ //FIXME use this for field pix too instead of the obnoxious hack which changes picture.data
369 int field_based, int bottom_field, int field_select,
376 bottom_field, field_select, ref_picture, pix_op,
381 bottom_field, field_select, ref_picture, pix_op,
469 int field_based, int bottom_field, int field_select,
537 if(bottom_field){
239 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 mb_y) argument
367 mpeg_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], int motion_x, int motion_y, int h, int mb_y) argument
467 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) argument
H A Dmpegvideo.c1870 int bottom_field,
1896 motion_y += (bottom_field - field_select) * (1 << lowres - 1);
1953 if (bottom_field) {
1865 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) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmjpegbdec.c131 s->bottom_field ^= 1;
133 if (s->bottom_field != s->interlace_polarity && second_field_offs)
H A Dmjpegdec.h60 int bottom_field; /* true if bottom field */ member in struct:MJpegDecodeContext
H A Dmpegvideo_motion.c233 int bottom_field,
345 if (bottom_field) {
391 int bottom_field, int field_select,
399 bottom_field, field_select, ref_picture, pix_op,
404 bottom_field, field_select, ref_picture, pix_op,
492 int field_based, int bottom_field,
568 if (bottom_field) {
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 mb_y) argument
389 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) argument
488 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) argument
H A Dmjpegdec.c287 if (s->interlaced && (s->bottom_field == !s->interlace_polarity)) {
357 s->bottom_field = s->interlace_polarity;
370 if (s->got_picture && s->interlaced && (s->bottom_field == !s->interlace_polarity)) {
905 if (s->interlaced && s->bottom_field)
1052 if (s->interlaced && s->bottom_field)
1072 if (s->interlaced && s->bottom_field)
1223 if (s->interlaced && s->bottom_field)
1261 mb_x, mb_y, x, y, c, s->bottom_field,
1299 if (s->interlaced && s->bottom_field)
1486 s->bottom_field
[all...]
H A Dcrystalhd.c552 uint8_t bottom_field = (output->PicInfo.flags & VDEC_FLAG_BOTTOMFIELD) == local
674 if (bottom_field) {
H A Dmpegvideo.c2468 int bottom_field,
2494 motion_y += (bottom_field - field_select)*((1 << lowres)-1);
2572 if (bottom_field) {
2589 int hc = s->chroma_y_shift ? (h+1-bottom_field)>>1 : h;
2463 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) argument

Completed in 239 milliseconds