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

1 2 3 4 5

  /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/source/
scale_mips.cc 25 uint8* dst, int dst_width) {
30 "srl $t9, %[dst_width], 4 \n" // iterations -> by 16
58 "andi $t9, %[dst_width], 0xf \n" // residue
74 : [dst_width] "r" (dst_width)
81 uint8* dst, int dst_width) {
88 "srl $t9, %[dst_width], 3 \n" // iterations -> step 8
144 "andi $t9, %[dst_width], 0x7 \n" // x = residue
173 : [dst_width] "r" (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_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 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...]
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/include/libyuv/
scale_row.h 107 int dst_width, int dst_height,
114 int dst_width, int dst_height,
122 int dst_width, int dst_height,
141 int dst_width, int dst_height,
146 uint8* dst, int dst_width);
148 uint16* dst, int dst_width);
150 uint8* dst, int dst_width);
152 uint16* dst, int dst_width);
154 uint8* dst, int dst_width);
156 uint8* dst, int dst_width);
    [all...]
scale_argb.h 26 int dst_width, int dst_height,
34 int dst_width, int dst_height,
47 int dst_width, int dst_height,
  /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/libyuv/files/unit_test/
rotate_test.cc 20 int dst_width, int dst_height,
30 if (dst_width < 1) {
31 dst_width = 1;
44 int dst_i420_y_size = dst_width * dst_height;
45 int dst_i420_uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2);
56 dst_i420_c, dst_width,
57 dst_i420_c + dst_i420_y_size, (dst_width + 1) / 2,
59 (dst_width + 1) / 2,
68 dst_i420_opt, dst_width,
69 dst_i420_opt + dst_i420_y_size, (dst_width + 1) / 2
    [all...]
  /external/libyuv/files/util/
convert.cc 32 int dst_width = 0, dst_height = 0; // new width and height variable
95 dst_width = atoi(argv[++c]); // NOLINT
147 if (dst_width == 0 || dst_height == 0) {
149 dst_width = rec_width;
152 dst_width = Abs(image_width);
164 int dst_width, int dst_height,
167 for (int x = 0; x < dst_width; x += kTileX) {
169 if (x + clip_width > dst_width) {
170 clip_width = dst_width - x;
179 dst_width, dst_height
    [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...]
  /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,

Completed in 498 milliseconds

1 2 3 4 5