Searched refs:iZeroCount (Results 1 – 3 of 3) sorted by relevance
92 int32_t iZeroCount = 0; in RBSP2EBSP() local95 if (iZeroCount == 2 && *pSrcPointer <= 3) { in RBSP2EBSP()98 iZeroCount = 0; in RBSP2EBSP()101 ++ iZeroCount; in RBSP2EBSP()103 iZeroCount = 0; in RBSP2EBSP()
136 int32_t iZeroCount = 0; in WelsEncodeNal() local164 if (iZeroCount == 2 && *pSrcPointer <= 3) { in WelsEncodeNal()167 iZeroCount = 0; in WelsEncodeNal()170 ++ iZeroCount; in WelsEncodeNal()172 iZeroCount = 0; in WelsEncodeNal()
50 int32_t iZeroCount[2]; in TEST()58 iZeroCount[0] = WelsGetNoneZeroCount_c (pInput); in TEST()59 iZeroCount[1] = sFuncPtrList.pfGetNoneZeroCount (pInput); in TEST()60 ASSERT_EQ (iZeroCount[0], iZeroCount[1]); in TEST()