Searched refs:UYVYToYRow_C (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 423 uint8* dst_y, int width) = UYVYToYRow_C; in UYVYToI420()
|
D | planar_functions.cc | 498 uint8* dst_y, int width) = UYVYToYRow_C; in UYVYToI422()
|
D | row_common.cc | 1910 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_C() function
|
/external/libyuv/files/source/ |
D | convert.cc | 456 UYVYToYRow_C; in UYVYToI420()
|
D | planar_functions.cc | 568 UYVYToYRow_C; in UYVYToI422()
|
D | row_common.cc | 1874 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_C() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1707 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 2669 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int width);
|