Home
last modified time | relevance | path

Searched refs:STORE8_4 (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dupsampling_msa.c201 #define STORE8_4(a0, a1, a2, a3, dst) do { \ macro
401 STORE8_4(R, G, B, A, temp); in YuvToRgbaLine()
429 STORE8_4(B, G, R, A, temp); in YuvToBgraLine()
458 STORE8_4(A, R, G, B, temp); in YuvToArgbLine()