Lines Matching refs:pixels_
647 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows()
936 free(dec->pixels_); in VP8LClear()
937 dec->pixels_ = NULL; in VP8LClear()
1077 dec->pixels_ = (uint32_t*)WebPSafeMalloc(total_num_pixels, bytes_per_pixel); in AllocateInternalBuffers()
1078 if (dec->pixels_ == NULL) { in AllocateInternalBuffers()
1084 argb_cache_needed ? dec->pixels_ + num_pixels + cache_top_pixels : NULL; in AllocateInternalBuffers()
1093 const uint32_t* const in = dec->pixels_ + dec->width_ * dec->last_row_; in ExtractAlphaRows()
1115 (uint8_t*)dec->pixels_ + dec->width_ * dec->last_row_; in ExtractPalettedAlphaRows()
1160 DecodeAlphaData(dec, (uint8_t*)dec->pixels_, dec->width_, dec->height_, in VP8LDecodeAlphaImageStream()
1162 DecodeImageData(dec, dec->pixels_, dec->width_, dec->height_, in VP8LDecodeAlphaImageStream()
1229 if (!DecodeImageData(dec, dec->pixels_, dec->width_, dec->height_, in VP8LDecodeImage()