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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c110 OMX_U16 absDCValue; local
124 absDCValue = armAbs(dcValue);
127 DCValueSize = armLogSize (absDCValue);
128 absDCValue = armAbs(dcValue);
153 absDCValue = absDCValue ^ (powOfSize - 1);
155 armPackBits(ppBitStream, pBitOffset, (OMX_U32)absDCValue, \

Completed in 253 milliseconds