Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_any.cc23 #define YANY(NAMEANY, I420TORGB_SIMD, I420TORGB_C, UV_SHIFT, BPP, MASK) \ argument
24 void NAMEANY(const uint8* y_buf, \
88 #define NV2NY(NAMEANY, NV12TORGB_SIMD, NV12TORGB_C, UV_SHIFT, BPP) \ argument
89 void NAMEANY(const uint8* y_buf, \
122 #define RGBANY(NAMEANY, ARGBTORGB_SIMD, ARGBTORGB_C, MASK, SBPP, BPP) \ argument
123 void NAMEANY(const uint8* src, \
187 #define BAYERANY(NAMEANY, ARGBTORGB_SIMD, ARGBTORGB_C, MASK, SBPP, BPP) \ argument
188 void NAMEANY(const uint8* src, \
216 #define YANY(NAMEANY, ARGBTOY_SIMD, SBPP, BPP, NUM) \ argument
217 void NAMEANY(const uint8* src_argb, uint8* dst_y, int width) { \
[all …]
/external/libyuv/files/source/
Drow_common.cc988 #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 …]