[cvs] / xvidcore / src / motion / estimation_bvop.c Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/estimation_bvop.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19, Thu Dec 9 04:20:44 2004 UTC revision 1.20, Thu Dec 9 04:58:12 2004 UTC
# Line 986  Line 986 
986          Data_d.rounding = 0;          Data_d.rounding = 0;
987          Data_d.chroma = frame->motion_flags & XVID_ME_CHROMA_BVOP;          Data_d.chroma = frame->motion_flags & XVID_ME_CHROMA_BVOP;
988          Data_d.iQuant = frame->quant;          Data_d.iQuant = frame->quant;
989            Data_d.quant_sq = frame->quant*frame->quant;
990          Data_d.dctSpace = dct_space;          Data_d.dctSpace = dct_space;
991          Data_d.quant_type = !(pParam->vol_flags & XVID_VOL_MPEGQUANT);          Data_d.quant_type = !(pParam->vol_flags & XVID_VOL_MPEGQUANT);
992          Data_d.mpeg_quant_matrices = pParam->mpeg_quant_matrices;          Data_d.mpeg_quant_matrices = pParam->mpeg_quant_matrices;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4