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

  /external/chromium_org/skia/ext/
image_operations.h 103 int dest_width, int dest_height,
111 int dest_width, int dest_height,
120 int dest_width, int dest_height,
126 int dest_width, int dest_height,
image_operations.cc 98 int dest_width, int dest_height,
181 int dest_width, int dest_height,
191 float scale_y = static_cast<float>(dest_height) /
342 int dest_width, int dest_height,
346 return ResizeSubpixel(source, dest_width, dest_height,
349 return ResizeBasic(source, method, dest_width, dest_height, dest_subset,
356 int dest_width, int dest_height,
361 "dst_pixels", dest_width*dest_height);
378 h = dest_height < source.height() ? 3 : 1;
384 const int height = dest_height * h
    [all...]
convolver_unittest.cc 100 int dest_height = src_height / 2; local
101 int dest_byte_count = dest_width * dest_height * 4;
113 FillBoxFilter(dest_height, &filter_y);
121 for (int y = 0; y < dest_height; y++) {
242 unsigned int dest_height = dest_sizes[j][1]; local
254 for (unsigned int p = 0; p < dest_height; ++p) {
255 unsigned int offset = source_height * p / dest_height;
268 dest_width, dest_height);
271 dest_width, dest_height);
317 << " to:" << dest_width << "x" << dest_height
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmapScaler.h 93 int dest_width, int dest_height,
103 int dest_width, int dest_height,
SkBitmapProcState.cpp 156 int dest_height = SkScalarCeilToInt(fOrigBitmap.height() / invScaleY); local
164 dest_height,
    [all...]
  /external/skia/src/core/
SkBitmapScaler.h 93 int dest_width, int dest_height,
103 int dest_width, int dest_height,
SkBitmapProcState.cpp 156 int dest_height = SkScalarCeilToInt(fOrigBitmap.height() / invScaleY); local
164 dest_height,
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 215 * unsigned int dest_height : Height of destination image.
245 unsigned int dest_height,
346 if (source_height == dest_height) {
348 for (k = 0; k < (int)dest_height; k++) {
364 for (k = 0; k < (int)(dest_height + dest_band_height - 1) / dest_band_height; k++) {
402 if (source_height == dest_height) {
404 for (k = 0; k < (int)dest_height; k++) {
413 if (dest_height > source_height) {
415 source_band_height = dest_band_height * source_height / dest_height;
425 bands = (dest_height + dest_band_height - 1) / dest_band_height
    [all...]
  /external/chromium_org/media/base/
yuv_convert.h 109 int dest_height,
yuv_convert.cc 378 int dest_height,
388 CHECK_LE(dest_height, source_height);
392 DCHECK(dest_rect_top >= 0 && dest_rect_bottom <= dest_height);
398 int y_step = kFractionMax * source_height / dest_height;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_image.c 145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
va_subpicture.c 126 unsigned short dest_height,
va_private.h 124 unsigned int dest_height);
142 unsigned short dest_height,
  /external/mesa3d/src/gallium/state_trackers/va/
va_image.c 145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
va_subpicture.c 126 unsigned short dest_height,
va_private.h 124 unsigned int dest_height);
142 unsigned short dest_height,
  /external/chromium_org/third_party/libva/va/
va_backend.h 259 unsigned int dest_height
312 unsigned short dest_height,
va.h     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 9788 int source_width, source_height, dest_width, dest_height; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1177 milliseconds