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.c46 * [in] storeRun Stored Run value (count of zeros)
62 OMX_U32 storeRun,
72 for (;storeRun > 0; storeRun--, (*pIndex)++)
61 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.c113 OMX_U32 storeRun; local
134 storeRun = armGetBits(ppBitStream, pBitOffset, 6);
152 armRetDataErrIf((i + storeRun) >= 64, OMX_Sts_Err);
154 storeRun,
193 storeRun = (unpackRetIndex - maxIndexForMultipleEntriesL0)
203 storeRun = tabIndex - 1;
210 storeLevel = (armAbs(storeLevel) + pLMAXTableL0[storeRun]);
214 storeRun = storeRun + pRMAXTableL0[storeLevel-1] + 1;
230 storeRun
[all...]
H A DarmVCM4P2_PutVLCBits.c122 OMX_U32 storeRun = 0, run, storeRunPlus; local
147 (armAbs(storeLevel) - pLMAXTableL0[storeRun]);
148 storeRunPlus = storeRun -
152 storeRun,
164 storeRun,
175 storeRun = run;
188 storeRunPlus = storeRun -
191 storeRun,
203 storeRun,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s90 storeRun RN 14 label
167 M_BD_READ8 storeRun,6,T1
177 ADD temp2,storeRun,Count
179 BGE ExitError ;// error if Count+storeRun >= 64
194 ADD Count,Count,storeRun
244 LSR storeRun,packRetIndex,#7 ;// Get Run Value from Packed index
260 LDRB temp1,[temp1,storeRun]
279 ADD storeRun,storeRun,#1
280 ADD storeRun,temp
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s90 storeRun RN 14 label
167 M_BD_READ8 storeRun,6,T1
177 ADD temp2,storeRun,Count
179 BGE ExitError ;// error if Count+storeRun >= 64
194 ADD Count,Count,storeRun
244 LSR storeRun,packRetIndex,#7 ;// Get Run Value from Packed index
260 LDRB temp1,[temp1,storeRun]
279 ADD storeRun,storeRun,#1
280 ADD storeRun,temp
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h301 * [in] storeRun Stored Run value (count of zeros)
317 OMX_U32 storeRun,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h301 * [in] storeRun Stored Run value (count of zeros)
317 OMX_U32 storeRun,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h301 * [in] storeRun Stored Run value (count of zeros)
317 OMX_U32 storeRun,

Completed in 2422 milliseconds