Home
last modified time | relevance | path

Searched refs:uv_height (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c184 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
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
749 int uv_height, in WebPEncode() argument
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
[all …]
H A Dwebpimg.h106 int uv_height,

Completed in 23 milliseconds