Home
last modified time | relevance | path

Searched refs:av1_sobel (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/test/
Dedge_detect_test.cc366 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/
Drdopt.h115 sobel_xy av1_sobel(const uint8_t *input, int stride, int i, int j,
Drdopt.c5404 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()