Searched refs:bitstream_offset (Results 1 - 10 of 10) sorted by relevance

/external/jpeg/
H A Djdhuff.c503 * 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;
H A Djdphuff.c636 * for each component into bitstream_offset and dc_info[], respectively.
653 * into bitstream_offset and get_buffer, respectively.
672 offset->bitstream_offset =
709 unsigned int bitstream_offset = offset.bitstream_offset; local
712 unsigned int byte_offset = bitstream_offset >> LOG_TWO_BIT_BUF_SIZE;
714 bitstream_offset & ((1 << LOG_TWO_BIT_BUF_SIZE) - 1);
735 index->scan[scan_no].bitstream_offset = offset;
H A Djdtrans.c114 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);
H A Djpeglib.h644 unsigned int bitstream_offset; member in struct:__anon6593
661 unsigned int bitstream_offset; member in struct:__anon6594
H A Djdcoefct.c368 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);
/external/qemu/distrib/jpeg-6b/
H A Djdhuff.c503 * 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;
H A Djdphuff.c640 * 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;
H A Djdtrans.c114 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);
H A Djpeglib.h644 unsigned int bitstream_offset; member in struct:__anon10447
661 unsigned int bitstream_offset; member in struct:__anon10448
H A Djdcoefct.c368 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);

Completed in 109 milliseconds