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
0c54beb1
Commit
0c54beb1
authored
Nov 25, 2013
by
Guillaume Martres
Committed by
Gerrit Code Review
Nov 25, 2013
Browse files
Merge "Rename block_yrd_txfm to block_rd_txfm"
parents
12e5ec6a
87375e25
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
0c54beb1
...
...
@@ -588,8 +588,8 @@ static void rate_block(int plane, int block, BLOCK_SIZE plane_bsize,
args
->
scan
,
args
->
nb
);
}
static
void
block_
y
rd_txfm
(
int
plane
,
int
block
,
BLOCK_SIZE
plane_bsize
,
TX_SIZE
tx_size
,
void
*
arg
)
{
static
void
block_rd_txfm
(
int
plane
,
int
block
,
BLOCK_SIZE
plane_bsize
,
TX_SIZE
tx_size
,
void
*
arg
)
{
struct
rdcost_block_args
*
args
=
arg
;
MACROBLOCK
*
const
x
=
args
->
x
;
MACROBLOCKD
*
const
xd
=
&
x
->
e_mbd
;
...
...
@@ -698,7 +698,7 @@ static void txfm_rd_in_plane(MACROBLOCK *x,
rd_stack
->
nb
=
so
->
neighbors
;
foreach_transformed_block_in_plane
(
xd
,
bsize
,
plane
,
block_
y
rd_txfm
,
rd_stack
);
block_rd_txfm
,
rd_stack
);
if
(
rd_stack
->
skip
)
{
*
rate
=
INT_MAX
;
*
distortion
=
INT64_MAX
;
...
...
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