HomeSort by relevance Sort by last modified time
    Searched full:y_plane_size (Results 1 - 5 of 5) sorted by null

  /external/libyuv/files/unit_test/
rotate_test.cc 710 int y_plane_size = (yw + b * 2) * (yh + b * 2); local
715 align_buffer_16(orig_y, y_plane_size)
718 align_buffer_16(ro0_y, y_plane_size)
721 align_buffer_16(ro90_y, y_plane_size)
724 align_buffer_16(ro270_y, y_plane_size)
727 memset(orig_y, 0, y_plane_size);
730 memset(ro0_y, 0, y_plane_size);
733 memset(ro90_y, 0, y_plane_size);
736 memset(ro270_y, 0, y_plane_size);
791 for (i = 0; i < y_plane_size; ++i)
833 int y_plane_size = (yw + b * 2) * (yh + b * 2); local
955 int y_plane_size = (yw + b * 2) * (yh + b * 2); local
1063 int y_plane_size = (yw + b * 2) * (yh + b * 2); local
1171 int y_plane_size = (yw + b * 2) * (yh + b * 2); local
1275 int y_plane_size = (yw + b * 2) * (yh + b * 2); local
1432 int y_plane_size = (yw + b * 2) * (yh + b * 2); local
    [all...]
  /external/chromium_org/remoting/codec/
video_encoder_vp8.cc 71 const int y_plane_size = image_->w * image_->h; local
75 const int yuv_image_size = y_plane_size + uv_plane_size * 2;
86 const int padding_size = active_map_area - y_plane_size;
97 image_->planes[1] = image + y_plane_size;
98 image_->planes[2] = image + y_plane_size + uv_plane_size;
  /external/chromium_org/media/base/
yuv_convert.cc 595 int y_plane_size = width * height; local
596 memcpy(yplane, src, y_plane_size);
598 src += y_plane_size;
599 int u_plane_size = y_plane_size >> 2;
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 426 const int y_plane_size = w * h; local
429 scoped_ptr<uint8_t[]> y_plane(new uint8_t[y_plane_size]);
434 a_plane.reset(new uint8_t[y_plane_size]);
436 memset(y_plane.get(), 149, y_plane_size);
440 memset(a_plane.get(), is_transparent ? 0 : 128, y_plane_size);
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]

Completed in 334 milliseconds