Home | History | Annotate | Download | only in src

Lines Matching defs:storeRun

98     OMX_U32 storeRun;
119 storeRun = armGetBits(ppBitStream, pBitOffset, 6);
137 armRetDataErrIf((i + storeRun) >= 64, OMX_Sts_Err);
139 storeRun,
178 storeRun = (unpackRetIndex - maxIndexForMultipleEntriesL0)
188 storeRun = tabIndex - 1;
195 storeLevel = (armAbs(storeLevel) + pLMAXTableL0[storeRun]);
199 storeRun = storeRun + pRMAXTableL0[storeLevel-1] + 1;
215 storeRun = (unpackRetIndex - maxIndexForMultipleEntriesL1)
225 storeRun = tabIndex - 1;
232 storeLevel = (armAbs(storeLevel) + pLMAXTableL1[storeRun]);
236 storeRun = storeRun + pRMAXTableL1[storeLevel-1] + 1;
239 armRetDataErrIf((i + storeRun) >= 64, OMX_Sts_Err);
241 storeRun,
252 storeRun = armGetBits(ppBitStream, pBitOffset, 6);
253 armRetDataErrIf((i + storeRun) >= 64, OMX_Sts_Err);
264 storeRun,