Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp.c945 int row_has_alpha = has_alpha; in ImportYUVAFromRGBA() local
956 if (row_has_alpha) { in ImportYUVAFromRGBA()
957 row_has_alpha &= !WebPExtractAlpha(a_ptr + off, 0, width, 1, dst_a, 0); in ImportYUVAFromRGBA()
960 if (!row_has_alpha) { in ImportYUVAFromRGBA()