Lines Matching refs:width
28 // dimension 'height'x'width', as that of the image.
36 int width, int height, uint8_t* output) {
45 assert(width > 0 && height > 0);
65 const size_t alpha_decoded_size = height * width;
69 ok = VP8LDecodeAlphaImageStream(width, height, alpha_data, alpha_data_size,
78 unfilter_func(width, height, width, output);
81 ok = DequantizeLevels(output, width, height);
92 const int width = dec->pic_hdr_.width_;
103 width, height, dec->alpha_plane_)) {
110 return dec->alpha_plane_ + row * width;