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: If755331e4fc1b91a847df081a6c58e24c98f08a5
Signed-off-by: Zhi Zhou <zhi.zhou@amlogic.com>
This commit is contained in:
Zhi Zhou
2018-01-09 21:38:35 +08:00
committed by Dongjin Kim
parent 885ec2499b
commit a79cbb7c4a
2 changed files with 401 additions and 605 deletions

File diff suppressed because it is too large Load Diff

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