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

/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.h63 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.cpp972 currVop->fcodeForward = 1;
976 currVop->fcodeForward = tmpvar;
980 currVop->fcodeForward = 0;
1513 currVop->fcodeForward = 1;
1515 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;

Completed in 63 milliseconds