Skip to content
GitLab
Menu
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
5880758b
Commit
5880758b
authored
Nov 16, 2017
by
Jingning Han
Committed by
Yaowu Xu
Nov 19, 2017
Browse files
Turn off debug counters in tx coeff timing
Change-Id: I3d152b28bb31027156719c1ecd7544df0f9766bb
parent
c5ddf06e
Changes
1
Show whitespace changes
Inline
Side-by-side
av1/decoder/decodetxb.c
View file @
5880758b
...
@@ -59,7 +59,11 @@ uint8_t av1_read_coeffs_txb(const AV1_COMMON *const cm, MACROBLOCKD *xd,
...
@@ -59,7 +59,11 @@ uint8_t av1_read_coeffs_txb(const AV1_COMMON *const cm, MACROBLOCKD *xd,
int
plane
,
tran_low_t
*
tcoeffs
,
TXB_CTX
*
txb_ctx
,
int
plane
,
tran_low_t
*
tcoeffs
,
TXB_CTX
*
txb_ctx
,
TX_SIZE
tx_size
,
int16_t
*
max_scan_line
,
int
*
eob
)
{
TX_SIZE
tx_size
,
int16_t
*
max_scan_line
,
int
*
eob
)
{
FRAME_CONTEXT
*
ec_ctx
=
xd
->
tile_ctx
;
FRAME_CONTEXT
*
ec_ctx
=
xd
->
tile_ctx
;
#if TXCOEFF_TIMER
FRAME_COUNTS
*
counts
=
NULL
;
#else
FRAME_COUNTS
*
counts
=
xd
->
counts
;
FRAME_COUNTS
*
counts
=
xd
->
counts
;
#endif
TX_SIZE
txs_ctx
=
get_txsize_context
(
tx_size
);
TX_SIZE
txs_ctx
=
get_txsize_context
(
tx_size
);
PLANE_TYPE
plane_type
=
get_plane_type
(
plane
);
PLANE_TYPE
plane_type
=
get_plane_type
(
plane
);
MB_MODE_INFO
*
mbmi
=
&
xd
->
mi
[
0
]
->
mbmi
;
MB_MODE_INFO
*
mbmi
=
&
xd
->
mi
[
0
]
->
mbmi
;
...
...
Write
Preview
Supports
Markdown
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