Merge "CLPF: Don't assume sb size=64 and w&h multiple of 8 + valgrind fix." into nextgenv2

This commit is contained in:
Yaowu Xu
2016-10-11 17:44:12 +00:00
committed by Gerrit Code Review
3 changed files with 7 additions and 7 deletions

View File

@@ -4733,6 +4733,7 @@ static void encode_frame_to_data_rate(AV1_COMP *cpi, size_t *size,
#if CONFIG_CLPF
aom_free(cm->clpf_blocks);
cm->clpf_blocks = 0;
#endif
if (cm->seg.update_map) update_reference_segmentation_map(cpi);