HomeSort by relevance Sort by last modified time
    Searched defs:storeRun (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 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)
    [all...]
armVCM4P2_PutVLCBits.c 107 OMX_U32 storeRun = 0, run, storeRunPlus;
132 (armAbs(storeLevel) - pLMAXTableL0[storeRun]);
133 storeRunPlus = storeRun -
137 storeRun,
149 storeRun,
160 storeRun = run;
173 storeRunPlus = storeRun -
176 storeRun,
188 storeRun,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 76 storeRun RN 14
153 M_BD_READ8 storeRun,6,T1
163 ADD temp2,storeRun,Count
165 BGE ExitError ;// error if Count+storeRun >= 64
180 ADD Count,Count,storeRun
230 LSR storeRun,packRetIndex,#7 ;// Get Run Value from Packed index
246 LDRB temp1,[temp1,storeRun]
265 ADD storeRun,storeRun,#1
266 ADD storeRun,temp
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 76 storeRun RN 14
153 M_BD_READ8 storeRun,6,T1
163 ADD temp2,storeRun,Count
165 BGE ExitError ;// error if Count+storeRun >= 64
180 ADD Count,Count,storeRun
230 LSR storeRun,packRetIndex,#7 ;// Get Run Value from Packed index
246 LDRB temp1,[temp1,storeRun]
265 ADD storeRun,storeRun,#1
266 ADD storeRun,temp
    [all...]

Completed in 1528 milliseconds