Searched refs:pixels_ (Results 1 – 2 of 2) sorted by relevance
789 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows()880 (uint8_t*)dec->pixels_ + dec->width_ * first_row; in ExtractPalettedAlphaRows()1391 WebPSafeFree(dec->pixels_); in VP8LClear()1392 dec->pixels_ = NULL; in VP8LClear()1524 dec->pixels_ = (uint32_t*)WebPSafeMalloc(total_num_pixels, sizeof(uint32_t)); in AllocateInternalBuffers32b()1525 if (dec->pixels_ == NULL) { in AllocateInternalBuffers32b()1530 dec->argb_cache_ = dec->pixels_ + num_pixels + cache_top_pixels; in AllocateInternalBuffers32b()1537 dec->pixels_ = (uint32_t*)WebPSafeMalloc(total_num_pixels, sizeof(uint8_t)); in AllocateInternalBuffers8b()1538 if (dec->pixels_ == NULL) { in AllocateInternalBuffers8b()1551 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; in ExtractAlphaRows()[all …]
65 uint32_t* pixels_; // Internal data: either uint8_t* for alpha member