HomeSort by relevance Sort by last modified time
    Searched defs:next_output_byte (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/
jcphuff.c 34 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields.
36 JOCTET *next_output_byte; /* => next byte to write in buffer */ member in struct:__anon25016
202 { *(entropy)->next_output_byte++ = (JOCTET) (val); \
216 entropy->next_output_byte = dest->next_output_byte;
389 entropy->next_output_byte = cinfo->dest->next_output_byte;
442 cinfo->dest->next_output_byte = entropy->next_output_byte;
475 entropy->next_output_byte = cinfo->dest->next_output_byte
    [all...]
jchuff.c 123 JOCTET *next_output_byte; /* => next byte to write in buffer */ member in struct:__anon25009
314 { *(state)->next_output_byte++ = (JOCTET) (val); \
329 state->next_output_byte = dest->next_output_byte;
438 else buffer = state->next_output_byte; \
447 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \
448 state->next_output_byte += bytestocopy; \
457 state->free_in_buffer -= (buffer - state->next_output_byte); \
458 state->next_output_byte = buffer; \
652 state.next_output_byte = cinfo->dest->next_output_byte
    [all...]
jpeglib.h 791 JOCTET *next_output_byte; \/* => next byte to write in buffer *\/ member in struct:jpeg_destination_mgr
    [all...]

Completed in 175 milliseconds