Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
e3ba42f2
Commit
e3ba42f2
authored
Oct 05, 2017
by
Jingning Han
Browse files
Lv-map clean up
Remove exit() from the source code. Change-Id: Id49cf65e2131ecf5297e147c4954e448dd42d805
parent
d8962564
Changes
2
Hide whitespace changes
Inline
Side-by-side
av1/decoder/decodetxb.c
View file @
e3ba42f2
...
...
@@ -426,8 +426,6 @@ uint8_t av1_read_coeffs_txb(const AV1_COMMON *const cm, MACROBLOCKD *xd,
ctx
=
get_br_ctx
(
tcoeffs
,
scan
[
c
],
bwl
,
height
);
if
(
ec_ctx
->
coeff_lps
[
txs_ctx
][
plane_type
][
ctx
]
==
0
)
exit
(
0
);
#if BR_NODE
for
(
idx
=
0
;
idx
<
BASE_RANGE_SETS
;
++
idx
)
{
#if LV_MAP_PROB
...
...
av1/encoder/encodetxb.c
View file @
e3ba42f2
...
...
@@ -2564,10 +2564,6 @@ int64_t av1_search_txk_type(const AV1_COMP *cpi, MACROBLOCK *x, int plane,
av1_merge_rd_stats
(
rd_stats
,
&
best_rd_stats
);
// if (x->plane[plane].eobs[block] == 0)
// if (best_tx_type != DCT_DCT)
// exit(0);
if
(
best_eob
==
0
&&
is_inter_block
(
mbmi
))
best_tx_type
=
DCT_DCT
;
if
(
plane
==
0
)
mbmi
->
txk_type
[(
blk_row
<<
4
)
+
blk_col
]
=
best_tx_type
;
...
...
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