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.c34 * within the ranges associated with the input parameter fcodeForward, as
52 * fcodeForward - an integer with values from 1 to 7; used in encoding
71 * - fcodeForward <= 0, or fcodeForward > 7, or MBType < 0.
82 OMX_INT fcodeForward,
99 armRetArgErrIf(((fcodeForward < 1) || (fcodeForward > 7)), \
126 scaleFactor = 1 << (fcodeForward -1);
188 if ((fcodeForward > 1) && (diffMV.dx != 0))
190 armPackBits (ppBitStream, pBitOffset, mvHorResidual, (fcodeForward
75 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.c51 * fcodeForward - a code equal to vop_fcode_forward in MPEG-4 bit stream
73 * - fcodeForward exceeds (0,7]
87 OMX_INT fcodeForward,
105 armRetArgErrIf(((fcodeForward < 1) || (fcodeForward > 7)), \
133 scaleFactor = 1 << (fcodeForward -1);
149 if ((fcodeForward > 1) && (mvHorData != 0))
152 pBitOffset, (fcodeForward -1));
161 if ((fcodeForward > 1) && (mvVerData != 0))
164 pBitOffset, (fcodeForward
80 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.s38 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4
81 fcodeForward RN 6 label
150 M_ARG fcodeForwardonStack,4 ;// pointer to fcodeForward on stack
185 M_LDR fcodeForward,fcodeForwardonStack ;// Load fcodeForward from stack
193 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1
196 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
218 CMP fcodeForward,#1
220 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.s38 ; * [in] fcodeForward a code equal to vop_fcode_forward in MPEG-4
81 fcodeForward RN 6 label
150 M_ARG fcodeForwardonStack,4 ;// pointer to fcodeForward on stack
185 M_LDR fcodeForward,fcodeForwardonStack ;// Load fcodeForward from stack
193 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1
196 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
218 CMP fcodeForward,#1
220 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.cpp966 currVop->fcodeForward = 1;
970 currVop->fcodeForward = tmpvar;
974 currVop->fcodeForward = 0;
1501 currVop->fcodeForward = 1;
1503 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 321 milliseconds