Home | History | Annotate | Download | only in src

Lines Matching refs:vlc_code_mag

137     int  vlc_code_mag;
164 status = PV_VlcDecMV(stream, &vlc_code_mag);
170 mvx += (MOT)vlc_code_mag;
174 status = PV_VlcDecMV(stream, &vlc_code_mag);
180 mvy += (MOT)vlc_code_mag;
191 status = PV_VlcDecMV(stream, &vlc_code_mag);
197 mvx += (MOT)vlc_code_mag;
201 status = PV_VlcDecMV(stream, &vlc_code_mag);
208 mvy += (MOT)vlc_code_mag;
322 int vlc_code_mag, /* <-- part of the MV Diff. VLC coded */
331 if (vlc_code_mag == 0)
333 diff_vector = vlc_code_mag;
337 diff_vector = ((PV_ABS(vlc_code_mag) - 1) << (f_code - 1)) + residual + 1;
338 if (vlc_code_mag < 0)