Searched refs:CdefFilterBlockFunctions (Results 1 – 1 of 1) sorted by relevance
| /external/libaom/test/ |
| D | cdef_test.cc | 33 using CdefFilterBlockFunctions = std::array<cdef_filter_block_func, 4>; typedef 35 typedef std::tuple<CdefFilterBlockFunctions, CdefFilterBlockFunctions, 56 CdefFilterBlockFunctions cdef; 57 CdefFilterBlockFunctions ref_cdef; 70 int64_t test_cdef(int bsize, int iterations, CdefFilterBlockFunctions cdef, in test_cdef() 71 CdefFilterBlockFunctions ref_cdef, int boundary, int depth) { in test_cdef() 191 void test_cdef_speed(int bsize, int iterations, CdefFilterBlockFunctions cdef, in test_cdef_speed() 192 CdefFilterBlockFunctions ref_cdef, int boundary, in test_cdef_speed() 443 static const CdefFilterBlockFunctions kCdefFilterFuncC[] = { 448 static const CdefFilterBlockFunctions kCdefFilterHighbdFuncC[] = { [all …]
|