/external/libvpx/vpx_scale/include/generic/ |
vpxscale_arbitrary.h | 19 int in_width; 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) 316 g_b_scaler.in_width = in_width; 328 gcd_w = gcd(out_width, in_width); 336 d_w = in_width / gcd_w; 470 if ((g_b_scaler.l_w[i] + 2) <= in_width) 484 int bicubic_scale(int in_width, int in_height, int in_stride, 522 for (w = 0; w < in_width; w++ [all...] |
/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 183 i_img_ptr.uWidth = params->in_width; 357 int out_width = 0, in_width = 0; local 366 in_width = input->in_width; 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 | 845 main_jpeg->in_width = frame->mWidth; [all...] |
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 96 int in_width; member in struct:android::Encoder_libjpeg::params
|