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

  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 49 int uv_height = height >> 1; local
53 int uvplane_size = (uv_height + border) * uv_stride;
71 ybf->uv_height = uv_height;
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 48 int uv_height; member in struct:yv12_buffer_config
  /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 49 const int uv_height = HALVE(height); local
79 uv_size = (uint64_t)uv_stride * uv_height;
86 uv_width < 0 || uv_height < 0) { // u/v param error
583 const int uv_height = HALVE(picture->height); local
584 for (y = 0; y < uv_height; ++y) {
    [all...]

Completed in 148 milliseconds