Lines Matching defs:scale_h
40 unsigned scale_h, scale_v;
132 static void rescale(GDVContext *gdv, uint8_t *dst, int w, int h, int scale_v, int scale_h)
136 if ((gdv->scale_v == scale_v) && (gdv->scale_h == scale_h)) {
144 uint8_t *src1 = dst + PREAMBLE_SIZE + (y>>!!gdv->scale_h) * (w>>1);
148 } else if (gdv->scale_h) {
157 if (scale_h && scale_v) {
163 } else if (scale_h) {
177 gdv->scale_h = scale_h;
522 if (!gdv->scale_v && !gdv->scale_h) {
544 if (!gdv->scale_h || ((y & 1) == 1)) {