Home
last modified time | relevance | path

Searched refs:LAYER_NUM_EXCHANGEABLE (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h345 uint32_t* pMbType[LAYER_NUM_EXCHANGEABLE]; /* mb type */
346 …int16_t (*pMv[LAYER_NUM_EXCHANGEABLE][LIST_A])[MB_BLOCK4x4_NUM][MV_A]; //[LAYER_NUM_EXCHANGEABLE …
347 int8_t (*pRefIndex[LAYER_NUM_EXCHANGEABLE][LIST_A])[MB_BLOCK4x4_NUM];
348 int8_t (*pDirect[LAYER_NUM_EXCHANGEABLE])[MB_BLOCK4x4_NUM];
349 bool* pNoSubMbPartSizeLessThan8x8Flag[LAYER_NUM_EXCHANGEABLE];
350 bool* pTransformSize8x8Flag[LAYER_NUM_EXCHANGEABLE];
351 int8_t* pLumaQp[LAYER_NUM_EXCHANGEABLE]; /*mb luma_qp*/
352 …int8_t (*pChromaQp[LAYER_NUM_EXCHANGEABLE])[2]; /*mb chrom…
353 …int16_t (*pMvd[LAYER_NUM_EXCHANGEABLE][LIST_A])[MB_BLOCK4x4_NUM][MV_A]; //[LAYER_NUM_EXCHANGEABLE …
354 uint16_t* pCbfDc[LAYER_NUM_EXCHANGEABLE];
[all …]
Dwels_const.h57 #define LAYER_NUM_EXCHANGEABLE 1 macro
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp1626 } while (i < LAYER_NUM_EXCHANGEABLE); in InitialDqLayersContext()
1799 } while (i < LAYER_NUM_EXCHANGEABLE); in UninitialDqLayersContext()
2591 for (int32_t i = 0; i < LAYER_NUM_EXCHANGEABLE; ++ i) in DecodeCurrentAccessUnit()