Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
e4a0b3c7
Commit
e4a0b3c7
authored
Nov 22, 2017
by
Jingning Han
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge adaptive scan control panel
Change-Id: Ifb295cbcde5474d33c4eca008d89c9dda68d327e
parent
2eba400e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
aom_dsp/prob.h
aom_dsp/prob.h
+0
-4
av1/common/scan.h
av1/common/scan.h
+1
-0
No files found.
aom_dsp/prob.h
View file @
e4a0b3c7
...
...
@@ -110,10 +110,6 @@ typedef uint16_t aom_cdf_prob;
#define BR_NODE 1
#if CONFIG_ADAPT_SCAN
#define CACHE_SCAN_PROB 1
#endif
#define aom_prob_half ((aom_prob)128)
typedef
int8_t
aom_tree_index
;
...
...
av1/common/scan.h
View file @
e4a0b3c7
...
...
@@ -31,6 +31,7 @@ extern const SCAN_ORDER av1_inter_scan_orders[TX_SIZES_ALL][TX_TYPES];
#if CONFIG_ADAPT_SCAN
#define USE_2X2_PROB 1
#define CACHE_SCAN_PROB 1
#define USE_TOPOLOGICAL_SORT 0
#define USE_LIMIT_SCAN_DISTANCE 0
void
av1_update_scan_count_facade
(
AV1_COMMON
*
cm
,
FRAME_COUNTS
*
counts
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment