Searched refs:storeRun (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_FillVLDBuffer.c31 * [in] storeRun Stored Run value (count of zeros)
47 OMX_U32 storeRun,
57 for (;storeRun > 0; storeRun--, (*pIndex)++)
46 armVCM4P2_FillVLDBuffer( OMX_U32 storeRun, OMX_S16 * pDst, OMX_S16 storeLevel, OMX_U8 sign, OMX_U8 last, OMX_U8 * pIndex, const OMX_U8 * pZigzagTable ) argument
H A DarmVCM4P2_GetVLCBits.c98 OMX_U32 storeRun; local
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
[all...]
H A DarmVCM4P2_PutVLCBits.c107 OMX_U32 storeRun = 0, run, storeRunPlus; local
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/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s76 storeRun RN 14 label
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/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s76 storeRun RN 14 label
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/arm11/vc/api/
H A DarmVC.h286 * [in] storeRun Stored Run value (count of zeros)
302 OMX_U32 storeRun,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h286 * [in] storeRun Stored Run value (count of zeros)
302 OMX_U32 storeRun,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h286 * [in] storeRun Stored Run value (count of zeros)
302 OMX_U32 storeRun,

Completed in 1154 milliseconds