Remove vp8_clear_system_state
Use vpx_clear_system_state instead. Change-Id: Ia3e9122f69a2c690ddd7c7bc54f92ccb9ec18b3e
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "encodemb.h"
|
||||
#include "vp8/encoder/quantize.h"
|
||||
#include "vpx_dsp/variance.h"
|
||||
#include "vpx_ports/system_state.h"
|
||||
#include "mcomp.h"
|
||||
#include "rdopt.h"
|
||||
#include "vpx_mem/vpx_mem.h"
|
||||
@@ -163,7 +164,7 @@ void vp8_initialize_rd_consts(VP8_COMP *cpi, MACROBLOCK *x, int Qvalue) {
|
||||
double capped_q = (Qvalue < 160) ? (double)Qvalue : 160.0;
|
||||
double rdconst = 2.80;
|
||||
|
||||
vp8_clear_system_state();
|
||||
vpx_clear_system_state();
|
||||
|
||||
/* Further tests required to see if optimum is different
|
||||
* for key frames, golden frames and arf frames.
|
||||
|
||||
Reference in New Issue
Block a user