Lines Matching defs:lowres
331 if(s->lossless && s->avctx->lowres){
332 av_log(s->avctx, AV_LOG_ERROR, "lowres is not possible with lossless jpeg\n");
458 s->avctx->height = AV_CEIL_RSHIFT(s->orig_height, s->avctx->lowres);
673 if ((AV_RB32(s->upscale_h) || AV_RB32(s->upscale_v)) && s->avctx->lowres) {
1403 int linesize, int lowres)
1405 switch (lowres) {
1420 int size = 8 >> s->avctx->lowres;
1491 (h * mb_x + x) * 8 * bytes_per_pixel) >> s->avctx->lowres);
1504 linesize[c], s->avctx->lowres);
1630 uint8_t *ptr = data + (mb_y * linesize * 8 >> s->avctx->lowres);
1637 ptr += bytes_per_pixel*8 >> s->avctx->lowres;
2943 frame->height = AV_CEIL_RSHIFT(avctx->coded_height, avctx->lowres);