Lines Matching refs:uv_height
184 const int uv_height = ((y_height + 1) >> 1); in GetPSNRYuv() local
194 for (y = 0; y < uv_height; ++y) { in GetPSNRYuv()
420 int uv_height = ((y_height + 1) >> 1); in VPXDecode() local
426 + 2 * uv_stride * uv_height, in VPXDecode()
429 *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() argument
681 || y_width <= 0 || y_height <= 0 || uv_width <= 0 || uv_height <= 0 in VPXEncode()
749 int uv_height, in WebPEncode() argument
760 uv_width, uv_height, uv_stride, in WebPEncode()
795 int uv_height = ((y_height + 1) >> 1); in AdjustColorspace() local
807 for (y = 0; y < uv_height; ++y) { in AdjustColorspace()
823 int uv_height = ((y_height + 1) >> 1); in AdjustColorspaceBack() local
836 for (y = 0; y < uv_height; ++y) { in AdjustColorspaceBack()