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

  /external/libvpx/vpx_scale/
yv12config.h 48 int uv_height; member in struct:__anon8534
  /external/webp/examples/
dwebp.c 115 const int uv_height = (height + 1) / 2; local
117 fprintf(fout, "P5\n%d %d\n255\n", out_stride, height + uv_height);
122 for (y = 0; ok && y < uv_height; ++y) {
  /external/webp/src/enc/
picture.c 32 const int uv_height = (height + 1) / 2; local
62 uv_size = (uint64_t)uv_stride * uv_height;
69 uv_width < 0 || uv_height < 0 || // check for u/v param error

Completed in 441 milliseconds