Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dbicubic_scaler.c288 int gcd_w, gcd_h, gcd_h_uv, d_w, d_h, d_h_uv; in bicubic_coefficient_setup() local
311 gcd_w = gcd(out_width, in_width); in bicubic_coefficient_setup()
318 g_b_scaler.nw = out_width / gcd_w; in bicubic_coefficient_setup()
319 d_w = in_width / gcd_w; in bicubic_coefficient_setup()