Home
last modified time | relevance | path

Searched refs:av1_edge_exists (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/test/
Dedge_detect_test.cc189 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/
Drdopt.h152 EdgeInfo av1_edge_exists(const uint8_t *src, int src_stride, int w, int h,
Dencodeframe.c496 return av1_edge_exists(ref->buf, ref->stride, width, height, high_bd, bd); in edge_info()
Drdopt.c14118 EdgeInfo av1_edge_exists(const uint8_t *src, int src_stride, int w, int h, in av1_edge_exists() function