Searched refs:uv_height (Results 1 – 2 of 2) sorted by relevance
184 const int uv_height = ((y_height + 1) >> 1); in GetPSNRYuv() local194 for (y = 0; y < uv_height; ++y) { in GetPSNRYuv()420 int uv_height = ((y_height + 1) >> 1); in VPXDecode() local429 *p_V = *p_U + uv_height * uv_stride; in VPXDecode()435 for (y = 0; y < uv_height; ++y) { in VPXDecode()662 int uv_height, in VPXEncode() argument749 int uv_height, in WebPEncode() argument795 int uv_height = ((y_height + 1) >> 1); in AdjustColorspace() local807 for (y = 0; y < uv_height; ++y) { in AdjustColorspace()823 int uv_height = ((y_height + 1) >> 1); in AdjustColorspaceBack() local[all …]
106 int uv_height,
Completed in 7 milliseconds