Home
last modified time | relevance | path

Searched refs:ehufco (Results 1 – 9 of 9) sorted by relevance

/external/libjpeg-turbo/
Djchuff.h31 unsigned int ehufco[256]; /* code for each symbol */ member
Djchuff.c304 dtbl->ehufco[i] = huffcode[p]; in jpeg_make_c_derived_tbl()
514 int code_0xf0 = actbl->ehufco[0xf0], size_0xf0 = actbl->ehufsi[0xf0]; in encode_one_block()
542 code = dctbl->ehufco[nbits]; in encode_one_block()
579 code = actbl->ehufco[temp3]; \ in encode_one_block()
601 code = actbl->ehufco[0]; in encode_one_block()
Djcphuff.c288 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in emit_symbol()
/external/pdfium/third_party/libjpeg/
Djchuff.h28 unsigned int ehufco[256]; /* code for each symbol */ member
Dfpdfapi_jchuff.c260 dtbl->ehufco[i] = huffcode[p]; in jpeg_make_c_derived_tbl()
383 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits])) in encode_one_block()
402 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0])) in encode_one_block()
424 if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i])) in encode_one_block()
438 if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0])) in encode_one_block()
Dfpdfapi_jcphuff.c287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in LOCAL()
/external/libjpeg-turbo/simd/
Djchuff-sse2.asm241 mov eax, INT [ebp + edx * 4] ; code = dctbl->ehufco[nbits];
300 mov eax, INT [ebp + 240 * 4] ; code_0xf0 = actbl->ehufco[0xf0];
313 mov eax, INT [ebp + ecx * 4] ; code = actbl->ehufco[temp3];
368 mov eax, INT [ebp + 240 * 4] ; code_0xf0 = actbl->ehufco[0xf0];
381 mov eax, INT [ebp + ecx * 4] ; code = actbl->ehufco[temp3];
403 mov eax, INT [ebp] ; code = actbl->ehufco[0];
Djchuff-sse2-64.asm234 mov r11d, INT [r14 + rdi * 4] ; code = dctbl->ehufco[nbits];
288 mov r13d, INT [r15 + 240 * 4] ; code_0xf0 = actbl->ehufco[0xf0];
312 mov ebx, INT [r15 + r12 * 4] ; code = actbl->ehufco[temp3];
335 mov ebx, INT [r15] ; code = actbl->ehufco[0];
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp111 uint16 ehufco[256]; member
193 htbl->ehufco [htbl->huffval [p]] = huffcode [p]; in FixHuffTbl()
2924 EmitBits (dctbl->ehufco [nbits], in EncodeOneDiff()