Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Whitespace BS REEEEEEEEEEEEEE
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSwordM committed Mar 23, 2022
1 parent 965a86f commit 3c5f7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av1/encoder/partition_search.c
Original file line number Diff line number Diff line change
Expand Up @@ -4839,7 +4839,7 @@ bool av1_rd_pick_partition(AV1_COMP *const cpi, ThreadData *td,
// Set buffers and offsets.
av1_set_offsets(cpi, tile_info, x, mi_row, mi_col, bsize);

if (cpi->oxcf.mode == ALLINTRA || cpi->oxcf.tune_cfg.content == AOM_CONTENT_PSY) {
if (cpi->oxcf.mode == ALLINTRA || cpi->oxcf.tune_cfg.content == AOM_CONTENT_PSY) {
if (bsize == cm->seq_params->sb_size) {
double var_min, var_max;
log_sub_block_var(cpi, x, bsize, &var_min, &var_max);
Expand Down

0 comments on commit 3c5f7e0

Please sign in to comment.