Home
last modified time | relevance | path

Searched refs:ehufsi (Results 1 – 20 of 20) sorted by relevance

/third_party/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm34 .ehufsi: resb 256 ; length of code for each symbol label
35 ; If no code has been allocated for a symbol S, ehufsi[S] contains 0
531 movzx size, byte [dctbl + c_derived_tbl.ehufsi + nbits]
532 ;Z: size = dctbl->ehufsi[nbits];
556 movzx nbits, byte [actbl + c_derived_tbl.ehufsi + 0xf0]
557 ; nbits = actbl->ehufsi[0xf0];
596 movzx size, byte [actbl + c_derived_tbl.ehufsi + (size - 16)]
597 ; size = actbl->ehufsi[size-16];
637 movzx nbits, byte [actbl + c_derived_tbl.ehufsi + 0xf0]
638 ; nbits = actbl->ehufsi[0xf0];
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm34 .ehufsi: resb 256 ; length of code for each symbol label
35 ; If no code has been allocated for a symbol S, ehufsi[S] contains 0
531 movzx size, byte [dctbl + c_derived_tbl.ehufsi + nbits]
532 ;Z: size = dctbl->ehufsi[nbits];
556 movzx nbits, byte [actbl + c_derived_tbl.ehufsi + 0xf0]
557 ; nbits = actbl->ehufsi[0xf0];
596 movzx size, byte [actbl + c_derived_tbl.ehufsi + (size - 16)]
597 ; size = actbl->ehufsi[size-16];
637 movzx nbits, byte [actbl + c_derived_tbl.ehufsi + 0xf0]
638 ; nbits = actbl->ehufsi[0xf0];
[all …]
/third_party/libjpeg-turbo/
Djchuff.c319 memset(dtbl->ehufsi, 0, sizeof(dtbl->ehufsi)); in jpeg_make_c_derived_tbl()
330 if (i < 0 || i > maxsymbol || dtbl->ehufsi[i]) in jpeg_make_c_derived_tbl()
333 dtbl->ehufsi[i] = huffsize[p]; in jpeg_make_c_derived_tbl()
597 PUT_CODE(dctbl->ehufco[nbits], dctbl->ehufsi[nbits]) in encode_one_block()
620 PUT_BITS(actbl->ehufco[0xf0], actbl->ehufsi[0xf0]) \ in encode_one_block()
624 PUT_CODE(actbl->ehufco[r], actbl->ehufsi[r]) \ in encode_one_block()
644 PUT_BITS(actbl->ehufco[0], actbl->ehufsi[0]) in encode_one_block()
Djchuff.h32 char ehufsi[256]; /* length of code for each symbol */ member
Djcphuff.c395 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in emit_symbol()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djchuff.c290 MEMZERO(dtbl->ehufsi, sizeof(dtbl->ehufsi)); in jpeg_make_c_derived_tbl()
301 if (i < 0 || i > maxsymbol || dtbl->ehufsi[i]) in jpeg_make_c_derived_tbl()
304 dtbl->ehufsi[i] = huffsize[p]; in jpeg_make_c_derived_tbl()
513 int code_0xf0 = actbl->ehufco[0xf0], size_0xf0 = actbl->ehufsi[0xf0]; in encode_one_block()
542 size = dctbl->ehufsi[nbits]; in encode_one_block()
579 size = actbl->ehufsi[temp3]; \ in encode_one_block()
601 size = actbl->ehufsi[0]; in encode_one_block()
Djchuff.h32 char ehufsi[256]; /* length of code for each symbol */ member
Djcphuff.c386 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in emit_symbol()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djchuff.c318 MEMZERO(dtbl->ehufsi, sizeof(dtbl->ehufsi)); in jpeg_make_c_derived_tbl()
329 if (i < 0 || i > maxsymbol || dtbl->ehufsi[i]) in jpeg_make_c_derived_tbl()
332 dtbl->ehufsi[i] = huffsize[p]; in jpeg_make_c_derived_tbl()
596 PUT_CODE(dctbl->ehufco[nbits], dctbl->ehufsi[nbits]) in encode_one_block()
619 PUT_BITS(actbl->ehufco[0xf0], actbl->ehufsi[0xf0]) \ in encode_one_block()
623 PUT_CODE(actbl->ehufco[r], actbl->ehufsi[r]) \ in encode_one_block()
643 PUT_BITS(actbl->ehufco[0], actbl->ehufsi[0]) in encode_one_block()
Djchuff.h32 char ehufsi[256]; /* length of code for each symbol */ member
Djcphuff.c393 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]); in emit_symbol()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
Djchuff-neon.c272 PUT_CODE(dctbl->ehufco[nbits], dctbl->ehufsi[nbits], diff) in jsimd_huff_encode_one_block_neon()
280 const unsigned int size_0xf0 = actbl->ehufsi[0xf0]; in jsimd_huff_encode_one_block_neon()
295 PUT_CODE(actbl->ehufco[rs], actbl->ehufsi[rs], diff) in jsimd_huff_encode_one_block_neon()
317 PUT_CODE(actbl->ehufco[rs], actbl->ehufsi[rs], diff) in jsimd_huff_encode_one_block_neon()
327 PUT_BITS(actbl->ehufco[0], actbl->ehufsi[0]) in jsimd_huff_encode_one_block_neon()
/third_party/libjpeg-turbo/simd/arm/aarch32/
Djchuff-neon.c272 PUT_CODE(dctbl->ehufco[nbits], dctbl->ehufsi[nbits], diff) in jsimd_huff_encode_one_block_neon()
280 const unsigned int size_0xf0 = actbl->ehufsi[0xf0]; in jsimd_huff_encode_one_block_neon()
295 PUT_CODE(actbl->ehufco[rs], actbl->ehufsi[rs], diff) in jsimd_huff_encode_one_block_neon()
317 PUT_CODE(actbl->ehufco[rs], actbl->ehufsi[rs], diff) in jsimd_huff_encode_one_block_neon()
327 PUT_BITS(actbl->ehufco[0], actbl->ehufsi[0]) in jsimd_huff_encode_one_block_neon()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
Djchuff-neon.c254 PUT_CODE(dctbl->ehufco[nbits], dctbl->ehufsi[nbits], diff) in jsimd_huff_encode_one_block_neon()
262 const unsigned int size_0xf0 = actbl->ehufsi[0xf0]; in jsimd_huff_encode_one_block_neon()
346 PUT_CODE(actbl->ehufco[rs], actbl->ehufsi[rs], diff) in jsimd_huff_encode_one_block_neon()
386 PUT_CODE(actbl->ehufco[rs], actbl->ehufsi[rs], diff) in jsimd_huff_encode_one_block_neon()
396 PUT_BITS(actbl->ehufco[0], actbl->ehufsi[0]) in jsimd_huff_encode_one_block_neon()
/third_party/libjpeg-turbo/simd/arm/aarch64/
Djchuff-neon.c235 PUT_CODE(dctbl->ehufco[nbits], dctbl->ehufsi[nbits], diff) in jsimd_huff_encode_one_block_neon()
243 const unsigned int size_0xf0 = actbl->ehufsi[0xf0]; in jsimd_huff_encode_one_block_neon()
333 PUT_CODE(actbl->ehufco[rs], actbl->ehufsi[rs], diff) in jsimd_huff_encode_one_block_neon()
394 PUT_CODE(actbl->ehufco[rs], actbl->ehufsi[rs], diff) in jsimd_huff_encode_one_block_neon()
404 PUT_BITS(actbl->ehufco[0], actbl->ehufsi[0]) in jsimd_huff_encode_one_block_neon()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm34 .ehufsi: resb 256 ; length of code for each symbol label
35 ; If no code has been allocated for a symbol S, ehufsi[S] contains 0
461 add nbitsb, byte [dctbl + c_derived_tbl.ehufsi + nbitsq]
462 ;Z: nbits += dctbl->ehufsi[nbits];
485 movzx nbits, byte [actbl + c_derived_tbl.ehufsi + 0xf0]
486 ; nbits = actbl->ehufsi[0xf0];
526 add nbitsb, [actbl + c_derived_tbl.ehufsi + (tempq - 16)]
527 ; free_bits -= actbl->ehufsi[temp-16];
543 movzx nbits, byte [actbl + c_derived_tbl.ehufsi + 0]
544 ; nbits = actbl->ehufsi[0];
/third_party/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm34 .ehufsi: resb 256 ; length of code for each symbol label
35 ; If no code has been allocated for a symbol S, ehufsi[S] contains 0
462 add nbitsb, byte [dctbl + c_derived_tbl.ehufsi + nbitsq]
463 ;Z: nbits += dctbl->ehufsi[nbits];
486 movzx nbits, byte [actbl + c_derived_tbl.ehufsi + 0xf0]
487 ; nbits = actbl->ehufsi[0xf0];
527 add nbitsb, [actbl + c_derived_tbl.ehufsi + (tempq - 16)]
528 ; free_bits -= actbl->ehufsi[temp-16];
544 movzx nbits, byte [actbl + c_derived_tbl.ehufsi + 0]
545 ; nbits = actbl->ehufsi[0];
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm242 movzx ecx, byte [ebp + edx + 1024] ; size = dctbl->ehufsi[nbits];
301 movzx ecx, byte [ebp + 1024 + 240] ; size_0xf0 = actbl->ehufsi[0xf0];
314 movzx ecx, byte [ebp + ecx + 1024] ; size = actbl->ehufsi[temp3];
369 movzx ecx, byte [ebp + 1024 + 240] ; size_0xf0 = actbl->ehufsi[0xf0];
382 movzx ecx, byte [ebp + ecx + 1024] ; size = actbl->ehufsi[temp3];
404 movzx ecx, byte [ebp + 1024] ; size = actbl->ehufsi[0];
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm229 movzx esi, byte [r14 + rdi + 1024] ; size = dctbl->ehufsi[nbits];
283 movzx r14d, byte [r15 + 1024 + 240] ; size_0xf0 = actbl->ehufsi[0xf0];
307 movzx ecx, byte [r15 + r12 + 1024] ; size = actbl->ehufsi[temp3];
330 movzx r12d, byte [r15 + 1024] ; size = actbl->ehufsi[0];
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lossless_jpeg.cpp112 int8 ehufsi[256]; member
188 memset (htbl->ehufsi, 0, sizeof (htbl->ehufsi)); in FixHuffTbl()
194 htbl->ehufsi [htbl->huffval [p]] = huffsize [p]; in FixHuffTbl()
2925 dctbl->ehufsi [nbits]); in EncodeOneDiff()