/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_gather.h | 47 unsigned dst_width, 56 unsigned dst_width,
|
/external/webp/src/utils/ |
rescaler.c | 24 int dst_width, int dst_height, int dst_stride, 26 const int x_add = src_width, x_sub = dst_width; 28 wrk->x_expand = (src_width < dst_width); 32 wrk->dst_width = dst_width; 67 wrk->frow = work + num_channels * dst_width; 68 memset(work, 0, 2 * dst_width * num_channels * sizeof(*work)); 121 for (x = 0; x < wrk->num_channels * wrk->dst_width; ++x) {
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale_win.cc | 100 uint8* dst_ptr, int dst_width) { 105 mov ecx, [esp + 16] // dst_width 126 uint8* dst_ptr, int dst_width) { 131 mov ecx, [esp + 16] // dst_width 162 uint8* dst_ptr, int dst_width) { 168 mov ecx, [esp + 4 + 16] // dst_width 205 uint8* dst_ptr, int dst_width) { 210 mov ecx, [esp + 16] // dst_width 233 uint8* dst_ptr, int dst_width) { 238 mov ecx, [esp + 16] // dst_width [all...] |
scale_gcc.cc | 100 uint8* dst_ptr, int dst_width) { 116 "+r"(dst_width) // %2 122 uint8* dst_ptr, int dst_width) { 147 "+r"(dst_width) // %2 153 uint8* dst_ptr, int dst_width) { 182 "+r"(dst_width) // %2 190 uint8* dst_ptr, int dst_width) { 212 "+r"(dst_width) // %2 218 uint8* dst_ptr, int dst_width) { 262 "+r"(dst_width), // % [all...] |
scale_neon.cc | 27 uint8* dst, int dst_width) { 40 "+r"(dst_width) // %2 48 uint8* dst, int dst_width) { 64 "+r"(dst_width) // %2 72 uint8* dst, int dst_width) { 95 "+r"(dst_width) // %3 102 uint8* dst_ptr, int dst_width) { 114 "+r"(dst_width) // %2 121 uint8* dst_ptr, int dst_width) { 149 "+r"(dst_width), // % [all...] |
rotate_argb.cc | 30 int src_stepx, uint8* dst_ptr, int dst_width); 36 int src_stepx, uint8* dst_ptr, int dst_width); 40 int src_stepx, uint8* dst_ptr, int dst_width); 47 int src_step, uint8* dst_ptr, int dst_width) = ScaleARGBRowDownEven_C;
|
scale_neon64.cc | 25 uint8* dst, int dst_width) { 37 "+r"(dst_width) // %2 45 uint8* dst, int dst_width) { 60 "+r"(dst_width) // %2 68 uint8* dst, int dst_width) { 90 "+r"(dst_width) // %3 97 uint8* dst_ptr, int dst_width) { 108 "+r"(dst_width) // %2 115 uint8* dst_ptr, int dst_width) { 144 "+r"(dst_width) // % [all...] |
/external/libyuv/files/source/ |
scale_win.cc | 99 uint8* dst_ptr, int dst_width) { 104 mov ecx, [esp + 16] // dst_width 125 uint8* dst_ptr, int dst_width) { 130 mov ecx, [esp + 16] // dst_width 158 uint8* dst_ptr, int dst_width) { 164 mov ecx, [esp + 4 + 16] // dst_width 202 uint8* dst_ptr, int dst_width) { 207 mov ecx, [esp + 16] // dst_width 230 uint8* dst_ptr, int dst_width) { 235 mov ecx, [esp + 16] // dst_width [all...] |
scale_neon.cc | 27 uint8* dst, int dst_width) { 39 "+r"(dst_width) // %2 47 uint8* dst, int dst_width) { 62 "+r"(dst_width) // %2 70 uint8* dst, int dst_width) { 92 "+r"(dst_width) // %3 99 uint8* dst_ptr, int dst_width) { 110 "+r"(dst_width) // %2 117 uint8* dst_ptr, int dst_width) { 144 "+r"(dst_width), // % [all...] |
scale_gcc.cc | 102 uint8* dst_ptr, int dst_width) { 118 "+r"(dst_width) // %2 124 uint8* dst_ptr, int dst_width) { 147 "+r"(dst_width) // %2 153 uint8* dst_ptr, int dst_width) { 184 "+r"(dst_width) // %2 193 uint8* dst_ptr, int dst_width) { 211 "+r"(dst_width) // %2 217 uint8* dst_ptr, int dst_width) { 242 "+r"(dst_width) // % [all...] |
rotate_argb.cc | 30 int src_stepx, uint8* dst_ptr, int dst_width); 36 int src_stepx, uint8* dst_ptr, int dst_width); 40 int src_stepx, uint8* dst_ptr, int dst_width); 47 int src_step, uint8* dst_ptr, int dst_width) = ScaleARGBRowDownEven_C;
|
scale_neon64.cc | 25 uint8* dst, int dst_width) { 37 "+r"(dst_width) // %2 45 uint8* dst, int dst_width) { 60 "+r"(dst_width) // %2 68 uint8* dst, int dst_width) { 90 "+r"(dst_width) // %3 97 uint8* dst_ptr, int dst_width) { 108 "+r"(dst_width) // %2 115 uint8* dst_ptr, int dst_width) { 144 "+r"(dst_width) // % [all...] |
/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/llvm/test/Instrumentation/AddressSanitizer/ |
localescape.ll | 75 define void @ScaleFilterCols_SSSE3(i8* %dst_ptr, i8* %src_ptr, i32 %dst_width, i32 %x, i32 %dx) sanitize_address { 77 %dst_width.addr = alloca i32, align 4 78 store i32 %dst_width, i32* %dst_width.addr, align 4 79 %0 = call { i8*, i8*, i32, i32, i32 } asm sideeffect "", "=r,=r,={ax},=r,=r,=*rm,rm,rm,0,1,2,3,4,5,~{memory},~{cc},~{xmm0},~{xmm1},~{xmm2},~{xmm3},~{xmm4},~{xmm5},~{xmm6},~{dirflag},~{fpsr},~{flags}"(i32* nonnull %dst_width.addr, i32 %x, i32 %dx, i8* %dst_ptr, i8* %src_ptr, i32 0, i32 0, i32 0, i32 %dst_width)
|
/external/llvm/test/Instrumentation/SanitizerCoverage/ |
seh.ll | 75 define void @ScaleFilterCols_SSSE3(i8* %dst_ptr, i8* %src_ptr, i32 %dst_width, i32 %x, i32 %dx) sanitize_address { 77 %dst_width.addr = alloca i32, align 4 78 store i32 %dst_width, i32* %dst_width.addr, align 4 79 %0 = call { i8*, i8*, i32, i32, i32 } asm sideeffect "", "=r,=r,={ax},=r,=r,=*rm,rm,rm,0,1,2,3,4,5,~{memory},~{cc},~{xmm0},~{xmm1},~{xmm2},~{xmm3},~{xmm4},~{xmm5},~{xmm6},~{dirflag},~{fpsr},~{flags}"(i32* nonnull %dst_width.addr, i32 %x, i32 %dx, i8* %dst_ptr, i8* %src_ptr, i32 0, i32 0, i32 0, i32 %dst_width)
|
/external/opencv3/3rdparty/libwebp/utils/ |
rescaler.c | 28 uint8_t* const dst, int dst_width, int dst_height, 31 wrk->x_expand = (src_width < dst_width); 34 wrk->dst_width = dst_width; 51 wrk->frow = work + num_channels * dst_width; 57 const int x_out_max = wrk->dst_width * wrk->num_channels; 104 const int x_out_max = wrk->dst_width * wrk->num_channels;
|
/external/webrtc/webrtc/common_video/libyuv/ |
scaler.cc | 31 int dst_width, int dst_height, 35 if (src_width < 1 || src_height < 1 || dst_width < 1 || dst_height < 1) 43 dst_width_ = dst_width;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_blit.h | 48 unsigned dst_width,
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_blit.h | 48 unsigned dst_width,
|
/external/webrtc/webrtc/common_video/libyuv/include/ |
scaler.h | 42 int dst_width, int dst_height,
|
/hardware/intel/common/libva/test/ |
loadsurface.h | 394 int dst_fourcc, int dst_width, int dst_height, 442 memcpy(dst_Y + row*dst_width, Y_row, dst_width); 452 memcpy(dst_U + row * dst_width, U_row, dst_width); 455 u_ptr = dst_U + row * (dst_width/2); 456 v_ptr = dst_V + row * (dst_width/2); 458 v_ptr = dst_U + row * (dst_width/2); 459 u_ptr = dst_V + row * (dst_width/2); 461 for(j = 0; j < dst_width/2; j++) [all...] |
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
convert.h | 192 // dst_width/height for clipping determine final size. 199 int dst_width, int dst_height); 210 // Normally this would be the same as dst_width, with recommended alignment 215 // Normally this would be the same as (dst_width + 1) / 2, with 219 // To center, crop_x = (src_width - dst_width) / 2
|
convert_argb.h | 187 // dst_width/height for clipping determine final size. 192 int dst_width, int dst_height); 198 // Normally this would be the same as dst_width, with recommended alignment 203 // Normally this would be the same as (dst_width + 1) / 2, with 207 // To center, crop_x = (src_width - dst_width) / 2
|
/external/libyuv/files/include/libyuv/ |
convert.h | 190 // dst_width/height for clipping determine final size. 197 int dst_width, int dst_height); 208 // Normally this would be the same as dst_width, with recommended alignment 213 // Normally this would be the same as (dst_width + 1) / 2, with 217 // To center, crop_x = (src_width - dst_width) / 2
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
resource_default.cpp | 432 float dst_width = dst_rect.right - dst_rect.left; local 435 if ((src_width > hw_res_info_.max_pipe_width) || (dst_width > hw_res_info_.max_pipe_width)) { 578 float dst_width = dst->right - dst->left; local 590 left_cut_ratio = (sci_left - dst_left) / dst_width; 596 right_cut_ratio = (dst_right - sci_right) / dst_width; 670 float dst_width = dst.right - dst.left; local 673 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) { 675 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height); 776 float dst_width = dst.right - dst.left; local 779 *scale_x = crop_width / dst_width; 816 float dst_width = dst_rect.right - dst_rect.left; local [all...] |