Lines Matching refs:hscale
38 int hscale; member
90 s->hscale = 1 + !!header_buffer[3]; in truemotion2rt_decode_header()
119 …if ((avctx->width + s->hscale - 1)/ s->hscale * avctx->height * s->delta_size > avpkt->size * 8LL … in truemotion2rt_decode_frame()
135 for (x = 0; x < avctx->width; x += s->hscale) { in truemotion2rt_decode_frame()
142 if (s->hscale > 1) { in truemotion2rt_decode_frame()
145 for (x = 1; x < avctx->width; x += s->hscale) in truemotion2rt_decode_frame()
161 for (x = 0; x < avctx->width >> 2; x += s->hscale) { in truemotion2rt_decode_frame()
168 if (s->hscale > 1) { in truemotion2rt_decode_frame()
171 for (x = 1; x < avctx->width >> 2; x += s->hscale) in truemotion2rt_decode_frame()
187 for (x = 0; x < avctx->width >> 2; x += s->hscale) { in truemotion2rt_decode_frame()
194 if (s->hscale > 1) { in truemotion2rt_decode_frame()
197 for (x = 1; x < avctx->width >> 2; x += s->hscale) in truemotion2rt_decode_frame()