Searched defs:TagWelsEncCtx (Results 1 – 1 of 1) sorted by relevance
116 typedef struct TagWelsEncCtx { struct117 SLogContext sLogCtx;119 SWelsSvcCodingParam* pSvcParam; // SVC parameter, WelsSVCParamConfig in svc_param_settings.h121 int32_t* pSadCostMb;123 int32_t iMvRange;124 uint16_t* pMvdCostTable; //[52]; // adaptive to spatial layers125 int32_t iMvdCostTableSize; //the size of above table126 int32_t iMvdCostTableStride; //the stride of above table128 …BLOCK4x4_NUM]; // for store each 4x4 blocks' mv unit, the two swap after different d layer130 …LOCK8x8_NUM]; // for store each 4x4 blocks' pRef index, the two swap after different d layer[all …]