Searched defs:fcodeForward (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_EncodeMV.c49 * within the ranges associated with the input parameter fcodeForward, as
67 * fcodeForward - an integer with values from 1 to 7; used in encoding
86 * - fcodeForward <= 0, or fcodeForward > 7, or MBType < 0.
97 OMX_INT fcodeForward,
114 armRetArgErrIf(((fcodeForward < 1) || (fcodeForward > 7)), \
141 scaleFactor = 1 << (fcodeForward -1);
203 if ((fcodeForward > 1) && (diffMV.dx != 0))
205 armPackBits (ppBitStream, pBitOffset, mvHorResidual, (fcodeForward
90 omxVCM4P2_EncodeMV( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, const OMXVCMotionVector * pMVCurMB, const OMXVCMotionVector * pSrcMVLeftMB, const OMXVCMotionVector * pSrcMVUpperMB, const OMXVCMotionVector * pSrcMVUpperRightMB, OMX_INT fcodeForward, OMXVCM4P2MacroblockType MBType ) argument
[all...]
H A DomxVCM4P2_DecodePadMV_PVOP.c66 * fcodeForward - a code equal to vop_fcode_forward in MPEG-4 bit stream
88 * - fcodeForward exceeds (0,7]
102 OMX_INT fcodeForward,
120 armRetArgErrIf(((fcodeForward < 1) || (fcodeForward > 7)), \
148 scaleFactor = 1 << (fcodeForward -1);
164 if ((fcodeForward > 1) && (mvHorData != 0))
167 pBitOffset, (fcodeForward -1));
176 if ((fcodeForward > 1) && (mvVerData != 0))
179 pBitOffset, (fcodeForward
95 omxVCM4P2_DecodePadMV_PVOP( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMXVCMotionVector * pSrcMVLeftMB, OMXVCMotionVector *pSrcMVUpperMB, OMXVCMotionVector * pSrcMVUpperRightMB, OMXVCMotionVector * pDstMVCurMB, OMX_INT fcodeForward, OMXVCM4P2MacroblockType MBType ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s52 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4
95 fcodeForward RN 6 label
164 M_ARG fcodeForwardonStack,4 ;// pointer to fcodeForward on stack
199 M_LDR fcodeForward,fcodeForwardonStack ;// Load fcodeForward from stack
207 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1
210 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
232 CMP fcodeForward,#1
234 MOVEQ diffMVdx,mvHorData ;// if scaleFactor=1(fcodeForward
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s52 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4
95 fcodeForward RN 6 label
164 M_ARG fcodeForwardonStack,4 ;// pointer to fcodeForward on stack
199 M_LDR fcodeForward,fcodeForwardonStack ;// Load fcodeForward from stack
207 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1
210 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
232 CMP fcodeForward,#1
234 MOVEQ diffMVdx,mvHorData ;// if scaleFactor=1(fcodeForward
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h71 int fcodeForward; /* VOP dynamic range of motion vectors */ member in struct:tagVop
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h62 Int fcodeForward; /* VOP dynamic range of motion vectors */ member in struct:tagVOP

Completed in 681 milliseconds