Home
last modified time | relevance | path

Searched refs:kbTrans8x8ModeFlag (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dau_parser.h168 int32_t ParseScalingList (PSps pSps, PBitStringAux pBs, bool bPPS, const bool kbTrans8x8ModeFlag,
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp1703 int32_t ParseScalingList (PSps pSps, PBitStringAux pBs, bool bPPS, const bool kbTrans8x8ModeFlag, in ParseScalingList() argument
1716 uiScalingListNum = 6 + (int32_t) kbTrans8x8ModeFlag * ((pSps->uiChromaFormatIdc != 3) ? 2 : 6); in ParseScalingList()