decoder: vp9 doublewrite only support [1/1]

PD#158925:
1. vp9 add double write only support
2. del MMU_ENABEL macro
3. detect mmu enable by double_write mode

Change-Id: I57995a56257e592ceb122ee3420f3201f3b913b8
Signed-off-by: shihong.zheng <shihong.zheng@amlogic.com>
This commit is contained in:
shihong.zheng
2018-07-31 13:08:36 +08:00
committed by Dongjin Kim
parent 46539beba2
commit c0bc723b1d
2 changed files with 402 additions and 589 deletions

View File

@@ -17,7 +17,7 @@
#ifndef VVP9_H
#define VVP9_H
#define VP9_10B_MMU
void adapt_coef_probs(int pic_count, int prev_kf, int cur_kf, int pre_fc,
unsigned int *prev_prob, unsigned int *cur_prob, unsigned int *count);
#endif