Merge "Store a group level noise metric from first pass."
authorPaul Wilkins <paulwilkins@google.com>
Wed, 20 Mar 2019 11:40:46 +0000 (11:40 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 20 Mar 2019 11:40:46 +0000 (11:40 +0000)
1  2 
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_firstpass.h

Simple merge
@@@ -41,9 -41,10 +41,10 @@@ typedef struct 
  } FIRSTPASS_MB_STATS;
  #endif
  
 -#define INVALID_ROW -1
 +#define INVALID_ROW (-1)
  
  #define MAX_ARF_LAYERS 6
+ #define SECTION_NOISE_DEF 250.0
  
  typedef struct {
    double frame_mb_intra_factor;