Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h99 static const uint8_t g_kuiZigzagScan8x8[64] = { //8x8 block residual zig-zag scan order variable
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp770 … iScanIdxEnd - iScanIdxStart + 1, g_kuiZigzagScan8x8 + iScanIdxStart, LUMA_DC_AC_INTRA_8, in WelsDecodeMbCabacISliceBaseMode0()
1006 iScanIdxEnd - iScanIdxStart + 1, g_kuiZigzagScan8x8 + iScanIdxStart, in WelsDecodeMbCabacPSliceBaseMode0()
1247 iScanIdxEnd - iScanIdxStart + 1, g_kuiZigzagScan8x8 + iScanIdxStart, in WelsDecodeMbCabacBSliceBaseMode0()
1988g_kuiZigzagScan8x8 + iScanIdxStart, iMbResProperty, pCurDqLayer->pScaledTCoeff[iMbXy] + (iId8x8 <<… in WelsActualDecodeMbCavlcISlice()
2355g_kuiZigzagScan8x8 + iScanIdxStart, iMbResProperty, pCurDqLayer->pScaledTCoeff[iMbXy] + (iId8x8 <<… in WelsActualDecodeMbCavlcPSlice()
2902g_kuiZigzagScan8x8 + iScanIdxStart, iMbResProperty, pCurDqLayer->pScaledTCoeff[iMbXy] + (iId8x8 <<… in WelsActualDecodeMbCavlcBSlice()
Dau_parser.cpp1694 iIdx = iScalingListNum == 16 ? g_kuiZigzagScan[j] : g_kuiZigzagScan8x8[j]; in SetScalingListValue()