Home
last modified time | relevance | path

Searched refs:scale_h (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dgdv.c40 unsigned scale_h, scale_v; member
132 static void rescale(GDVContext *gdv, uint8_t *dst, int w, int h, int scale_v, int scale_h) in rescale() argument
136 if ((gdv->scale_v == scale_v) && (gdv->scale_h == scale_h)) { in rescale()
144 uint8_t *src1 = dst + PREAMBLE_SIZE + (y>>!!gdv->scale_h) * (w>>1); in rescale()
148 } else if (gdv->scale_h) { in rescale()
157 if (scale_h && scale_v) { in rescale()
163 } else if (scale_h) { in rescale()
177 gdv->scale_h = scale_h; in rescale()
[all...]
H A Dpixlet.c439 int64_t scale_h = scaling_h[i]; in reconstruction() local
456 filterfn(tmp, ctx->filter[1], scaled_height, scale_h); in reconstruction()

Completed in 3 milliseconds