/external/libvpx/libvpx/vpx_scale/generic/ |
H A D | gen_scalers.c | 24 * unsigned int dest_width : Stride of destination (NOT USED). 39 unsigned int dest_width) { 45 (void) dest_width; 71 unsigned int dest_width) { 77 for (i = 0; i < dest_width; i++) { 104 * unsigned int dest_width : Stride of destination (NOT USED). 120 unsigned int dest_width) { 126 (void) dest_width; 149 unsigned int dest_width) { 155 for (i = 0; i < dest_width; 36 vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument 67 vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument 117 vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument 145 vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument 192 vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width) argument 211 vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument 221 vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument [all...] |
H A D | vpx_scale.c | 214 * unsigned int dest_width : Width of destination image. 244 unsigned int dest_width, 349 horiz_line_scale(source, source_width, dest, dest_width); 361 horiz_line_scale(source, source_width, temp_area, dest_width); 375 temp_area + (i + 1)*dest_pitch, dest_width); 379 vert_band_scale(temp_area + dest_pitch, dest_pitch, dest, dest_pitch, dest_width); 382 vpx_memcpy(temp_area, temp_area + source_band_height * dest_pitch, dest_width); 405 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width); 422 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width); 432 temp_area + i * dest_pitch, 1, hratio, dest_width); 235 Scale2D( unsigned char *source, int source_pitch, unsigned int source_width, unsigned int source_height, unsigned char *dest, int dest_pitch, unsigned int dest_width, unsigned int dest_height, unsigned char *temp_area, unsigned char temp_area_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced ) argument [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/ |
H A D | va_image.c | 145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) 143 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) argument
|
H A D | va_subpicture.c | 125 unsigned short dest_width, 121 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) argument
|
/external/mesa3d/src/gallium/state_trackers/va/ |
H A D | va_image.c | 145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) 143 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) argument
|
H A D | va_subpicture.c | 125 unsigned short dest_width, 121 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) argument
|
/external/chromium_org/skia/ext/ |
H A D | image_operations.cc | 98 int dest_width, int dest_height, 181 int dest_width, int dest_height, 189 float scale_x = static_cast<float>(dest_width) / 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); 375 w = dest_width < source.width() ? 3 : 1; 383 const int width = dest_width * 179 ResizeFilter(ImageOperations::ResizeMethod method, int src_full_width, int src_full_height, int dest_width, int dest_height, const SkIRect& dest_subset) argument 340 Resize(const SkBitmap& source, ResizeMethod method, int dest_width, int dest_height, const SkIRect& dest_subset, SkBitmap::Allocator* allocator) argument 355 ResizeSubpixel(const SkBitmap& source, int dest_width, int dest_height, const SkIRect& dest_subset, SkBitmap::Allocator* allocator) argument [all...] |
H A D | convolver_unittest.cc | 99 int dest_width = src_width / 2; local 101 int dest_byte_count = dest_width * dest_height * 4; 112 FillBoxFilter(dest_width, &filter_x); 122 for (int x = 0; x < dest_width; x++) { 130 int difference = value - output[(y * dest_width + x) * 4 + channel]; 241 unsigned int dest_width = dest_sizes[j][0]; local 246 for (unsigned int p = 0; p < dest_width; ++p) { 247 unsigned int offset = source_width * p / dest_width; 268 dest_width, dest_height); 271 dest_width, dest_heigh [all...] |
/external/libvpx/libvpx/vpx_scale/win32/ |
H A D | scaleopt.c | 40 * unsigned int dest_width : Stride of destination (NOT USED). 58 unsigned int dest_width 66 (void) dest_width; 85 (void) dest_width; 140 void vertical_band_5_4_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) { argument 152 mov ebx, dest_width 231 unsigned int dest_width 234 (void) dest_width; 323 void vertical_band_5_3_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) { argument 338 mov ebx, dest_width; local 451 vertical_band_2_1_scale_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument 462 vertical_band_2_1_scale_i_mmx(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width) argument [all...] |
/external/chromium_org/media/base/simd/ |
H A D | convert_yuv_to_rgb_c.cc | 182 int dest_width, 185 for (int i = 0; i < dest_width; i += 2) { 199 if ((i + 1) < dest_width) { 178 LinearScaleYUVToRGB32RowWithRange_C(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int dest_width, int x, int source_dx) argument
|
/external/chromium_org/media/base/ |
H A D | yuv_convert.cc | 377 int dest_width, 387 CHECK_LE(dest_width, source_width); 391 DCHECK(dest_rect_left >= 0 && dest_rect_right <= dest_width); 399 int x_step = kFractionMax * source_width / dest_width; 371 ScaleYUVToRGB32WithRect(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* rgb_buf, int source_width, int source_height, int dest_width, int dest_height, int dest_rect_left, int dest_rect_top, int dest_rect_right, int dest_rect_bottom, int y_pitch, int uv_pitch, int rgb_pitch) argument
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkBitmapProcState.cpp | 169 int dest_width = SkScalarCeilToInt(fOrigBitmap.width() / invScaleX); local 181 dest_width,
|
/external/skia/src/core/ |
H A D | SkBitmapProcState.cpp | 169 int dest_width = SkScalarCeilToInt(fOrigBitmap.width() / invScaleX); local 181 dest_width,
|
/external/chromium_org/gpu/command_buffer/service/ |
H A D | gles2_cmd_decoder.cc | 9915 int source_width, source_height, dest_width, dest_height; local 9979 GL_TEXTURE_2D, level, &dest_width, &dest_height); 9987 if (!dest_level_defined || dest_width != source_width ||
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |