Searched refs:READ_ARGB (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/source/ |
D | row_msa.cc | 158 #define READ_ARGB(s_ptr, t_ptr, argb0, argb1, argb2, argb3) \ macro 2577 READ_ARGB(s, t, vec0, vec1, vec2, vec3); in BGRAToUVRow_MSA() 2611 READ_ARGB(s, t, src0, src1, src2, src3); in ABGRToUVRow_MSA() 2644 READ_ARGB(s, t, vec0, vec1, vec2, vec3); in RGBAToUVRow_MSA()
|