Home | History | Annotate | Download | only in enc

Lines Matching full:uv_height

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