Home | History | Annotate | Download | only in src

Lines Matching refs:tabIndex

114     OMX_U8  tabIndex, markerBit;
198 tabIndex = 1;
199 while (pRunIndexTableL0[tabIndex] <= unpackRetIndex)
201 tabIndex++;
203 storeRun = tabIndex - 1;
204 storeLevel = unpackRetIndex - pRunIndexTableL0[tabIndex - 1] + 1;
235 tabIndex = 1;
236 while (pRunIndexTableL1[tabIndex] <= unpackRetIndex)
238 tabIndex++;
240 storeRun = tabIndex - 1;
241 storeLevel = unpackRetIndex - pRunIndexTableL1[tabIndex - 1] + 1;