Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dencoder_context.h116 typedef struct TagWelsEncCtx { struct
117 SLogContext sLogCtx;
119 SWelsSvcCodingParam* pSvcParam; // SVC parameter, WelsSVCParamConfig in svc_param_settings.h
121 int32_t* pSadCostMb;
123 int32_t iMvRange;
124 uint16_t* pMvdCostTable; //[52]; // adaptive to spatial layers
125 int32_t iMvdCostTableSize; //the size of above table
126 int32_t iMvdCostTableStride; //the stride of above table
128 …BLOCK4x4_NUM]; // for store each 4x4 blocks' mv unit, the two swap after different d layer
130 …LOCK8x8_NUM]; // for store each 4x4 blocks' pRef index, the two swap after different d layer
[all …]