Home | History | Annotate | Download | only in enc

Lines Matching full:uv_height

51       const int uv_height = HALVE(height);
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);
585 for (y = 0; y < uv_height; ++y) {