Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp_enc.c910 int rows_have_alpha = has_alpha; in ImportYUVAFromRGBA() local
930 rows_have_alpha &= !WebPExtractAlpha(a_ptr, rgb_stride, width, 2, in ImportYUVAFromRGBA()
935 if (!rows_have_alpha) { in ImportYUVAFromRGBA()