Searched refs:sobel_xy (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt.h | 165 } sobel_xy; typedef 167 sobel_xy sobel(const uint8_t *input, int stride, int i, int j, bool high_bd);
|
D | rdopt.c | 14048 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/ |
D | edge_detect_test.cc | 315 sobel_xy result = sobel(buf, stride, 1, 1, high_bd); in TEST()
|