Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Ddec_frame.h84 int16_t (*pScaledTCoeff)[MB_COEFF_LIST_SIZE]; member
Ddecoder_context.h357 int16_t (*pScaledTCoeff[LAYER_NUM_EXCHANGEABLE])[MB_COEFF_LIST_SIZE]; /*need be aligned*/ member
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp194 int16_t* pScaledTCoeff = pCurDqLayer->pScaledTCoeff[iMbXy]; in WelsMbInterSampleConstruction() local
202 int16_t* pScaledTCoeff = pCurDqLayer->pScaledTCoeff[iMbXy]; in WelsMbInterSampleConstruction() local