Home | History | Annotate | Download | only in src

Lines Matching refs:vlc_code_mag

175     Void ScaleMVD(Int  f_code, Int  diff_vector, Int  *residual, Int  *vlc_code_mag);
2734 Int residual, vlc_code_mag, bits, entry;
2736 ScaleMVD(f_code, dmv, &residual, &vlc_code_mag);
2738 if (vlc_code_mag < 0)
2739 entry = vlc_code_mag + 65;
2741 entry = vlc_code_mag;
2745 if ((f_code != 1) && (vlc_code_mag != 0))
2759 Int *vlc_code_mag /* --> value to be VLC coded */
2782 *vlc_code_mag = 0;
2787 *vlc_code_mag = diff_vector;
2793 *vlc_code_mag = aux >> r_size;
2796 *vlc_code_mag = -*vlc_code_mag;