HomeSort by relevance Sort by last modified time
    Searched defs:uv_height (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 46 int uv_height = aligned_height >> 1; local
50 int uvplane_size = (uv_height + border) * uv_stride;
76 ybf->uv_height = uv_height;
133 const int uv_height = aligned_height >> ss_y; local
137 const int uvplane_size = (uv_height + 2 * uv_border_h) * uv_stride;
179 ybf->uv_height = uv_height;
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 34 int uv_height; member in struct:yv12_buffer_config
  /external/chromium_org/content/renderer/pepper/
pepper_video_capture_host.cc 169 int uv_height = info.height / 2; local
170 size_t size = info.width * info.height + 2 * uv_width * uv_height;
  /external/chromium_org/media/base/
video_frame.cc 295 size_t uv_height = local
301 size_t uv_bytes = uv_height * uv_stride;
  /external/chromium_org/remoting/codec/
video_encoder_vp8.cc 73 const int uv_height = (image_->h + 1) / 2; local
74 const int uv_plane_size = uv_width * uv_height;
  /external/webp/examples/
dwebp.c 257 const int uv_height = (height + 1) / 2; local
262 out_stride, height + uv_height + a_height);
271 for (y = 0; ok && y < uv_height; ++y) {
276 for (y = 0; ok && y < uv_height; ++y) {
279 for (y = 0; ok && y < uv_height; ++y) {
  /external/chromium_org/third_party/libwebp/enc/
picture.c 51 const int uv_height = HALVE(height); local
81 uv_size = (uint64_t)uv_stride * uv_height;
88 uv_width < 0 || uv_height < 0) { // u/v param error
584 const int uv_height = HALVE(picture->height); local
585 for (y = 0; y < uv_height; ++y) {
    [all...]
  /external/webp/src/enc/
picture.c 51 const int uv_height = HALVE(height); local
81 uv_size = (uint64_t)uv_stride * uv_height;
88 uv_width < 0 || uv_height < 0) { // u/v param error
584 const int uv_height = HALVE(picture->height); local
585 for (y = 0; y < uv_height; ++y) {
    [all...]

Completed in 412 milliseconds