Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddec_frame.h61 struct TagDqLayer { struct
62 SLayerInfo sLayerInfo;
64 PBitStringAux pBitStringAux; // pointer to SBitStringAux
65 PFmo pFmo; // Current fmo context pointer used
66 uint32_t* pMbType;
67 int32_t* pSliceIdc; // using int32_t for slice_idc
68 int16_t (*pMv[LIST_A])[MB_BLOCK4x4_NUM][MV_A];
69 int16_t (*pMvd[LIST_A])[MB_BLOCK4x4_NUM][MV_A];
70 int8_t (*pRefIndex[LIST_A])[MB_BLOCK4x4_NUM];
71 int8_t (*pDirect)[MB_BLOCK4x4_NUM];
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_frame.h84 struct TagDqLayer { struct
85 SLayerInfo sLayerInfo;
86 SSliceBufferInfo sSliceBufferInfo[MAX_THREADS_NUM];
87 SSlice** ppSliceInLayer;
88 SSliceCtx sSliceEncCtx; // current slice context
89 uint8_t* pCsData[3]; // pointer to reconstructed picture pData
90 int32_t iCsStride[3]; // Cs stride
92 uint8_t* pEncData[3]; // pData picture to be encoded in current layer
93 int32_t iEncStride[3]; // pData picture stride
95 …P; // pointer to mb of mbAddr equal to 0 in slice, mb_data_ptr = mb_base_ptr + (1+iMbStride).
[all …]