Searched refs:av1_edge_exists (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/test/ |
D | edge_detect_test.cc | 189 0, av1_edge_exists(input_, stride_8tap(width), width, height, high_bd, bd) in TEST_P() 248 ASSERT_LE(556, av1_edge_exists(padded, stride_8tap(width), width, height, in TEST_P() 251 ASSERT_GE(560, av1_edge_exists(padded, stride_8tap(width), width, height, in TEST_P()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.h | 152 EdgeInfo av1_edge_exists(const uint8_t *src, int src_stride, int w, int h,
|
D | encodeframe.c | 496 return av1_edge_exists(ref->buf, ref->stride, width, height, high_bd, bd); in edge_info()
|
D | rdopt.c | 14118 EdgeInfo av1_edge_exists(const uint8_t *src, int src_stride, int w, int h, in av1_edge_exists() function
|