HomeSort by relevance Sort by last modified time
    Searched refs:in_height (Results 1 - 6 of 6) sorted by null

  /external/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 20 int in_height; member in struct:__anon9820
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 186 i_img_ptr.uHeight = params->in_height;
363 int out_height = 0, in_height = 0; local
374 in_height = input->in_height;
383 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) ||
391 if ((in_width != out_width) || (in_height != out_height)) {
396 } else if ((in_width != out_width) || (in_height != out_height)) {
AppCallbackNotifier.cpp     [all...]
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 118 int in_height; member in struct:android::Encoder_libjpeg::params
  /external/webp/src/dec/
vp8l.c 379 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);
    [all...]

Completed in 2737 milliseconds