Searched refs:STORE16_3 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_msa.c | 155 #define STORE16_3(a0, a1, a2, dst) do { \ macro 328 STORE16_3(R, G, B, dst); in YuvToRgbLine() 339 STORE16_3(R, G, B, temp); in YuvToRgbLine() 355 STORE16_3(B, G, R, dst); in YuvToBgrLine() 366 STORE16_3(B, G, R, temp); in YuvToBgrLine()
|