Searched refs:ByteToFloatRow_C (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 3130 int width) = ByteToFloatRow_C; in ByteToFloat()
|
D | row_common.cc | 2784 void ByteToFloatRow_C(const uint8_t* src, float* dst, float scale, int width) { in ByteToFloatRow_C() function
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 3428 int width) = ByteToFloatRow_C; in ByteToFloat()
|
D | row_common.cc | 2784 void ByteToFloatRow_C(const uint8_t* src, float* dst, float scale, int width) { in ByteToFloatRow_C() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 3432 void ByteToFloatRow_C(const uint8_t* src, float* dst, float scale, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 3987 void ByteToFloatRow_C(const uint8_t* src, float* dst, float scale, int width);
|