Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c615 const int start_row = dec->last_row_; in ApplyInverseTransforms()
633 const int start_row = dec->last_row_; in ApplyInverseTransformsAlpha()
647 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows()
648 const int num_rows = row - dec->last_row_; in ProcessRows()
657 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, io->width)) { in ProcessRows()
682 dec->last_row_ = row; in ProcessRows()
683 assert(dec->last_row_ <= dec->height_); in ProcessRows()
1092 const int num_rows = row - dec->last_row_; in ExtractAlphaRows()
1093 const uint32_t* const in = dec->pixels_ + dec->width_ * dec->last_row_; in ExtractAlphaRows()
1102 uint8_t* const dst = (uint8_t*)dec->io_->opaque + width * dec->last_row_; in ExtractAlphaRows()
[all …]
Dvp8li.h76 int last_row_; // last input row decoded so far. member
/external/webp/src/dec/
Dvp8l.c702 const int start_row = dec->last_row_; in ApplyInverseTransforms()
720 const int start_row = dec->last_row_; in ApplyInverseTransformsAlpha()
734 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows()
735 const int num_rows = row - dec->last_row_; in ProcessRows()
745 if (!SetCropWindow(io, dec->last_row_, row, &rows_data, in_stride)) { in ProcessRows()
769 dec->last_row_ = row; in ProcessRows()
770 assert(dec->last_row_ <= dec->height_); in ProcessRows()
790 const int num_rows = row - dec->last_row_; in ExtractPalettedAlphaRows()
792 (uint8_t*)dec->pixels_ + dec->width_ * dec->last_row_; in ExtractPalettedAlphaRows()
796 dec->last_row_ = dec->last_out_row_ = row; in ExtractPalettedAlphaRows()
[all …]
Dvp8li.h76 int last_row_; // last input row decoded so far. member