Searched refs:pad_8tap_convolve (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/test/ |
D | edge_detect_test.cc | 45 static uint8_t *pad_8tap_convolve(const int *data, int w, int h, bool high_bd) { in pad_8tap_convolve() function 123 input_ = pad_8tap_convolve(orig, width, height, high_bd); in SetUp() 245 uint8_t *padded = pad_8tap_convolve(orig, width, height, high_bd); in TEST_P() 278 uint8_t *padded = pad_8tap_convolve(luma, w, h, high_bd); in hardcoded_blur_test_aux() 294 uint8_t *padded = pad_8tap_convolve(scaled_luma, w, h, high_bd); in hardcoded_blur_test_aux()
|