diff options
Diffstat (limited to 'third_party/aom/av1/encoder/aq_variance.h')
-rw-r--r-- | third_party/aom/av1/encoder/aq_variance.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/aom/av1/encoder/aq_variance.h b/third_party/aom/av1/encoder/aq_variance.h index 05725c5de..b1a8bc38a 100644 --- a/third_party/aom/av1/encoder/aq_variance.h +++ b/third_party/aom/av1/encoder/aq_variance.h @@ -23,6 +23,10 @@ void av1_vaq_frame_setup(AV1_COMP *cpi); int av1_block_energy(const AV1_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs); double av1_log_block_var(const AV1_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs); +int av1_compute_deltaq_from_energy_level(const AV1_COMP *const cpi, + int block_var_level); +int av1_block_wavelet_energy_level(const AV1_COMP *cpi, MACROBLOCK *x, + BLOCK_SIZE bs); #ifdef __cplusplus } // extern "C" |