Searched refs:av1_sobel (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/test/ |
D | edge_detect_test.cc | 366 sobel_xy result = av1_sobel(buf, stride, 1, 1, high_bd); in TEST() 374 result = av1_sobel(CONVERT_TO_BYTEPTR(buf8_16), stride, 1, 1, high_bd); in TEST() 380 result = av1_sobel(CONVERT_TO_BYTEPTR(buf16), stride, 1, 1, high_bd); in TEST()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.h | 115 sobel_xy av1_sobel(const uint8_t *input, int stride, int i, int j,
|
D | rdopt.c | 5404 sobel_xy av1_sobel(const uint8_t *input, int stride, int i, int j, in av1_sobel() function 5464 sobel_xy g = av1_sobel(input, w, i, j, high_bd); in edge_probability()
|