Home
last modified time | relevance | path

Searched defs:pNzc (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp193 const int8_t* pNzc = pCurDqLayer->pNzc[iMbXy]; in WelsMbInterSampleConstruction() local
201 const int8_t* pNzc = pCurDqLayer->pNzc[iMbXy]; in WelsMbInterSampleConstruction() local
1800 int8_t* pNzc = pCurDqLayer->pNzc[iMbXy]; in WelsActualDecodeMbCavlcISlice() local
2121 int8_t* pNzc = pCurDqLayer->pNzc[iMbXy]; in WelsActualDecodeMbCavlcPSlice() local
2451 int8_t* pNzc = pCurDqLayer->pNzc[iMbXy]; in WelsDecodeMbCavlcPSlice() local
2546 int8_t* pNzc = pCurDqLayer->pNzc[iMbXy]; in WelsDecodeMbCavlcBSlice() local
2668 int8_t* pNzc = pCurDqLayer->pNzc[iMbXy]; in WelsActualDecodeMbCavlcBSlice() local
Drec_mb.cpp199 const int8_t* pNzc = pDqLayer->pNzc[iMBXY]; in RecI16x16Mb() local
1068 const int8_t* pNzc = pDqLayer->pNzc[iMBXY] + 16 + 2 * i; in RecChroma() local
Ddecoder.cpp991 void IdctFourResAddPred_ (uint8_t* pPred, int32_t iStride, int16_t* pRs, const int8_t* pNzc) { in IdctFourResAddPred_()
/third_party/openh264/codec/decoder/core/inc/
Ddec_frame.h78 int8_t (*pNzc)[24]; member
142 int8_t (*pNzc)[24]; member
Dpicture.h98 int8_t (*pNzc)[24]; member
Ddecoder_context.h355 int8_t (*pNzc[LAYER_NUM_EXCHANGEABLE])[24]; member