HomeSort by relevance Sort by last modified time
    Searched refs:halfwidth (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/libyuv/source/
convert_to_argb.cc 224 int halfwidth = (src_width + 1) / 2; local
228 (halfwidth * crop_y + crop_x) / 2;
230 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
233 (halfwidth * crop_y + crop_x) / 2;
235 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
238 src_u, halfwidth,
239 src_v, halfwidth,
249 int halfwidth = (src_width + 1) / 2; local
252 halfwidth * crop_y + crop_x / 2;
254 halfwidth * (abs_src_height + crop_y) + crop_x / 2
    [all...]
convert_to_i420.cc 266 int halfwidth = (src_width + 1) / 2; local
270 (halfwidth * crop_y + crop_x) / 2;
272 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
275 (halfwidth * crop_y + crop_x) / 2;
277 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
280 src_u, halfwidth,
281 src_v, halfwidth,
293 int halfwidth = (src_width + 1) / 2; local
296 halfwidth * crop_y + crop_x / 2;
298 halfwidth * (abs_src_height + crop_y) + crop_x / 2
    [all...]
convert_from_argb.cc 297 int halfwidth = (width + 1) >> 1; local
301 if (TestCpuFlag(kCpuHasSSE2) && halfwidth >= 16) {
303 if (IS_ALIGNED(halfwidth, 16)) {
312 if (TestCpuFlag(kCpuHasAVX2) && halfwidth >= 32) {
314 if (IS_ALIGNED(halfwidth, 32)) {
320 if (TestCpuFlag(kCpuHasNEON) && halfwidth >= 16) {
322 if (IS_ALIGNED(halfwidth, 16)) {
329 align_buffer_64(row_u, ((halfwidth + 15) & ~15) * 2);
330 uint8* row_v = row_u + ((halfwidth + 15) & ~15);
334 MergeUVRow_(row_u, row_v, dst_uv, halfwidth);
400 int halfwidth = (width + 1) >> 1; local
    [all...]
convert_from.cc 376 int halfwidth = (width + 1) >> 1; local
385 if (src_stride_u == halfwidth &&
386 src_stride_v == halfwidth &&
387 dst_stride_uv == halfwidth * 2) {
388 halfwidth *= halfheight;
395 if (TestCpuFlag(kCpuHasSSE2) && halfwidth >= 16) {
397 if (IS_ALIGNED(halfwidth, 16)) {
408 if (TestCpuFlag(kCpuHasAVX2) && halfwidth >= 32) {
410 if (IS_ALIGNED(halfwidth, 32)) {
416 if (TestCpuFlag(kCpuHasNEON) && halfwidth >= 16)
1111 int halfwidth = (width + 1) \/ 2; local
1133 int halfwidth = (width + 1) \/ 2; local
    [all...]
convert.cc 91 const int halfwidth = (width + 1) >> 1; local
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
177 int halfwidth = (width + 1) >> 1; local
180 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
181 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);
263 int halfwidth = (width + 1) >> 1; local
273 if (src_stride_uv == halfwidth * 2 &&
274 dst_stride_u == halfwidth &&
275 dst_stride_v == halfwidth) {
    [all...]
rotate.cc 1163 int halfwidth = (width + 1) >> 1; local
1239 int halfwidth = (width + 1) >> 1; local
    [all...]
planar_functions.cc 134 int halfwidth = (width + 1) >> 1; local
151 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
152 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
453 int halfwidth = (width + 1) >> 1; local
474 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
475 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
1105 int halfwidth = (width + 1) >> 1; local
    [all...]
  /external/libyuv/files/source/
convert_from.cc 50 int halfwidth = (width + 1) >> 1; local
53 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(halfwidth, 64)) {
57 if (IS_ALIGNED(halfwidth, 4)) {
60 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(halfwidth, 32) &&
79 CopyRow(src_u, dst_u, halfwidth);
80 CopyRow(src_u, dst_u + dst_stride_u, halfwidth);
85 CopyRow(src_u, dst_u, halfwidth);
90 CopyRow(src_v, dst_v, halfwidth);
91 CopyRow(src_v, dst_v + dst_stride_v, halfwidth);
96 CopyRow(src_v, dst_v, halfwidth);
136 int halfwidth = (width + 1) >> 1; local
186 int halfwidth = (width + 1) >> 1; local
1340 int halfwidth = (width + 1) \/ 2; local
1362 int halfwidth = (width + 1) \/ 2; local
    [all...]
convert.cc 55 int halfwidth = (width + 1) >> 1; local
60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
61 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
148 int halfwidth = (width + 1) >> 1; local
153 IS_ALIGNED(halfwidth, 16) &&
170 HalfRow(src_u, src_stride_u, dst_u, halfwidth);
175 HalfRow(src_u, 0, dst_u, halfwidth);
180 HalfRow(src_v, src_stride_v, dst_v, halfwidth);
185 HalfRow(src_v, 0, dst_v, halfwidth);
228 int halfwidth = (width + 1) >> 1 local
312 int halfwidth = (width + 1) >> 1; local
349 int halfwidth = (width + 1) >> 1; local
424 int halfwidth = (width + 1) >> 1; local
1964 int halfwidth = (src_width + 1) \/ 2; local
1991 int halfwidth = (src_width + 1) \/ 2; local
    [all...]
rotate.cc 1052 int halfwidth = (width + 1) >> 1; local
1128 int halfwidth = (width + 1) >> 1; local
    [all...]
convert_argb.cc 1197 int halfwidth = (src_width + 1) \/ 2; local
1222 int halfwidth = (src_width + 1) \/ 2; local
    [all...]
planar_functions.cc 257 int halfwidth = (width + 1) >> 1; local
262 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
263 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
963 int halfwidth = (width + 1) >> 1; local
970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u);
971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v);
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 136 double halfwidth = width / 2.0; local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 141 double halfwidth = width / 2.0; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 141 double halfwidth = width / 2.0; local
    [all...]

Completed in 168 milliseconds