/external/libvpx/vpx_scale/include/generic/ |
vpxscale_arbitrary.h | 20 int in_height; member in struct:__anon7511 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/ |
bicubic_scaler.c | 295 int bicubic_coefficient_setup(int in_width, int in_height, int out_width, int out_height) 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, int in_stride [all...] |
/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 185 i_img_ptr.uHeight = params->in_height; 358 int out_height = 0, in_height = 0; local 368 in_height = input->in_height; 375 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) || 383 if ((in_width != out_width) || (in_height != out_height)) { 388 } else if ((in_width != out_width) || (in_height != out_height)) {
|
AppCallbackNotifier.cpp | 846 main_jpeg->in_height = frame->mHeight; [all...] |
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 97 int in_height; member in struct:android::Encoder_libjpeg::params
|