Lines Matching defs:in
4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
82 // distance) and lookup table sizes for them in worst case are 630 and 410
182 // to ReadSymbol, in order to pre-fetch enough bits.
384 // The huffman data is stored in red and green bytes.
541 uint8_t* in, int in_stride, int mb_h,
547 uint8_t* const row_in = in + num_lines_in * in_stride;
576 return mb_h; // Num rows out == num rows in.
624 uint8_t* in, int in_stride, int mb_h) {
631 WebPMultARGBRows(in, in_stride, dec->rescaler->src_width, needed_lines, 0);
633 WebPRescalerImport(dec->rescaler, lines_left, in, in_stride);
636 in += needed_lines * in_stride;
643 const uint8_t* in, int in_stride,
647 ConvertToYUVA((const uint32_t*)in, mb_w, y_pos, dec->output_);
648 in += in_stride;
659 // start of the cropped window. Note that pixels are in ARGB format even if
739 const int in_stride = io->width * sizeof(uint32_t); // in unit of RGBA
804 // crop_top row, in order to have the correct spatial predictors.
816 const uint8_t* const in =
822 in, out);
1239 // Each transform type can only be present once in the stream.
1431 // We allocate image data in this function only for transforms. At level 0
1447 // first row in the row-blocks. Not needed for paletted alpha.
1482 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row;
1488 // Extract alpha (which is stored in the green plane).
1495 ApplyInverseTransforms(dec, num_rows_to_process, in);
1500 in += num_rows_to_process * dec->width_;