Searched defs:YUVTORGB (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_win.cc | 55 #define YUVTORGB(yuvconstants) \ macro 98 YUVTORGB(yuvconstants) in I422ToARGBRow_SSSE3() local 117 YUVTORGB(yuvconstants) in I422AlphaToARGBRow_SSSE3() local
|
D | row_neon.cc | 82 #define YUVTORGB \ macro
|
D | row_neon64.cc | 79 #define YUVTORGB(vR, vG, vB) \ macro
|
D | row_gcc.cc | 1949 #define YUVTORGB(yuvconstants) \ macro
|
D | row_msa.cc | 73 #define YUVTORGB(in_y, in_uv, ubvr, ugvg, bb, bg, br, yg, out_b, out_g, out_r) \ macro
|
/external/libyuv/files/source/ |
D | row_win.cc | 55 #define YUVTORGB(yuvconstants) \ macro 98 YUVTORGB(yuvconstants) in I422ToARGBRow_SSSE3() local 117 YUVTORGB(yuvconstants) in I422AlphaToARGBRow_SSSE3() local
|
D | row_gcc.cc | 1578 #define YUVTORGB(yuvconstants) \ macro 1607 #define YUVTORGB(yuvconstants) \ macro
|
D | row_neon64.cc | 92 #define YUVTORGB(vR, vG, vB) \ macro
|
D | row_neon.cc | 101 #define YUVTORGB \ macro
|
D | row_msa.cc | 73 #define YUVTORGB(in_y, in_uv, ubvr, ugvg, bb, bg, br, yg, out_b, out_g, out_r) \ macro
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_gcc.cc | 1567 #define YUVTORGB(YuvConstants) \ macro
|
D | row_win.cc | 2391 #define YUVTORGB(YuvConstants) __asm { \ macro
|