Searched refs:in_height (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vpx_scale/include/generic/
H A Dvpxscale_arbitrary.h20 int in_height; member in struct:__anon8868
46 int bicubic_coefficient_setup(int in_width, int in_height, int out_width, int out_height);
47 int bicubic_scale(int in_width, int in_height, int in_stride,
/external/libvpx/vpx_scale/generic/
H A Dbicubic_scaler.c295 int bicubic_coefficient_setup(int in_width, int in_height, int out_width, int out_height) argument
312 if ((in_width == g_b_scaler.in_width) && (in_height == g_b_scaler.in_height)
317 g_b_scaler.in_height = in_height;
329 gcd_h = gcd(out_height, in_height);
330 gcd_h_uv = gcd(out_height, in_height / 2);
339 d_h = in_height / gcd_h;
342 d_h_uv = (in_height / 2) / gcd_h_uv;
484 int bicubic_scale(int in_width, int in_height, in argument
[all...]
/external/webp/src/dec/
H A Dvp8l.c379 const int in_height = io->mb_h; local
402 WebPRescalerInit(dec->rescaler, in_width, in_height, (uint8_t*)scaled_data,
404 in_width, out_width, in_height, out_height, work);

Completed in 407 milliseconds