Searched refs:fcodeForward (Results 1 - 17 of 17) 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/enc/src/
H A Dvop.cpp392 status = BitstreamPutBits(stream, 3, currVop->fcodeForward); /* vop_fcode_forward */
529 fcode = currVop->fcodeForward;
535 fcode = currVop->fcodeForward;
567 /*status = */ BitstreamPutBits(bs, 3, currVop->fcodeForward);
H A Dvlc_encode.cpp1056 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][0].x - pmvx, bs1); /* Write x to bitstream */
1057 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][0].y - pmvy, bs1); /* Write y to bitstream */
1064 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][i].x - pmvx, bs1);
1065 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][i].y - pmvy, bs1);
1343 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][0].x - pmvx, bs1); /* Write x to bitstream */
1344 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][0].y - pmvy, bs1); /* Write y to bitstream */
1351 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][i].x - pmvx, bs1);
1352 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][i].y - pmvy, bs1);
H A Dmp4lib_int.h62 Int fcodeForward; /* VOP dynamic range of motion vectors */ member in struct:tagVOP
H A Dmotion_est.cpp517 currVop->fcodeForward = (f_code_p > f_code_n ? f_code_p : f_code_n);
/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
H A Dpacket_util.cpp42 fcode_forward = currVop->fcodeForward;
H A Dvop.cpp970 currVop->fcodeForward = 1;
974 currVop->fcodeForward = tmpvar;
978 currVop->fcodeForward = 0;
1505 currVop->fcodeForward = 1;
1507 currVop->fcodeForward = 0;
H A Dcombined_decode.cpp75 resync_marker_length = 16 + currVop->fcodeForward;
H A Ddatapart_decode.cpp64 resync_marker_length = 16 + currVop->fcodeForward;
H A Dvlc_decode.cpp136 int f_code_f = video->currVop->fcodeForward;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h1589 * within the ranges associated with the input parameter fcodeForward, as
1607 * fcodeForward - an integer with values from 1 to 7; used in encoding
1626 * - fcodeForward <= 0, or fcodeForward > 7, or MBType < 0.
1636 OMX_INT fcodeForward,
1666 * fcodeForward - a code equal to vop_fcode_forward in MPEG-4 bit stream
1688 * - fcodeForward exceeds (0,7]
1701 OMX_INT fcodeForward,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h1589 * within the ranges associated with the input parameter fcodeForward, as
1607 * fcodeForward - an integer with values from 1 to 7; used in encoding
1626 * - fcodeForward <= 0, or fcodeForward > 7, or MBType < 0.
1636 OMX_INT fcodeForward,
1666 * fcodeForward - a code equal to vop_fcode_forward in MPEG-4 bit stream
1688 * - fcodeForward exceeds (0,7]
1701 OMX_INT fcodeForward,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h1589 * within the ranges associated with the input parameter fcodeForward, as
1607 * fcodeForward - an integer with values from 1 to 7; used in encoding
1626 * - fcodeForward <= 0, or fcodeForward > 7, or MBType < 0.
1636 OMX_INT fcodeForward,
1666 * fcodeForward - a code equal to vop_fcode_forward in MPEG-4 bit stream
1688 * - fcodeForward exceeds (0,7]
1701 OMX_INT fcodeForward,

Completed in 119 milliseconds