Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.h165 } sobel_xy; typedef
167 sobel_xy sobel(const uint8_t *input, int stride, int i, int j, bool high_bd);
Drdopt.c14048 sobel_xy sobel(const uint8_t *input, int stride, int i, int j, bool high_bd) { in sobel()
14059 sobel_xy r = { .x = s_x, .y = s_y }; in sobel()
14101 sobel_xy g = sobel(input, w, i, j, high_bd); in edge_probability()
/external/libaom/libaom/test/
Dedge_detect_test.cc315 sobel_xy result = sobel(buf, stride, 1, 1, high_bd); in TEST()