HomeSort by relevance Sort by last modified time
    Searched refs:dst_width (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/libyuv/files/source/
scale_neon.cc 30 uint8* dst, int dst_width) {
40 "+r"(dst_width) // %2
47 uint8* dst, int dst_width) {
66 "+r"(dst_width) // %3
73 uint8* dst_ptr, int dst_width) {
84 "+r"(dst_width) // %2
91 uint8* dst_ptr, int dst_width) {
113 "+r"(dst_width) // %2
124 uint8* dst_ptr, int dst_width) {
134 "+r"(dst_width) // %
    [all...]
scale.cc 57 uint8* dst, int dst_width);
60 uint8* dst, int dst_width);
64 uint8* dst_ptr, int dst_width);
66 uint8* dst_ptr, int dst_width);
74 uint8* dst_ptr, int dst_width);
77 uint8* dst_ptr, int dst_width);
80 uint8* dst_ptr, int dst_width);
86 uint8* dst_ptr, int dst_width);
90 uint8* dst_ptr, int dst_width);
94 uint8* dst_ptr, int dst_width);
    [all...]
scale_argb.cc 42 uint8* dst_ptr, int dst_width) {
47 mov ecx, [esp + 16] // dst_width
69 uint8* dst_ptr, int dst_width) {
75 mov ecx, [esp + 4 + 16] // dst_width
106 uint8* dst_ptr, int dst_width) {
114 mov ecx, [esp + 8 + 20] // dst_width
145 uint8* dst_ptr, int dst_width) {
154 mov ecx, [esp + 12 + 20] // dst_width
194 ptrdiff_t src_stride, int dst_width,
202 mov ecx, [esp + 8 + 16] // dst_width
    [all...]
  /external/libyuv/files/unit_test/
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...]
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...]
  /external/libyuv/files/include/libyuv/
scale_argb.h 26 int dst_width, int dst_height,
scale.h 33 int dst_width, int dst_height,
54 int dst_width, int dst_height,
64 int dst_width, int dst_height,
70 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 64 uint8* dst, int dst_width) {
73 "+r"(dst_width) // %2
80 uint8* dst, int dst_width) {
98 "+r"(dst_width) // %3
106 uint8* dst_ptr, int dst_width) {
118 "+r"(dst_width) // %2
125 uint8* dst_ptr, int dst_width) {
153 "+r"(dst_width) // %2
164 uint8* dst_ptr, int dst_width) {
174 "+r"(dst_width) // %
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 77 unsigned dst_width,
84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
94 assert(src_width <= dst_width);
95 if (src_width > dst_width)
97 if (src_width < dst_width)
107 * For SSE, typical values are length=4, src_width=32, dst_width=32.
111 * @param dst_width result element width in bits (src will be expanded to fit)
119 unsigned dst_width,
128 src_width, dst_width,
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
    [all...]
lp_bld_gather.h 47 unsigned dst_width,
56 unsigned dst_width,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 77 unsigned dst_width,
84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
94 assert(src_width <= dst_width);
95 if (src_width > dst_width)
97 if (src_width < dst_width)
107 * For SSE, typical values are length=4, src_width=32, dst_width=32.
111 * @param dst_width result element width in bits (src will be expanded to fit)
119 unsigned dst_width,
128 src_width, dst_width,
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
    [all...]
lp_bld_gather.h 47 unsigned dst_width,
56 unsigned dst_width,
  /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/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 45 int dst_width, int dst_height,
54 int dst_width, int dst_height,
59 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
  /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/third_party/libwebp/utils/
rescaler.h 34 int dst_width, dst_height; // destination dimensions member in struct:__anon14033
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:__anon30397
43 int dst_width, int dst_height, int dst_stride,
  /external/chromium_org/chrome/browser/profiles/
profile_info_util.h 32 // image is scaled to fit |dst_width| and |dst_height|.
35 int dst_width,
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button.cc 52 int dst_width = std::min(button_icon_.width(), width()); local
55 int dst_x = (width() - dst_width) / 2;
60 static_cast<float>(dst_width) / static_cast<float>(button_icon_.width());
69 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_blit.h 48 unsigned dst_width,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_blit.h 48 unsigned 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/pixman/test/
scaling-crash-test.c 19 run_test (int32_t dst_width,
56 dstbuf = (uint32_t *)malloc (dst_width * dst_height * 4);
59 memset (dstbuf, 0x33, dst_width * dst_height * 4);
71 PIXMAN_a8r8g8b8, dst_width, dst_height, dstbuf, dst_width * 4);
82 src_x, src_y, 0, 0, 0, 0, dst_width, dst_height);
87 for (i = 0; i < dst_width * dst_height; i++)

Completed in 468 milliseconds

1 2 3 4