Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_Cavlc.cpp42 int32_t totalCoeffs = 0; in TestCavlcParamCalWithEndIdx() local
54 const int32_t totalZeros = func (coeffLevel, run, level, &totalCoeffs, endIdx); in TestCavlcParamCalWithEndIdx()
55 ASSERT_EQ (totalCoeffs, totalCoeffs_ref); in TestCavlcParamCalWithEndIdx()
56 if (totalCoeffs > 0) in TestCavlcParamCalWithEndIdx()