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

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

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

revision 1568, Thu Dec 9 04:20:44 2004 UTC revision 1569, Thu Dec 9 04:58:12 2004 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: estimation_bvop.c,v 1.19 2004-12-09 04:20:44 syskin Exp $   * $Id: estimation_bvop.c,v 1.20 2004-12-09 04:58:12 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# 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.1568  
changed lines
  Added in v.1569

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