Home
last modified time | relevance | path

Searched defs:pNonZeroCount (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_IdctResAddPred.cpp47 void SetNonZeroCount_ref (int8_t* pNonZeroCount) { in SetNonZeroCount_ref()
/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_macroblock.h66 int8_t* pNonZeroCount; // [MB_LUMA_CHROMA_BLOCK4x4_NUM] member
/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cavlc.cpp107 void WelsFillCacheNonZeroCount (PWelsNeighAvail pNeighAvail, uint8_t* pNonZeroCount, in WelsFillCacheNonZeroCount()
155 void WelsFillCacheConstrain1IntraNxN (PWelsNeighAvail pNeighAvail, uint8_t* pNonZeroCount, int8_t* … in WelsFillCacheConstrain1IntraNxN()
201 void WelsFillCacheConstrain0IntraNxN (PWelsNeighAvail pNeighAvail, uint8_t* pNonZeroCount, int8_t* … in WelsFillCacheConstrain0IntraNxN()
247 void WelsFillCacheInterCabac (PWelsNeighAvail pNeighAvail, uint8_t* pNonZeroCount, int16_t iMvArray… in WelsFillCacheInterCabac()
429 void WelsFillCacheInter (PWelsNeighAvail pNeighAvail, uint8_t* pNonZeroCount, in WelsFillCacheInter()
Dparse_mb_syn_cabac.cpp520 …terPMotionInfoCabac (PWelsDecoderContext pCtx, PWelsNeighAvail pNeighAvail, uint8_t* pNonZeroCount, in ParseInterPMotionInfoCabac()
725 …terBMotionInfoCabac (PWelsDecoderContext pCtx, PWelsNeighAvail pNeighAvail, uint8_t* pNonZeroCount, in ParseInterBMotionInfoCabac()
/third_party/openh264/codec/common/mips/
Ddeblock_mmi.c2798 void WelsNonZeroCount_mmi(int8_t *pNonZeroCount) { in WelsNonZeroCount_mmi()
Ddeblock_msa.c1012 void WelsNonZeroCount_msa(int8_t* pNonZeroCount) { in WelsNonZeroCount_msa()
/third_party/openh264/codec/common/src/
Ddeblocking_common.cpp248 void WelsNonZeroCount_c (int8_t* pNonZeroCount) { in WelsNonZeroCount_c()