Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:bytes_in_buffer

305   register size_t bytes_in_buffer = state->bytes_in_buffer;
317 if (bytes_in_buffer == 0) {
321 bytes_in_buffer = cinfo->src->bytes_in_buffer;
323 bytes_in_buffer--;
334 if (bytes_in_buffer == 0) {
338 bytes_in_buffer = cinfo->src->bytes_in_buffer;
340 bytes_in_buffer--;
390 state->bytes_in_buffer = bytes_in_buffer;
729 br_state.bytes_in_buffer -= (buffer - br_state.next_input_byte);
768 if (cinfo->src->bytes_in_buffer < BUFSIZE * (size_t)cinfo->blocks_in_MCU