Home
last modified time | relevance | path

Searched refs:MB_BLOCK8x8_NUM (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/common/inc/
Dwels_const_common.h58 #define MB_BLOCK8x8_NUM 4 macro
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp845 int8_t (*pLayerRefIndexBlock8x8)[MB_BLOCK8x8_NUM] = (int8_t (*)[MB_BLOCK8x8_NUM]) ( in InitMbInfo()
846 &pEnc->pRefIndexBlock4x4[MB_BLOCK8x8_NUM * kiOffset]); in InitMbInfo()
1672 … (pMa->WelsMallocz (iCountMaxMbNum * 2 * MB_BLOCK8x8_NUM * sizeof (int8_t), "pRefIndexBlock4x4")); in RequestMemorySvc()