Remove unnecessary loopfilter init.

Loopfilters are init in vp9_decode_frame.

Change-Id: I4fbf6286b9b231451452e4ef3c19877a7b9a6768
This commit is contained in:
hkuang 2015-02-13 11:49:26 -08:00
Родитель 6cf7b3b240
Коммит f9420b45e5
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -934,7 +934,6 @@ static const uint8_t *decode_tiles(VP9Decoder *pbi,
winterface->sync(&pbi->lf_worker); winterface->sync(&pbi->lf_worker);
vp9_loop_filter_data_reset(lf_data, get_frame_new_buffer(cm), cm, vp9_loop_filter_data_reset(lf_data, get_frame_new_buffer(cm), cm,
pbi->mb.plane); pbi->mb.plane);
vp9_loop_filter_frame_init(cm, cm->lf.filter_level);
} }
assert(tile_rows <= 4); assert(tile_rows <= 4);