Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/test/
H A Dsum_squares_test.cc146 struct TestSSEFuncs { struct
147 TestSSEFuncs(SSEFunc ref = nullptr, SSEFunc tst = nullptr, int depth = 0) in TestSSEFuncs() function
149 SSEFunc ref_func; // Pointer to reference function
150 SSEFunc tst_func; // Pointer to tested function
151 int bit_depth;
/aosp_15_r20/external/libaom/test/
H A Dsum_squares_test.cc266 typedef libaom_test::FuncParam<SSEFunc> TestSSEFuncs; typedef