Searched refs:STORE16_4 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_msa.c | 188 #define STORE16_4(a0, a1, a2, a3, dst) do { \ macro 384 STORE16_4(R, G, B, A, dst); in YuvToRgbaLine() 395 STORE16_4(R, G, B, A, temp); in YuvToRgbaLine() 412 STORE16_4(B, G, R, A, dst); in YuvToBgraLine() 423 STORE16_4(B, G, R, A, temp); in YuvToBgraLine() 441 STORE16_4(A, R, G, B, dst); in YuvToArgbLine() 452 STORE16_4(A, R, G, B, temp); in YuvToArgbLine()
|