Searched defs:SkipLoopFilterTest (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvp9_skip_loopfilter_test.cc25 class SkipLoopFilterTest { class in namespace:__anon11783
27 SkipLoopFilterTest() : video_(NULL), decoder_(NULL), md5_file_(NULL) {} function in class:__anon11783::SkipLoopFilterTest
29 ~SkipLoopFilterTest() {
120 TEST(SkipLoopFilterTest, ShutOffLoopFilter) {
123 SkipLoopFilterTest skip_loop_filter;
130 TEST(SkipLoopFilterTest, ShutOffLoopFilterSingleThread) {
133 SkipLoopFilterTest skip_loop_filter;
140 TEST(SkipLoopFilterTest, ShutOffLoopFilter8Threads) {
143 SkipLoopFilterTest skip_loop_filter;
150 TEST(SkipLoopFilterTest, WithLoopFilte
[all...]

Completed in 320 milliseconds