Searched refs:huffval (Results 1 – 15 of 15) sorted by relevance
/external/jpeg/ |
D | jdmarker.c | 430 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()
|
D | jdhuff.c | 248 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()
|
D | jchuff.c | 258 i = htbl->huffval[p]; in jpeg_make_c_derived_tbl() 830 htbl->huffval[p] = (UINT8) j; in jpeg_gen_optimal_table()
|
D | jcparam.c | 174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
|
D | jcmarker.c | 214 emit_byte(cinfo, htbl->huffval[i]); in emit_dht()
|
D | jpeglib.h | 104 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member
|
D | libjpeg.doc | 2260 huff_ptr->huffval[i] = symbols[i];
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jdhuff.c | 251 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()
|
D | fpdfapi_jdmarker.c | 458 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()
|
D | fpdfapi_jchuff.c | 262 i = htbl->huffval[p]; in jpeg_make_c_derived_tbl() 834 htbl->huffval[p] = (UINT8) j; in jpeg_gen_optimal_table()
|
D | fpdfapi_jcparam.c | 175 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
|
D | fpdfapi_jcmarker.c | 215 emit_byte(cinfo, htbl->huffval[i]); in emit_dht()
|
D | jpeglib.h | 171 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg.cpp | 276 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/ |
D | jpeglib.h | 171 UINT8 huffval[256]; /* The symbols, in order of incr code length */ member
|