8 #ifndef META_OCEAN_TEST_TESTCV_TESTLIBYUV_TEST_FRAME_SHRINKER_H
9 #define META_OCEAN_TEST_TESTCV_TESTLIBYUV_TEST_FRAME_SHRINKER_H
37 static void test(
const double testDuration);
54 static void testDivideByTwo(
const unsigned int sourceWidth,
const unsigned int sourceHeight,
const unsigned int channels,
const double testDuration);
This class tests/benchmarks the performance of frame shrinking.
Definition: testlibyuv/TestFrameShrinker.h:30
static void testDivideByTwo(const double testDuration)
Benchmarks the shrinking of frames by a factor of two.
static void testDivideByTwo(const unsigned int sourceWidth, const unsigned int sourceHeight, const unsigned int channels, const double testDuration)
Benchmarks the shrinking of a specific source frame by a factor of two.
static void test(const double testDuration)
Benchmarks the performance of libyuv agains Ocean for frame shrinking functions.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15