Searched refs:SetCropWindow (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8l.c | 568 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() function 657 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, io->width)) { in ProcessRows()
|
/external/webp/src/dec/ |
D | vp8l.c | 655 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() function 745 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, in_stride)) { in ProcessRows()
|