Lines Matching refs:bottom_field
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()
2560 s->bottom_field ^= 1; in ff_mjpeg_receive_frame()
2562 if (s->bottom_field == !s->interlace_polarity) in ff_mjpeg_receive_frame()
2889 …if (s->interlaced && s->bottom_field == !s->interlace_polarity && s->got_picture && !avctx->frame_… in ff_mjpeg_decode_end()