HomeSort by relevance Sort by last modified time
    Searched refs:bitstream_offset (Results 1 - 10 of 10) sorted by null

  /external/jpeg/
jdhuff.c 503 * for each component into bitstream_offset and dc_info[], respectively.
520 * into bitstream_offset and get_buffer, respectively.
539 offset->bitstream_offset =
576 unsigned int bitstream_offset = offset.bitstream_offset; local
579 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE;
581 bitstream_offset & ((1 << LOG_TWO_BIT_BUF_SIZE) - 1);
837 index->scan[0].prev_MCU_offset.bitstream_offset = 0;
jdphuff.c 636 * into bitstream_offset and get_buffer, respectively.
655 offset->bitstream_offset =
664 * for each component into bitstream_offset and dc_info[], respectively.
692 unsigned int bitstream_offset = offset.bitstream_offset; local
695 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE;
697 bitstream_offset & ((1 << LOG_TWO_BIT_BUF_SIZE) - 1);
733 index->scan[scan_no].bitstream_offset = offset;
jdtrans.c 114 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);
jpeglib.h 644 unsigned int bitstream_offset; member in struct:__anon27345
661 unsigned int bitstream_offset; member in struct:__anon27346
    [all...]
jdcoefct.c 368 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdhuff.c 503 * for each component into bitstream_offset and dc_info[], respectively.
520 * into bitstream_offset and get_buffer, respectively.
539 offset->bitstream_offset =
576 unsigned int bitstream_offset = offset.bitstream_offset; local
579 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE;
581 bitstream_offset & ((1 << LOG_TWO_BIT_BUF_SIZE) - 1);
837 index->scan[0].prev_MCU_offset.bitstream_offset = 0;
jdphuff.c 640 * for each component into bitstream_offset and dc_info[], respectively.
657 * into bitstream_offset and get_buffer, respectively.
676 offset->bitstream_offset =
713 unsigned int bitstream_offset = offset.bitstream_offset; local
716 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE;
718 bitstream_offset & ((1 << LOG_TWO_BIT_BUF_SIZE) - 1);
739 index->scan[scan_no].bitstream_offset = offset;
jdtrans.c 114 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);
jpeglib.h 644 unsigned int bitstream_offset; member in struct:__anon33929
661 unsigned int bitstream_offset; member in struct:__anon33930
    [all...]
jdcoefct.c 368 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);
    [all...]

Completed in 101 milliseconds