Searched refs:dst_width (Results 101 - 125 of 132) sorted by relevance

123456

/external/webp/src/dec/
H A Dvp8l.c425 const int dst_width = rescaler->dst_width; local
430 WebPMultARGBRow(src, dst_width, 1);
431 VP8LConvertFromBGRA(src, dst_width, colorspace, dst);
544 const int dst_width = rescaler->dst_width; local
548 WebPMultARGBRow(src, dst_width, 1);
549 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
H A Dio.c307 p->scaler_a.dst_width, num_lines_out, 1);
382 dst, p->scaler_y.dst_width);
423 const int width = p->scaler_a.dst_width;
454 const int width = p->scaler_a.dst_width;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert.h199 // dst_width/height for clipping determine final size.
206 int dst_width, int dst_height);
219 // Normally this would be the same as dst_width, with recommended alignment
224 // Normally this would be the same as (dst_width + 1) / 2, with
228 // To center, crop_x = (src_width - dst_width) / 2
/external/chromium_org/third_party/libwebp/dec/
H A Dio.c307 p->scaler_a.dst_width, num_lines_out, 1);
382 dst, p->scaler_y.dst_width);
423 const int width = p->scaler_a.dst_width;
454 const int width = p->scaler_a.dst_width;
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dconvert.h199 // dst_width/height for clipping determine final size.
206 int dst_width, int dst_height);
219 // Normally this would be the same as dst_width, with recommended alignment
224 // Normally this would be the same as (dst_width + 1) / 2, with
228 // To center, crop_x = (src_width - dst_width) / 2
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_blit.c388 unsigned dst_width = u_minify(info->dst.res->width0, info->dst.level); local
394 dst_width == info->src.res->width0 &&
398 info->dst.x1 == dst_width &&
402 info->src.x1 == dst_width &&
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c388 unsigned dst_width = u_minify(info->dst.res->width0, info->dst.level); local
394 dst_width == info->src.res->width0 &&
398 info->dst.x1 == dst_width &&
402 info->src.x1 == dst_width &&
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_posix.cc5330 ptrdiff_t src_stride, int dst_width,
5425 "+r"(dst_width), // %2
5442 ptrdiff_t src_stride, int dst_width,
5545 "+r"(dst_width), // %2
5562 ptrdiff_t src_stride, int dst_width,
5657 "+r"(dst_width), // %2
5674 ptrdiff_t src_stride, int dst_width,
5777 "+r"(dst_width), // %2
5329 InterpolateRow_SSSE3(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
5441 InterpolateRow_SSE2(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
5561 InterpolateRow_Unaligned_SSSE3(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
5673 InterpolateRow_Unaligned_SSE2(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
H A Drow_neon.cc2477 int dst_width, int source_y_fraction) {
2564 "+r"(dst_width), // %3
2475 InterpolateRow_NEON(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
H A Drow_neon64.cc2623 int dst_width, int source_y_fraction) {
2710 "+r"(dst_width), // %3
2621 InterpolateRow_NEON(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
/external/chromium_org/third_party/libyuv/source/
H A Drow_posix.cc5330 ptrdiff_t src_stride, int dst_width,
5425 "+r"(dst_width), // %2
5442 ptrdiff_t src_stride, int dst_width,
5545 "+r"(dst_width), // %2
5562 ptrdiff_t src_stride, int dst_width,
5657 "+r"(dst_width), // %2
5674 ptrdiff_t src_stride, int dst_width,
5777 "+r"(dst_width), // %2
5329 InterpolateRow_SSSE3(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
5441 InterpolateRow_SSE2(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
5561 InterpolateRow_Unaligned_SSSE3(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
5673 InterpolateRow_Unaligned_SSE2(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
H A Drow_neon.cc2478 int dst_width, int source_y_fraction) {
2565 "+r"(dst_width), // %3
2476 InterpolateRow_NEON(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h491 unsigned dst_width,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h491 unsigned dst_width,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h491 unsigned dst_width,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h491 unsigned dst_width,
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_bubble_view.cc62 int dst_width, int dst_height) {
66 scaled_width = std::min(src_width, dst_width);
76 int x = dst_x + (dst_width - scaled_width) / 2;
60 GetCenteredAndScaledRect(int src_width, int src_height, int dst_x, int dst_y, int dst_width, int dst_height) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.c84 VGfloat dst_width, VGfloat dst_height)
91 dst_bounds[2] = dst_width;
81 vg_get_copy_coords(VGfloat *src_loc, VGfloat src_width, VGfloat src_height, VGfloat *dst_loc, VGfloat dst_width, VGfloat dst_height) argument
/external/libyuv/files/include/libyuv/
H A Drow.h720 int dst_width, int source_y_fraction);
722 ptrdiff_t src_stride, int dst_width,
/external/libyuv/files/source/
H A Drow_posix.cc3594 ptrdiff_t src_stride, int dst_width,
3647 "+r"(dst_width), // %2
3593 ARGBInterpolateRow_SSSE3(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
H A Drow_common.cc1223 int dst_width, int source_y_fraction) {
1227 uint8* end = dst_ptr + (dst_width << 2);
1221 ARGBInterpolateRow_C(uint8* dst_ptr, const uint8* src_ptr, ptrdiff_t src_stride, int dst_width, int source_y_fraction) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c84 VGfloat dst_width, VGfloat dst_height)
91 dst_bounds[2] = dst_width;
81 vg_get_copy_coords(VGfloat *src_loc, VGfloat src_width, VGfloat src_height, VGfloat *dst_loc, VGfloat dst_width, VGfloat dst_height) argument
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp496 int dst_width = dst_rect.Width(); local
498 ::StretchDIBits(m_hDC, left, top, dst_width, dst_height,
499 0, 0, dst_width, dst_height, pBuffer, (BITMAPINFO*)(FX_LPCSTR)info, DIB_RGB_COLORS, SRCCOPY);
/external/kernel-headers/original/uapi/drm/
H A Di915_drm.h959 __u16 dst_width; member in struct:drm_intel_overlay_put_image
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp229 int src_width = src_size.width, dst_width = src_size.width-2; local
248 for( x = 0; x < dst_width; x++ )

Completed in 1010 milliseconds

123456