Searched refs:kpZeroTable (Results 1 – 2 of 2) sorted by relevance
44 const uint8_t (*kpZeroTable[7])[2]; member146 pVlcTable->kpZeroTable[0] = g_kuiZeroLeftTable0; in InitVlcTable()147 pVlcTable->kpZeroTable[1] = g_kuiZeroLeftTable1; in InitVlcTable()148 pVlcTable->kpZeroTable[2] = g_kuiZeroLeftTable2; in InitVlcTable()149 pVlcTable->kpZeroTable[3] = g_kuiZeroLeftTable3; in InitVlcTable()150 pVlcTable->kpZeroTable[4] = g_kuiZeroLeftTable4; in InitVlcTable()151 pVlcTable->kpZeroTable[5] = g_kuiZeroLeftTable5; in InitVlcTable()152 pVlcTable->kpZeroTable[6] = g_kuiZeroLeftTable6; in InitVlcTable()
826 uiCount = pVlcTable->kpZeroTable[iZerosLeft - 1][uiValue][1]; in CavlcGetRunBefore()829 iRun[i] = pVlcTable->kpZeroTable[iZerosLeft - 1][uiValue][0]; in CavlcGetRunBefore()833 if (pVlcTable->kpZeroTable[6][uiValue][0] < 7) { in CavlcGetRunBefore()834 iRun[i] = pVlcTable->kpZeroTable[6][uiValue][0]; in CavlcGetRunBefore()