Searched refs:CALC_RGB8 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_msa.c | 135 #define CALC_RGB8(y, u, v, R, G, B) do { \ macro 344 CALC_RGB8(temp, u, v, R, G, B); in YuvToRgbLine() 371 CALC_RGB8(temp, u, v, R, G, B); in YuvToBgrLine() 400 CALC_RGB8(temp, u, v, R, G, B); in YuvToRgbaLine() 428 CALC_RGB8(temp, u, v, R, G, B); in YuvToBgraLine() 457 CALC_RGB8(temp, u, v, R, G, B); in YuvToArgbLine()
|