Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dalpha_dec.c92 io->crop_bottom = src_io->crop_bottom; in ALPHInit()
113 const int height = alph_dec->io_.crop_bottom; in ALPHDecode()
152 const int height = io->crop_bottom; in AllocateAlphaPlane()
181 const int height = io->crop_bottom; in VP8DecompressAlphaRows()
218 io->crop_bottom - io->crop_top, in VP8DecompressAlphaRows()
A Dvp8_dec.h98 int crop_left, crop_right, crop_top, crop_bottom; member
A Dframe_dec.c449 if (y_end > io->crop_bottom) { in FinishRow()
450 y_end = io->crop_bottom; // make sure we don't overflow on last row. in FinishRow()
588 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4; in VP8EnterCritical()
A Dio_dec.c100 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB()
171 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) { in GetAlphaSourceRow()
173 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow()
A Dvp8l_dec.c721 if (y_end > io->crop_bottom) { in SetCropWindow()
722 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow()
787 assert(row <= dec->io_->crop_bottom); in ProcessRows()
869 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows()
1548 assert(last_row <= dec->io_->crop_bottom); in ExtractAlphaRows()
1729 io->crop_bottom, ProcessRows)) { in VP8LDecodeImage()
A Dvp8_dec.c330 io->crop_bottom = io->height; in VP8GetHeaders()
A Dwebp_dec.c812 io->crop_bottom = y + h; in WebPIoInitFromOptions()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog981 aa809cfe only allocate alpha_plane_ up to crop_bottom row

Completed in 19 milliseconds