HomeSort by relevance Sort by last modified time
    Searched refs:av1_edge_exists (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/test/
edge_detect_test.cc 189 0, av1_edge_exists(input_, stride_8tap(width), width, height, high_bd, bd)
248 ASSERT_LE(556, av1_edge_exists(padded, stride_8tap(width), width, height,
251 ASSERT_GE(560, av1_edge_exists(padded, stride_8tap(width), width, height,
  /external/libaom/libaom/av1/encoder/
rdopt.h 152 EdgeInfo av1_edge_exists(const uint8_t *src, int src_stride, int w, int h,
155 /** Applies a Gaussian blur with sigma = 1.3. Used by av1_edge_exists and
encodeframe.c 496 return av1_edge_exists(ref->buf, ref->stride, width, height, high_bd, bd);
    [all...]
rdopt.c 14118 EdgeInfo av1_edge_exists(const uint8_t *src, int src_stride, int w, int h, function
    [all...]

Completed in 229 milliseconds