Searched defs:dst_bayer (Results 1 – 7 of 7) sorted by relevance
/external/libyuv/files/source/ |
D | format_conversion.cc | 31 uint8* dst_bayer, uint32 selector, int pix) { in ARGBToBayerRow_SSSE3() 83 uint8* dst_bayer, uint32 selector, int pix) { in ARGBToBayerRow_C() 139 uint8* dst_bayer, int dst_stride_bayer, in ARGBToBayer() 439 uint8* dst_bayer, int dst_stride_bayer, in I420ToBayer()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | format_conversion.cc | 64 uint8* dst_bayer, int dst_stride_bayer, in ARGBToBayer() 397 uint8* dst_bayer, int dst_stride_bayer, in I420ToBayer()
|
D | row_neon64.cc | 1384 void ARGBToBayerRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerRow_NEON() 1409 void ARGBToBayerGGRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerGGRow_NEON()
|
D | row_neon.cc | 1301 void ARGBToBayerRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerRow_NEON() 1324 void ARGBToBayerGGRow_NEON(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerGGRow_NEON()
|
D | row_posix.cc | 5817 void ARGBToBayerRow_SSSE3(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerRow_SSSE3() 5848 void ARGBToBayerGGRow_SSE2(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerGGRow_SSE2()
|
D | row_win.cc | 6790 void ARGBToBayerRow_SSSE3(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerRow_SSSE3() 6817 void ARGBToBayerGGRow_SSE2(const uint8* src_argb, uint8* dst_bayer, in ARGBToBayerGGRow_SSE2()
|
D | row_common.cc | 1962 uint8* dst_bayer, uint32 selector, int pix) { in ARGBToBayerRow_C() 1980 uint8* dst_bayer, uint32 selector, int pix) { in ARGBToBayerGGRow_C()
|