Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dau_parser.h166 int32_t SetScalingListValue (uint8_t* pScalingList, int iScalingListNum, bool* bUseDefaultScalingMa…
/third_party/openh264/codec/decoder/core/src/
Dau_parser.cpp1676 int32_t SetScalingListValue (uint8_t* pScalingList, int iScalingListNum, bool* bUseDefaultScalingMa… in SetScalingListValue() argument
1683 for (int j = 0; j < iScalingListNum; j++) { in SetScalingListValue()
1694 iIdx = iScalingListNum == 16 ? g_kuiZigzagScan[j] : g_kuiZigzagScan8x8[j]; in SetScalingListValue()