Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dframe_dec.c60 static void DoUVTransform(uint32_t bits, const int16_t* const src, in DoUVTransform() function
164 DoUVTransform(bits_uv >> 0, coeffs + 16 * 16, u_dst); in ReconstructRow()
165 DoUVTransform(bits_uv >> 8, coeffs + 20 * 16, v_dst); in ReconstructRow()