Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
0ca5908f
Commit
0ca5908f
authored
Nov 03, 2014
by
Jingning Han
Committed by
Gerrit Code Review
Nov 03, 2014
Browse files
Merge "Fix the THR_MODES array used in vp9_pick_inter_mode"
parents
2fe893c9
7e119e29
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_pickmode.c
View file @
0ca5908f
...
...
@@ -453,7 +453,7 @@ static void estimate_block_intra(int plane, int block, BLOCK_SIZE plane_bsize,
}
static
const
THR_MODES
mode_idx
[
MAX_REF_FRAMES
][
4
]
=
{
{
THR_DC
,
THR_H_PRED
,
THR_V_PRED
},
{
THR_DC
,
THR_H_PRED
,
THR_V_PRED
,
THR_TM
},
{
THR_NEARESTMV
,
THR_NEARMV
,
THR_ZEROMV
,
THR_NEWMV
},
{
THR_NEARESTG
,
THR_NEARG
,
THR_ZEROG
,
THR_NEWG
},
{
THR_NEARESTA
,
THR_NEARA
,
THR_ZEROA
,
THR_NEWA
},
...
...
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