/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_bld_alpha.c | 75 const unsigned dst_width = 8; local 80 alpha = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, alpha); 81 ref = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, ref);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_alpha.c | 75 const unsigned dst_width = 8; local 80 alpha = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, alpha); 81 ref = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, ref);
|
/external/chromium_org/chrome/browser/ui/views/ |
avatar_menu_button.cc | 59 int dst_width = std::min(button_icon_.width(), width()); local 62 int dst_x = (width() - dst_width) / 2; 67 static_cast<float>(dst_width) / static_cast<float>(button_icon_.width()); 76 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
|
/external/libyuv/files/unit_test/ |
rotate_argb_test.cc | 21 int dst_width, int dst_height, 30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4; 31 int dst_stride_argb = (b * 2 + dst_width) * 4; 85 for (j = b * 4; j < (dst_width + b) * 4; ++j) { 102 const int dst_width = 1280; local 106 dst_width, dst_height, kRotate0, 114 const int dst_width = 720; local 118 dst_width, dst_height, kRotate90, 126 const int dst_width = 1280; local 130 dst_width, dst_height, kRotate180 138 const int dst_width = 720; local 150 const int dst_width = 1277; local 162 const int dst_width = 719; local 174 const int dst_width = 1277; local 186 const int dst_width = 719; local [all...] |
scale_argb_test.cc | 21 int dst_width, int dst_height, 30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4; 31 int dst_stride_argb = (b * 2 + dst_width) * 4; 52 dst_width, dst_height, f); 57 dst_width, dst_height, f); 65 dst_width, dst_height, f); 75 dst_width, dst_height, f); 89 for (j = b * 4; j < (dst_width + b) * 4; ++j) { 107 const int dst_width = src_width / 2; local 112 dst_width, dst_height 122 const int dst_width = src_width \/ 4; local 137 const int dst_width = src_width \/ 5; local 152 const int dst_width = src_width \/ 8; local 167 const int dst_width = src_width \/ 16; local 182 const int dst_width = src_width * 3 \/ 4; local 197 int dst_width = src_width * 3 \/ 8; local 212 int dst_width = 1366; local 227 int dst_width = 4074; local 243 int dst_width = 853; local [all...] |
scale_test.cc | 21 int dst_width, int dst_height, 37 int dst_width_uv = (dst_width + rounding) >> 1; 40 int dst_y_plane_size = (dst_width + b * 2) * (dst_height + b * 2); 43 int dst_stride_y = b * 2 + dst_width; 78 dst_width, dst_height, f); 87 dst_width, dst_height, f); 99 dst_width, dst_height, f); 113 dst_width, dst_height, f); 127 for (j = b; j < (dst_width + b); ++j) { 168 const int dst_width = src_width / 2 local 183 const int dst_width = src_width \/ 4; local 198 const int dst_width = src_width \/ 5; local 213 const int dst_width = src_width \/ 8; local 228 const int dst_width = src_width \/ 16; local 243 const int dst_width = src_width * 3 \/ 4; local 258 int dst_width = src_width * 3 \/ 8; local 273 int dst_width = 1366; local 288 int dst_width = 4074; local 303 int dst_width = 853; local 318 int dst_width = 853; local 334 int dst_width = 684; local 349 int dst_width = 342; local 364 int dst_width = 342; local [all...] |
/external/chromium_org/third_party/libwebp/utils/ |
rescaler.h | 34 int dst_width, dst_height; // destination dimensions member in struct:__anon12144 43 int dst_width, int dst_height, int dst_stride,
|
/external/webp/src/utils/ |
rescaler.h | 34 int dst_width, dst_height; // destination dimensions member in struct:__anon28591 43 int dst_width, int dst_height, int dst_stride,
|
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.cc | 112 int dst_width = dst->allocation.width; local 119 int x2 = images_[2] ? dst_width - gdk_pixbuf_get_width(images_[2]) : x1; 135 cairo_translate(cr, dst_width, 0.0f); 153 TileImage(cr, images_[5], x2, y1, dst_width - x2, y2 - y1, opacity);
|
/external/pixman/test/ |
affine-test.c | 34 int dst_width, dst_height; local 59 dst_width = prng_rand_n (MAX_DST_WIDTH) + 1; 62 dst_stride = dst_width * dst_bpp + prng_rand_n (MAX_STRIDE) * dst_bpp; 72 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2); 74 w = prng_rand_n (dst_width * 3 / 2 - dst_x); 93 dst_fmt, dst_width, dst_height, dstbuf, dst_stride); 213 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n", 214 src_width, src_height, dst_width, dst_height); 254 clip_boxes[i].x1 = prng_rand_n (dst_width); [all...] |
blitters-test.c | 230 int dst_width, dst_height; local 281 dst_width = pixman_image_get_width (dst_img); 290 dst_x = prng_rand_n (dst_width); 336 w = prng_rand_n (dst_width - dst_x + 1); 345 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n", 346 src_width, src_height, dst_width, dst_height); 366 if (j == (dst_width * PIXMAN_FORMAT_BPP (dst_fmt) + 7) / 8)
|
composite-traps-test.c | 54 int dst_width, dst_height; local 149 dst_width = prng_rand_n (MAX_DST_WIDTH) + 1; 151 dst_stride = dst_width * dst_bpp + prng_rand_n (MAX_STRIDE) * dst_bpp; 156 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2); 160 dst_format, dst_width, dst_height, dst_bits, dst_stride); 195 clip_boxes[i].x1 = prng_rand_n (dst_width); 198 clip_boxes[i].x1 + prng_rand_n (dst_width - clip_boxes[i].x1);
|
scaling-test.c | 60 int dst_width, dst_height; local 113 dst_width = prng_rand_n (MAX_DST_WIDTH) + 1; 117 dst_stride = dst_width * dst_bpp + prng_rand_n (MAX_STRIDE) * dst_bpp; 134 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2); 136 w = prng_rand_n (dst_width * 3 / 2 - dst_x); 157 dst_fmt, dst_width, dst_height, dstbuf, dst_stride); 248 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n", 249 src_width, src_height, dst_width, dst_height); 317 clip_boxes[i].x1 = prng_rand_n (dst_width); [all...] |
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.cpp | 425 float dst_width = frame.width(); local 427 if (src_width != dst_width || src_height != dst_height) { 428 float sx = dst_width / src_width;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_blit.c | 388 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/ui/surface/ |
accelerated_surface_transformer_win_unittest.cc | 739 int dst_width = dims[dim(rng_)]; local 741 if (src_width < dst_width) 742 std::swap(dst_width, src_width); 747 static_cast<int64>(src_width) * dst_height / dst_width); 754 gfx::Size(dst_width, dst_height), // Dst size (smaller) 780 int dst_width = dims[dim(rng_)]; local 782 if (dst_width < src_width) 783 std::swap(src_width, dst_width); 787 static_cast<int64>(src_width) * dst_height / dst_width); 794 gfx::Size(dst_width, dst_height), // Dst size (larger [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 388 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/opencv/cv/src/ |
cvderiv.cpp | 50 int dst_width, buffer_step = 0; local 60 dst_width = src_size.width - 2; 67 src_size.width = dst_width; 70 dst_width = 0; 73 assert( src_step >= src_size.width && dst_step >= dst_width ); 97 for( x = 0; x < dst_width; x++ ) [all...] |
cvlkpyramid.cpp | 229 int src_width = src_size.width, dst_width = src_size.width-2; local 248 for( x = 0; x < dst_width; x++ ) [all...] |
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
deblock.cpp | 117 int i, j, dst_width, dst_height, dst_widthc, dst_heightc; local 213 dst_width = 20; 218 dst_width = 16; 227 dst_width = 12; 234 memcpy(curL, pred_block, dst_width); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blitter.c | 117 unsigned dst_width; member in struct:blitter_context_priv 503 ctx->vertices[0][0][0] = (float)x1 / ctx->dst_width * 2.0f - 1.0f; /*v0.x*/ 506 ctx->vertices[1][0][0] = (float)x2 / ctx->dst_width * 2.0f - 1.0f; /*v1.x*/ 509 ctx->vertices[2][0][0] = (float)x2 / ctx->dst_width * 2.0f - 1.0f; /*v2.x*/ 512 ctx->vertices[3][0][0] = (float)x1 / ctx->dst_width * 2.0f - 1.0f; /*v3.x*/ 519 ctx->viewport.scale[0] = 0.5f * ctx->dst_width; 523 ctx->viewport.translate[0] = 0.5f * ctx->dst_width; 652 ctx->dst_width = width; [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blitter.c | 117 unsigned dst_width; member in struct:blitter_context_priv 503 ctx->vertices[0][0][0] = (float)x1 / ctx->dst_width * 2.0f - 1.0f; /*v0.x*/ 506 ctx->vertices[1][0][0] = (float)x2 / ctx->dst_width * 2.0f - 1.0f; /*v1.x*/ 509 ctx->vertices[2][0][0] = (float)x2 / ctx->dst_width * 2.0f - 1.0f; /*v2.x*/ 512 ctx->vertices[3][0][0] = (float)x1 / ctx->dst_width * 2.0f - 1.0f; /*v3.x*/ 519 ctx->viewport.scale[0] = 0.5f * ctx->dst_width; 523 ctx->viewport.translate[0] = 0.5f * ctx->dst_width; 652 ctx->dst_width = width; [all...] |
/external/chromium_org/third_party/libwebp/dec/ |
vp8l.c | 409 const int dst_width = rescaler->dst_width; local 414 VP8LConvertFromBGRA(src, dst_width, colorspace, dst); 522 const int dst_width = rescaler->dst_width; local 526 ConvertToYUVA(src, dst_width, y_pos, dec->output_); [all...] |
/external/webp/src/dec/ |
vp8l.c | 408 const int dst_width = rescaler->dst_width; local 413 VP8LConvertFromBGRA(src, dst_width, colorspace, dst); 521 const int dst_width = rescaler->dst_width; local 525 ConvertToYUVA(src, dst_width, y_pos, dec->output_); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/ |
bilin_scaler.c | 63 void bilinear_scale_line_w8(unsigned char* src, unsigned char* dst_, unsigned int dst_width, vector float vf_x_scale, vector float vf_NSweight, unsigned int src_linestride); 64 void bilinear_scale_line_w16(unsigned char* src, unsigned char* dst_, unsigned int dst_width, vector float vf_x_scale, vector float vf_NSweight, unsigned int src_linestride); 136 unsigned int dst_width = parms.dst_pixel_width; local 146 unsigned int scaled_src_linestride_y = dst_width; 157 unsigned int dst_picture_size = dst_width*dst_height; 160 unsigned int dst_dbl_linestride_y = dst_width<<1; 161 unsigned int dst_dbl_linestride_vu = dst_width>>1; 169 vector float vf_x_scale = spu_splats( (float)src_width/(float)dst_width ); 284 dst_width, 291 dst_width, 442 unsigned int dst_width = parms.dst_pixel_width; local 745 unsigned int dst_width = parms.dst_pixel_width; local 1033 unsigned int dst_width = parms.dst_pixel_width; local [all...] |