Lines Matching defs:hscale
38 int hscale;
90 s->hscale = 1 + !!header_buffer[3];
118 if ((avctx->width + s->hscale - 1)/ s->hscale * avctx->height * s->delta_size > avpkt->size * 8LL * 4)
134 for (x = 0; x < avctx->width; x += s->hscale) {
141 if (s->hscale > 1) {
144 for (x = 1; x < avctx->width; x += s->hscale)
160 for (x = 0; x < avctx->width >> 2; x += s->hscale) {
167 if (s->hscale > 1) {
170 for (x = 1; x < avctx->width >> 2; x += s->hscale)
186 for (x = 0; x < avctx->width >> 2; x += s->hscale) {
193 if (s->hscale > 1) {
196 for (x = 1; x < avctx->width >> 2; x += s->hscale)