HomeSort by relevance Sort by last modified time
    Searched refs:dst_width (Results 1 - 25 of 95) 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/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale_row.h 88 int dst_width, int dst_height,
95 int dst_width, int dst_height,
103 int dst_width, int dst_height,
122 int dst_width, int dst_height,
127 uint8* dst, int dst_width);
129 uint16* dst, int dst_width);
131 uint8* dst, int dst_width);
133 uint16* dst, int dst_width);
135 uint8* dst, int dst_width);
137 uint16* dst, int dst_width);
    [all...]
scale_argb.h 26 int dst_width, int dst_height,
34 int dst_width, int dst_height,
48 int dst_width, int dst_height,
scale.h 34 int dst_width, int dst_height,
41 int dst_width, int dst_height,
62 int dst_width, int dst_height,
73 int dst_width, int dst_height,
84 int dst_width, int dst_height,
90 uint8* dst_i420, int dst_width, int dst_height, int dst_yoffset,
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_mips.cc 25 uint8* dst, int dst_width) {
30 "srl $t9, %[dst_width], 4 \n" // iterations -> by 16
59 "andi $t9, %[dst_width], 0xf \n" // residue
75 : [dst_width] "r" (dst_width)
82 uint8* dst, int dst_width) {
89 "srl $t9, %[dst_width], 3 \n" // iterations -> step 8
146 "andi $t9, %[dst_width], 0x7 \n" // x = residue
175 : [dst_width] "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...]
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...]
scale_common.cc 32 uint8* dst, int dst_width) {
34 for (x = 0; x < dst_width - 1; x += 2) {
40 if (dst_width & 1) {
46 uint16* dst, int dst_width) {
48 for (x = 0; x < dst_width - 1; x += 2) {
54 if (dst_width & 1) {
60 uint8* dst, int dst_width) {
63 for (x = 0; x < dst_width - 1; x += 2) {
69 if (dst_width & 1) {
75 uint16* dst, int dst_width) {
    [all...]
scale.cc 37 int dst_width, int dst_height,
43 uint8* dst_ptr, int dst_width) =
57 if (IS_ALIGNED(dst_width, 16)) {
69 if (IS_ALIGNED(dst_width, 16)) {
81 if (IS_ALIGNED(dst_width, 32)) {
102 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
109 int dst_width, int dst_height,
115 uint16* dst_ptr, int dst_width) =
126 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(dst_width, 16)) {
132 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16))
    [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_argb.cc 34 int dst_width, int dst_height,
42 uint8* dst_argb, int dst_width) =
60 if (IS_ALIGNED(dst_width, 4)) {
72 if (IS_ALIGNED(dst_width, 8)) {
84 ScaleARGBRowDown2(src_argb, src_stride, dst_argb, dst_width);
94 int dst_width, int dst_height,
100 const int kRowSize = (dst_width * 2 * 4 + 31) & ~31;
104 uint8* dst_argb, int dst_width) = ScaleARGBRowDown2Box_C;
112 if (IS_ALIGNED(dst_width, 4)) {
120 if (IS_ALIGNED(dst_width, 8))
    [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,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/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/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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/opencv3/3rdparty/libwebp/utils/
rescaler.h 34 int dst_width, dst_height; // destination dimensions member in struct:__anon21082
43 int dst_width, int dst_height, int dst_stride,
  /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) {

Completed in 717 milliseconds

1 2 3 4