Lines Matching refs:height
47 size_t data_size, int width, int height, uint8_t* output) {
53 assert(width > 0 && height > 0);
57 dec->height_ = height;
93 const int height = alph_dec->height_;
110 unfilter_func(width, height, width, row, num_rows, output);
125 const int height = dec->pic_hdr_.height_;
127 if (row < 0 || num_rows <= 0 || row + num_rows > height) {
137 width, height, dec->alpha_plane_)) {
146 num_rows = height; // decode everything in one pass
155 ok = WebPDequantizeLevels(dec->alpha_plane_, width, height,