Home
last modified time | relevance | path

Searched refs:prev_dc (Results 1 – 3 of 3) sorted by relevance

/external/jpeg/
Djdphuff.c647 offset->prev_dc[i] = entropy->saved.last_dc_val[i]; in get_huffman_decoder_configuration()
692 entropy->saved.last_dc_val[i] = offset.prev_dc[i]; in configure_huffman_decoder()
Djdhuff.c510 short int *dc_info = offset->prev_dc; in get_huffman_decoder_configuration()
554 short int *dc_info = offset.prev_dc; in configure_huffman_decoder()
Djpeglib.h645 short prev_dc[3]; member