Home
last modified time | relevance | path

Searched refs:totalCoeffs_ref (Results 1 – 1 of 1) sorted by relevance

/third_party/openh264/test/encoder/
DEncUT_Cavlc.cpp43 int32_t totalCoeffs_ref = 0; in TestCavlcParamCalWithEndIdx() local
53 …32_t totalZeros_ref = CavlcParamCal_ref (coeffLevel, run_ref, level_ref, &totalCoeffs_ref, endIdx); in TestCavlcParamCalWithEndIdx()
55 ASSERT_EQ (totalCoeffs, totalCoeffs_ref); in TestCavlcParamCalWithEndIdx()
58 for (int i = 0; i < totalCoeffs_ref; i++) in TestCavlcParamCalWithEndIdx()
60 for (int i = 0; i < totalCoeffs_ref - 1; i++) in TestCavlcParamCalWithEndIdx()