Home
last modified time | relevance | path

Searched refs:scaling_h (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_surface.c663 double scaling_w, scaling_h; in SDL_UpperBlitScaled() local
697 scaling_h = (double)dst_h / src_h; in SDL_UpperBlitScaled()
735 dst_y0 -= src_y0 * scaling_h; in SDL_UpperBlitScaled()
740 dst_y1 -= (src_y1 - src->h + 1) * scaling_h; in SDL_UpperBlitScaled()
764 src_y0 -= dst_y0 / scaling_h; in SDL_UpperBlitScaled()
769 src_y1 -= (dst_y1 - dst->clip_rect.h + 1) / scaling_h; in SDL_UpperBlitScaled()
/third_party/ffmpeg/libavcodec/
Dpixlet.c425 int64_t *scaling_h, int64_t *scaling_v) in reconstruction() argument
438 int64_t scale_h = scaling_h[i]; in reconstruction()