Searched refs:BGRAToYRow_SSSE3 (Results 1 – 15 of 15) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 321 ANY11(BGRAToYRow_Any_SSSE3, BGRAToYRow_SSSE3, 0, 4, 1, 15)
|
D | convert.cc | 619 BGRAToYRow = BGRAToYRow_SSSE3; in BGRAToI420()
|
D | row_gcc.cc | 1129 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix) { in BGRAToYRow_SSSE3() function
|
D | row_win.cc | 1294 void BGRAToYRow_SSSE3(const uint8* src_argb, uint8* dst_y, int pix) { in BGRAToYRow_SSSE3() function
|
/external/libyuv/files/source/ |
D | row_any.cc | 462 ANY11(BGRAToYRow_Any_SSSE3, BGRAToYRow_SSSE3, 0, 4, 1, 15)
|
D | convert.cc | 663 BGRAToYRow = BGRAToYRow_SSSE3; in BGRAToI420()
|
D | row_gcc.cc | 1198 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_SSSE3() function
|
D | row_win.cc | 1268 __declspec(naked) void BGRAToYRow_SSSE3(const uint8* src_argb,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 546 ANY11(BGRAToYRow_Any_SSSE3, BGRAToYRow_SSSE3, 0, 4, 1, 15)
|
D | row_gcc.cc | 1519 void BGRAToYRow_SSSE3(const uint8_t* src_bgra, uint8_t* dst_y, int width) { in BGRAToYRow_SSSE3() function
|
D | convert.cc | 732 BGRAToYRow = BGRAToYRow_SSSE3; in BGRAToI420()
|
D | row_win.cc | 1268 __declspec(naked) void BGRAToYRow_SSSE3(const uint8_t* src_argb,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 586 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 869 void BGRAToYRow_SSSE3(const uint8* src_bgra, uint8* dst_y, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 832 void BGRAToYRow_SSSE3(const uint8_t* src_bgra, uint8_t* dst_y, int width);
|