Searched refs:fcodeForward (Results 1 – 10 of 10) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | vop.cpp | 392 status = BitstreamPutBits(stream, 3, currVop->fcodeForward); /* vop_fcode_forward */ in EncodeVOPHeader() 529 fcode = currVop->fcodeForward; in EncodeVideoPacketHeader() 535 fcode = currVop->fcodeForward; in EncodeVideoPacketHeader() 567 /*status = */ BitstreamPutBits(bs, 3, currVop->fcodeForward); in EncodeVideoPacketHeader()
|
D | vlc_encode.cpp | 1056 …WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][0].x - pmvx, bs1); /* Write x to … in MBVlcEncodeDataPar_P_VOP() 1057 …WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][0].y - pmvy, bs1); /* Write y… in MBVlcEncodeDataPar_P_VOP() 1064 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][i].x - pmvx, bs1); in MBVlcEncodeDataPar_P_VOP() 1065 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][i].y - pmvy, bs1); in MBVlcEncodeDataPar_P_VOP() 1343 …WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][0].x - pmvx, bs1); /* Write x to … in MBVlcEncodeCombined_P_VOP() 1344 …WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][0].y - pmvy, bs1); /* Write y… in MBVlcEncodeCombined_P_VOP() 1351 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][i].x - pmvx, bs1); in MBVlcEncodeCombined_P_VOP() 1352 WriteMVcomponent(video->currVop->fcodeForward, video->mot[mbnum][i].y - pmvy, bs1); in MBVlcEncodeCombined_P_VOP()
|
D | mp4lib_int.h | 64 Int fcodeForward; /* VOP dynamic range of motion vectors */ member
|
D | motion_est.cpp | 517 currVop->fcodeForward = (f_code_p > f_code_n ? f_code_p : f_code_n); in MotionEstimation()
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | vop.cpp | 967 currVop->fcodeForward = 1; in DecodeVOPHeader() 971 currVop->fcodeForward = tmpvar; in DecodeVOPHeader() 975 currVop->fcodeForward = 0; in DecodeVOPHeader() 1502 currVop->fcodeForward = 1; in DecodeShortHeader() 1504 currVop->fcodeForward = 0; in DecodeShortHeader()
|
D | mp4lib_int.h | 71 int fcodeForward; /* VOP dynamic range of motion vectors */ member
|
D | packet_util.cpp | 42 fcode_forward = currVop->fcodeForward; in PV_ReadVideoPacketHeader()
|
D | combined_decode.cpp | 76 resync_marker_length = 16 + currVop->fcodeForward; in DecodeFrameCombinedMode()
|
D | datapart_decode.cpp | 65 resync_marker_length = 16 + currVop->fcodeForward; in DecodeFrameDataPartMode()
|
D | vlc_decode.cpp | 136 int f_code_f = video->currVop->fcodeForward; in PV_GetMBvectors()
|