diff options
author | trav90 <travawine@palemoon.org> | 2018-10-19 21:52:15 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-10-19 21:52:20 -0500 |
commit | e922f5f372d727c452cd577f61f941fddf2096f3 (patch) | |
tree | 437ce94c3fdd7497508e5b55de06c6d011678597 /third_party/aom/av1/encoder/aq_variance.h | |
parent | d262c95284f3259f58d379bd8c38340efd285283 (diff) | |
download | aura-central-e922f5f372d727c452cd577f61f941fddf2096f3.tar.gz |
Update aom to v1.0.0
Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0.
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" |