Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dwels_const_common.h55 #define MB_COEFF_LIST_SIZE (256+((MB_WIDTH_CHROMA*MB_HEIGHT_CHROMA)<<1)) macro
/third_party/openh264/codec/decoder/core/inc/
Ddec_frame.h84 int16_t (*pScaledTCoeff)[MB_COEFF_LIST_SIZE];
Ddecoder_context.h357 int16_t (*pScaledTCoeff[LAYER_NUM_EXCHANGEABLE])[MB_COEFF_LIST_SIZE]; /*need be aligned*/
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp1555 …pCtx->sMb.pScaledTCoeff[i] = (int16_t (*)[MB_COEFF_LIST_SIZE])pMa->WelsMallocz (pCtx->sMb.iMbWidth… in InitialDqLayersContext()
1557 … sizeof (int16_t) * MB_COEFF_LIST_SIZE, "pCtx->sMb.pScaledTCoeff[]"); in InitialDqLayersContext()
Ddecode_slice.cpp2309 memset (pCurDqLayer->pScaledTCoeff[iMbXy], 0, MB_COEFF_LIST_SIZE * sizeof (int16_t)); in WelsActualDecodeMbCavlcPSlice()
2856 memset (pCurDqLayer->pScaledTCoeff[iMbXy], 0, MB_COEFF_LIST_SIZE * sizeof (int16_t)); in WelsActualDecodeMbCavlcBSlice()
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_slice.cpp762 …pMbCache->pCoeffLevel = (int16_t*)pMa->WelsMallocz (MB_COEFF_LIST_SIZE * sizeof (int16_t), "pMbCac… in AllocMbCacheAligned()