Home
last modified time | relevance | path

Searched refs:extra_pixels (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dec/
Dframe.c356 const int extra_pixels = kFilterExtraRows[dec->filter_type_]; in VP8FinishFrameSetup() local
367 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()