ref: 0ac4e139d4c90b47d2b0a7c5205ae9525ac43966
parent: 56200336d1e1bf3fd6dba1fb73af7ea565a26281
parent: 214d9bb03aa8923660de312cff5a4111c83385bb
author: Dmitry Kovalev <dkovalev@google.com>
date: Wed Jan 29 09:00:25 EST 2014
Merge "Removing ONEPASS_FRAMESTATS struct."
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -98,18 +98,6 @@
} FIRSTPASS_STATS;
typedef struct {
- int frames_so_far;
- double frame_intra_error;
- double frame_coded_error;
- double frame_pcnt_inter;
- double frame_pcnt_motion;
- double frame_mvr;
- double frame_mvr_abs;
- double frame_mvc;
- double frame_mvc_abs;
-} ONEPASS_FRAMESTATS;
-
-typedef struct {
struct {
int err;
union {
@@ -609,11 +597,6 @@
int64_t target_bandwidth;
struct vpx_codec_pkt_list *output_pkt_list;
-#if 0
- // Experimental code for lagged and one pass
- ONEPASS_FRAMESTATS one_pass_frame_stats[MAX_LAG_BUFFERS];
- int one_pass_frame_index;
-#endif
MBGRAPH_FRAME_STATS mbgraph_stats[MAX_LAG_BUFFERS];
int mbgraph_n_frames; // number of frames filled in the above
int static_mb_pct; // % forced skip mbs by segmentation
--
⑨