Lines Matching refs:NAMEANY
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, \
1120 #define UV422ANY(NAMEANY, ANYTOUV_SSE, ANYTOUV_C, BPP) \ argument
1121 void NAMEANY(const uint8* src_argb, \