Lines Matching +defs:val +defs:width
127 int* const width, int* const height, in ReadImageInfo()
138 int* const width, int* const height, int* const has_alpha) { in VP8LGetInfo()
195 uint32_t val = VP8LPrefetchBits(br); in ReadSymbol() local
214 const uint32_t val = VP8LPrefetchBits(br) & (HUFFMAN_PACKED_TABLE_SIZE - 1); in ReadPackedSymbols() local
664 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, in ConvertToYUVA()
899 const int width = dec->io_->width; in ExtractPalettedAlphaRows() local
1036 int width, int height, int last_row) { in DecodeAlphaData()
1139 int width, int height, int last_row, in DecodeImageData()
1445 static void UpdateDecoder(VP8LDecoder* const dec, int width, int height) { in UpdateDecoder()
1589 const int width = dec->io_->width; // the final width (!= dec->width_) in ExtractAlphaRows() local
1676 int width, height, has_alpha; in VP8LDecodeHeader() local