Home
last modified time | relevance | path

Searched refs:huffval (Results 1 – 15 of 15) sorted by relevance

/external/jpeg/
Djdmarker.c430 UINT8 huffval[256]; in get_dht() local
466 INPUT_BYTE(cinfo, huffval[i], return FALSE); in get_dht()
468 MEMZERO(&huffval[count], (256 - count) * SIZEOF(UINT8)); in get_dht()
486 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval)); in get_dht()
Djdhuff.c248 dtbl->look_sym[lookbits] = htbl->huffval[p]; in jpeg_make_d_derived_tbl()
262 int sym = htbl->huffval[i]; in jpeg_make_d_derived_tbl()
433 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ]; in jpeg_huff_decode()
Djchuff.c258 i = htbl->huffval[p]; in jpeg_make_c_derived_tbl()
830 htbl->huffval[p] = (UINT8) j; in jpeg_gen_optimal_table()
Djcparam.c174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
Djcmarker.c214 emit_byte(cinfo, htbl->huffval[i]); in emit_dht()
Djpeglib.h104 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member
Dlibjpeg.doc2260 huff_ptr->huffval[i] = symbols[i];
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jdhuff.c251 dtbl->look_sym[lookbits] = htbl->huffval[p]; in jpeg_make_d_derived_tbl()
265 int sym = htbl->huffval[i]; in jpeg_make_d_derived_tbl()
436 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ]; in jpeg_huff_decode()
Dfpdfapi_jdmarker.c458 UINT8 huffval[256]; in get_dht() local
494 INPUT_BYTE(cinfo, huffval[i], return FALSE); in get_dht()
512 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval)); in get_dht()
Dfpdfapi_jchuff.c262 i = htbl->huffval[p]; in jpeg_make_c_derived_tbl()
834 htbl->huffval[p] = (UINT8) j; in jpeg_gen_optimal_table()
Dfpdfapi_jcparam.c175 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
Dfpdfapi_jcmarker.c215 emit_byte(cinfo, htbl->huffval[i]); in emit_dht()
Djpeglib.h171 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp276 unsigned char huffval[256]; in my_jpeg_load_dht() local
294 huffval[i] = dht[pos++]; in my_jpeg_load_dht()
314 memcpy ((*hufftbl)->huffval, huffval, sizeof (*hufftbl)->huffval); in my_jpeg_load_dht()
/external/pdfium/core/include/thirdparties/libjpeg/
Djpeglib.h171 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member