Searched refs:NAMEANY (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/source/ |
D | row_common.cc | 988 #define YANY(NAMEANY, I420TORGB_SSE, I420TORGB_C, UV_SHIFT) \ argument 989 void NAMEANY(const uint8* y_buf, \ 1003 #define Y2NY(NAMEANY, NV12TORGB_SSE, NV12TORGB_C, UV_SHIFT) \ argument 1004 void NAMEANY(const uint8* y_buf, \ 1045 #define RGBANY(NAMEANY, ARGBTORGB, BPP) \ argument 1046 void NAMEANY(const uint8* argb_buf, \ 1067 #define YANY(NAMEANY, ARGBTOY_SSE, BPP) \ argument 1068 void NAMEANY(const uint8* src_argb, uint8* dst_y, int width) { \ 1091 #define UVANY(NAMEANY, ANYTOUV_SSE, ANYTOUV_C, BPP) \ argument 1092 void NAMEANY(const uint8* src_argb, int src_stride_argb, \ [all …]
|