| Index: source/libvpx/vp8/encoder/firstpass.c
|
| ===================================================================
|
| --- source/libvpx/vp8/encoder/firstpass.c (revision 177019)
|
| +++ source/libvpx/vp8/encoder/firstpass.c (working copy)
|
| @@ -21,7 +21,7 @@
|
| #include "vp8/common/systemdependent.h"
|
| #include "mcomp.h"
|
| #include "firstpass.h"
|
| -#include "vpx_scale/vpxscale.h"
|
| +#include "vpx_scale/vpx_scale.h"
|
| #include "encodemb.h"
|
| #include "vp8/common/extend.h"
|
| #include "vpx_mem/vpx_mem.h"
|
| @@ -570,7 +570,7 @@
|
| /* Initialise the MV cost table to the defaults */
|
| {
|
| int flag[2] = {1, 1};
|
| - vp8_initialize_rd_consts(cpi, vp8_dc_quant(cm->base_qindex, cm->y1dc_delta_q));
|
| + vp8_initialize_rd_consts(cpi, x, vp8_dc_quant(cm->base_qindex, cm->y1dc_delta_q));
|
| vpx_memcpy(cm->fc.mvc, vp8_default_mv_context, sizeof(vp8_default_mv_context));
|
| vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cm->fc.mvc, flag);
|
| }
|
|
|