Home | History | Annotate | Download | only in src

Lines Matching defs:tabIndex

99     OMX_U8  tabIndex, markerBit;
183 tabIndex = 1;
184 while (pRunIndexTableL0[tabIndex] <= unpackRetIndex)
186 tabIndex++;
188 storeRun = tabIndex - 1;
189 storeLevel = unpackRetIndex - pRunIndexTableL0[tabIndex - 1] + 1;
220 tabIndex = 1;
221 while (pRunIndexTableL1[tabIndex] <= unpackRetIndex)
223 tabIndex++;
225 storeRun = tabIndex - 1;
226 storeLevel = unpackRetIndex - pRunIndexTableL1[tabIndex - 1] + 1;