MBDstHarness       54 source/test/mbdstharness.cpp MBDstHarness::MBDstHarness()
MBDstHarness       94 source/test/mbdstharness.cpp bool MBDstHarness::check_dct_primitive(dct_t ref, dct_t opt, intptr_t width)
MBDstHarness      116 source/test/mbdstharness.cpp bool MBDstHarness::check_idct_primitive(idct_t ref, idct_t opt, intptr_t width)
MBDstHarness      138 source/test/mbdstharness.cpp bool MBDstHarness::check_dequant_primitive(dequant_normal_t ref, dequant_normal_t opt)
MBDstHarness      170 source/test/mbdstharness.cpp bool MBDstHarness::check_dequant_primitive(dequant_scaling_t ref, dequant_scaling_t opt)
MBDstHarness      206 source/test/mbdstharness.cpp bool MBDstHarness::check_quant_primitive(quant_t ref, quant_t opt)
MBDstHarness      252 source/test/mbdstharness.cpp bool MBDstHarness::check_nquant_primitive(nquant_t ref, nquant_t opt)
MBDstHarness      287 source/test/mbdstharness.cpp bool MBDstHarness::check_count_nonzero_primitive(count_nonzero_t ref, count_nonzero_t opt)
MBDstHarness      303 source/test/mbdstharness.cpp bool MBDstHarness::check_denoise_dct_primitive(denoiseDct_t ref, denoiseDct_t opt)
MBDstHarness      344 source/test/mbdstharness.cpp bool MBDstHarness::testCorrectness(const EncoderPrimitives& ref, const EncoderPrimitives& opt)
MBDstHarness      455 source/test/mbdstharness.cpp void MBDstHarness::measureSpeed(const EncoderPrimitives& ref, const EncoderPrimitives& opt)
MBDstHarness       33 source/test/mbdstharness.h class MBDstHarness : public TestHarness
MBDstHarness       77 source/test/mbdstharness.h     MBDstHarness();
MBDstHarness       93 source/test/testbench.cpp MBDstHarness  HMBDist;