Searched refs:GaussRow_C (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 3173 extern "C" void GaussRow_C(const uint32_t* src, uint16_t* dst, int width); 3187 GaussRow_C(&orig_pixels[0], &dst_pixels_c[0], 640); in TEST_F() 3195 GaussRow_C(&orig_pixels[0], &dst_pixels_opt[0], 640); in TEST_F() 3198 GaussRow_C(&orig_pixels[0], &dst_pixels_opt[0], 640); in TEST_F()
|
/external/libyuv/files/source/ |
D | row_common.cc | 3211 void GaussRow_C(const uint32_t* src, uint16_t* dst, int width) { in GaussRow_C() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 3211 void GaussRow_C(const uint32_t* src, uint16_t* dst, int width) { in GaussRow_C() function
|