Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
7bbd3b15
Commit
7bbd3b15
authored
Apr 26, 2017
by
Angie Chiang
Browse files
Add comment for RD_STATS
Change-Id: I30a6de3f7eb0c5ef3285ae62c39b3d14a94bd649
parent
df0e0d73
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/blockd.h
View file @
7bbd3b15
...
...
@@ -302,9 +302,14 @@ typedef struct {
typedef
struct
RD_STATS
{
int
rate
;
int64_t
dist
;
// Please be careful of using rdcost, it's not guaranteed to be set all the
// time.
// TODO(angiebird): Create a set of functions to manipulate the RD_STATS. In
// these functions, make sure rdcost is always up-to-date according to
// rate/dist.
int64_t
rdcost
;
int64_t
sse
;
int
skip
;
int
skip
;
// sse should equal to dist when skip == 1
#if CONFIG_RD_DEBUG
int
txb_coeff_cost
[
MAX_MB_PLANE
];
#if CONFIG_VAR_TX
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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