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.c95 OMX_U16 absDCValue; local
109 absDCValue = armAbs(dcValue);
112 DCValueSize = armLogSize (absDCValue);
113 absDCValue = armAbs(dcValue);
138 absDCValue = absDCValue ^ (powOfSize - 1);
140 armPackBits(ppBitStream, pBitOffset, (OMX_U32)absDCValue, \

Completed in 138 milliseconds