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.
154 // to ReadSymbol, in order to pre-fetch enough bits.
322 // The huffman data is stored in red and green bytes.
424 const uint8_t* const in = (const uint8_t*)data;
428 const uint8_t* const row_in = in + num_lines_in * in_stride;
450 return mb_h; // Num rows out == num rows in.
535 const uint8_t* const in = (const uint8_t*)data;
539 const uint8_t* const row_in = in + num_lines_in * in_stride;
566 // Note that 'pixel_stride' is in units of 'uint32_t' (and not 'bytes).
807 return green; // Alpha value is stored in green channel.
857 // Each transform type can only be present once in the stream.
1041 // If not enough data (br.eos_) resulted in BIT_STREAM_ERROR, update the
1050 // We allocate image data in this function only for transforms. At level 0
1067 // first row in the row-blocks. Not needed for paletted alpha.
1093 const uint32_t* const in = dec->pixels_ + dec->width_ * dec->last_row_;
1096 ApplyInverseTransforms(dec, num_rows, in);
1098 // Extract alpha (which is stored in the green plane).
1114 const uint8_t* const in =
1117 ApplyInverseTransformsAlpha(dec, num_rows, in);