Searched refs:READ_ARGB (Results 1 – 2 of 2) 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()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_msa.cc | 158 #define READ_ARGB(s_ptr, t_ptr, argb0, argb1, argb2, argb3) \ macro 2589 READ_ARGB(s, t, vec0, vec1, vec2, vec3); in BGRAToUVRow_MSA() 2623 READ_ARGB(s, t, src0, src1, src2, src3); in ABGRToUVRow_MSA() 2656 READ_ARGB(s, t, vec0, vec1, vec2, vec3); in RGBAToUVRow_MSA()
|