Searched refs:y1192 (Results 1 – 3 of 3) sorted by relevance
60 int y1192 = 1192 * y; in decodeYUV420SPQuarterRes() local61 int r = (y1192 + 1634 * v); in decodeYUV420SPQuarterRes()62 int g = (y1192 - 833 * v - 400 * u); in decodeYUV420SPQuarterRes()63 int b = (y1192 + 2066 * u); in decodeYUV420SPQuarterRes()
327 int y1192 = 1192 * y; in decodeYUV444SP() local328 int r = (y1192 + 1634 * v); in decodeYUV444SP()329 int g = (y1192 - 833 * v - 400 * u); in decodeYUV444SP()330 int b = (y1192 + 2066 * u); in decodeYUV444SP()