Searched refs:extra_pixels (Results 1 – 1 of 1) sorted by relevance
356 const int extra_pixels = kFilterExtraRows[dec->filter_type_]; in VP8FinishFrameSetup() local367 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4; in VP8FinishFrameSetup()368 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4; in VP8FinishFrameSetup()