Home
last modified time | relevance | path

Searched defs:TestSSEFuncs (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/test/
Dsum_squares_test.cc139 struct TestSSEFuncs { struct
140 TestSSEFuncs(SSEFunc ref = nullptr, SSEFunc tst = nullptr, int depth = 0) in TestSSEFuncs() function
142 SSEFunc ref_func; // Pointer to reference function
143 SSEFunc tst_func; // Pointer to tested function
144 int bit_depth;
/external/libaom/test/
Dsum_squares_test.cc266 typedef libaom_test::FuncParam<SSEFunc> TestSSEFuncs; typedef