Searched defs:pNonZeroCount (Results 1 – 7 of 7) sorted by relevance
/third_party/openh264/test/decoder/ |
D | DecUT_IdctResAddPred.cpp | 47 void SetNonZeroCount_ref (int8_t* pNonZeroCount) { in SetNonZeroCount_ref()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_enc_macroblock.h | 66 int8_t* pNonZeroCount; // [MB_LUMA_CHROMA_BLOCK4x4_NUM] member
|
/third_party/openh264/codec/decoder/core/src/ |
D | parse_mb_syn_cavlc.cpp | 107 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()
|
D | parse_mb_syn_cabac.cpp | 520 …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/ |
D | deblock_mmi.c | 2798 void WelsNonZeroCount_mmi(int8_t *pNonZeroCount) { in WelsNonZeroCount_mmi()
|
D | deblock_msa.c | 1012 void WelsNonZeroCount_msa(int8_t* pNonZeroCount) { in WelsNonZeroCount_msa()
|
/third_party/openh264/codec/common/src/ |
D | deblocking_common.cpp | 248 void WelsNonZeroCount_c (int8_t* pNonZeroCount) { in WelsNonZeroCount_c()
|