Searched refs:DoUVTransform (Results 1 – 1 of 1) sorted by relevance
60 static void DoUVTransform(uint32_t bits, const int16_t* const src, in DoUVTransform() function164 DoUVTransform(bits_uv >> 0, coeffs + 16 * 16, u_dst); in ReconstructRow()165 DoUVTransform(bits_uv >> 8, coeffs + 20 * 16, v_dst); in ReconstructRow()