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

/external/libvpx/vpx_scale/include/generic/
H A Dvpxscale_arbitrary.h29 int nh_uv; member in struct:__anon8275
/external/libvpx/vpx_scale/generic/
H A Dbicubic_scaler.c341 g_b_scaler.nh_uv = out_height / gcd_h_uv;
363 g_b_scaler.c_h_uv = (short *)vpx_memalign(32, g_b_scaler.nh_uv * 4 * 2);
412 fixed_mult = (1.0 / (float)g_b_scaler.nh_uv) * 4294967296;
416 for (i = 0; i < g_b_scaler.nh_uv; i++)
418 if (product_val > g_b_scaler.nh_uv)
419 product_val -= g_b_scaler.nh_uv;
478 g_b_scaler.l_h_uv[i] = (i * d_h_uv) / g_b_scaler.nh_uv;

Completed in 108 milliseconds