/third_party/ffmpeg/libavcodec/ |
D | cavsdec.c | 76 #define EOB 0, 0, 0 macro 90 { 2, 5, 2 }, { -2, 5, 2 }, { 1, 23, 1 }, { -1, 23, 1 }, { EOB } 101 … { 1, 3, 0 }, { -1, 3, 0 }, { EOB }, { 1, 4, 0 }, { -1, 4, 0 }, { 1, 5, 0 }, 120 … { 3, 1, 1 }, { -3, 1, 1 }, { EOB }, { 1, 3, 0 }, { -1, 3, 0 }, { 2, 2, 0 }, 139 … { 1, 2, 0 }, { -1, 2, 0 }, { EOB }, { 4, 1, 0 }, { -4, 1, 0 }, { 5, 1, 1 }, 158 … { EOB }, { 4, 1, 0 }, { -4, 1, 0 }, { 5, 1, 0 }, { -5, 1, 0 }, { 6, 1, 0 }, 176 … { EOB }, { 1, 1, 0 }, { -1, 1, 0 }, { 2, 1, 0 }, { -2, 1, 0 }, { 3, 1, 0 }, 195 … { EOB }, { 1, 1, 0 }, { -1, 1, 0 }, { 2, 1, 0 }, { -2, 1, 0 }, { 3, 1, 0 }, 226 { 1, 25, 1 }, { -1, 25, 1 }, { 1, 26, 1 }, { -1, 26, 1 }, { EOB } 236 … { 1, 1, 0 }, { -1, 1, 0 }, { EOB }, { 1, 2, 0 }, { -1, 2, 0 }, { 1, 3, 0 }, [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jcphuff-sse2.asm | 436 %define EOB r8d 464 xor EOB, EOB 499 mov EOB, KK 500 add EOB, T1d ; EOB = k + idx; 535 mov EOB, KK 536 add EOB, T1d ; EOB = k + idx; 558 mov EOB, KK 559 add EOB, T1d ; EOB = k + idx; 581 mov EOB, KK 582 add EOB, T1d ; EOB = k + idx; [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jcphuff-sse2.asm | 436 %define EOB r8d 464 xor EOB, EOB 499 mov EOB, KK 500 add EOB, T1d ; EOB = k + idx; 537 mov EOB, KK 538 add EOB, T1d ; EOB = k + idx; 560 mov EOB, KK 561 add EOB, T1d ; EOB = k + idx; 583 mov EOB, KK 584 add EOB, T1d ; EOB = k + idx; [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jcphuff-sse2.asm | 456 %define EOB INT [esp + 5 * 4 + 4] 491 mov EOB, 0 519 mov EOB, T1 ; EOB = k + idx; 558 mov EOB, T1 ; EOB = k + idx; 581 mov EOB, T1 ; EOB = k + idx; 605 mov EOB, T1 ; EOB = k + idx; 626 mov eax, EOB 648 %undef EOB
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jcphuff-sse2.asm | 456 %define EOB INT [esp + 5 * 4 + 4] 491 mov EOB, 0 519 mov EOB, T1 ; EOB = k + idx; 560 mov EOB, T1 ; EOB = k + idx; 583 mov EOB, T1 ; EOB = k + idx; 607 mov EOB, T1 ; EOB = k + idx; 628 mov eax, EOB 650 %undef EOB
|
/third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/ |
D | deflate-degenerate-huffman-unused.deflate.commentary.txt | 43 000012 0x000C 7 0x37 0b_0..._.... "01" is CL=2 (256=EOB) 49 "11" -> EOB
|
D | deflate-degenerate-huffman-unused.deflate.make-artificial.txt | 18 # 102='f', 111='o', 256=EOB
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | compress.c | 126 Int32 EOB; in generateMTFValues() local 155 EOB = s->nInUse+1; in generateMTFValues() 157 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 228 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
D | decompress.c | 120 Int32 EOB; in BZ2_decompress() local 174 EOB = s->save_EOB; in BZ2_decompress() 351 EOB = s->nInUse+1; in BZ2_decompress() 377 if (nextSym == EOB) break; in BZ2_decompress() 621 s->save_EOB = EOB; in BZ2_decompress()
|
/third_party/bzip2/ |
D | compress.c | 126 Int32 EOB; in generateMTFValues() local 155 EOB = s->nInUse+1; in generateMTFValues() 157 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 228 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
D | decompress.c | 120 Int32 EOB; in BZ2_decompress() local 174 EOB = s->save_EOB; in BZ2_decompress() 357 EOB = s->nInUse+1; in BZ2_decompress() 383 if (nextSym == EOB) break; in BZ2_decompress() 627 s->save_EOB = EOB; in BZ2_decompress()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | compress.c | 126 Int32 EOB; in generateMTFValues() local 155 EOB = s->nInUse+1; in generateMTFValues() 157 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 228 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
D | decompress.c | 120 Int32 EOB; in BZ2_decompress() local 174 EOB = s->save_EOB; in BZ2_decompress() 357 EOB = s->nInUse+1; in BZ2_decompress() 383 if (nextSym == EOB) break; in BZ2_decompress() 627 s->save_EOB = EOB; in BZ2_decompress()
|
/third_party/uboot/u-boot-2020.01/lib/bzip2/ |
D | bzlib_compress.c | 166 Int32 EOB; in generateMTFValues() local 195 EOB = s->nInUse+1; in generateMTFValues() 197 for (i = 0; i <= EOB; i++) s->mtfFreq[i] = 0; in generateMTFValues() 268 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++; in generateMTFValues()
|
D | bzlib_decompress.c | 163 Int32 EOB; in BZ2_decompress() local 217 EOB = s->save_EOB; in BZ2_decompress() 394 EOB = s->nInUse+1; in BZ2_decompress() 423 if (nextSym == EOB) break; in BZ2_decompress() 649 s->save_EOB = EOB; in BZ2_decompress()
|
/third_party/toybox/kconfig/ |
D | lex.zconf.c_shipped | 199 /* Size of input buffer in bytes, not including room for EOB 204 /* Number of characters read into yy_ch_buf, not including EOB 1289 /* Amount of text matched not including the EOB char. */ 1313 * of the first EOB in the buffer, since yy_c_buf_p will 1315 * (since all states make transitions on EOB to the 1438 /* We matched a single character, the EOB, so 1446 /* We matched some text prior to the EOB, first 1491 /* Include room in for 2 EOB chars. */ 1547 /* yy_get_previous_state - get the state just before the EOB char was reached */ 1590 /* +2 for EOB chars. */ [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jcphuff.c | 818 EOB = k + koffset; /* EOB = index of last newly-nonzero coef */ \ 828 int EOB = 0; in encode_mcu_AC_refine_prepare() local 860 return EOB; in encode_mcu_AC_refine_prepare()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jcphuff.c | 811 EOB = k + koffset; /* EOB = index of last newly-nonzero coef */ \ 821 int EOB = 0; in encode_mcu_AC_refine_prepare() local 853 return EOB; in encode_mcu_AC_refine_prepare()
|
/third_party/libjpeg/ |
D | jchuff.c | 790 int EOB; in encode_mcu_AC_refine() local 813 EOB = 0; in encode_mcu_AC_refine() 825 EOB = k; /* EOB = index of last newly-nonzero coef */ in encode_mcu_AC_refine() 841 while (r > 15 && k <= EOB) { in encode_mcu_AC_refine()
|
/third_party/zlib/ |
D | ChangeLog | 810 - Fix strm->data_type on inflate() return to correctly indicate EOB
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | ChangeLog | 810 - Fix strm->data_type on inflate() return to correctly indicate EOB
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | ChangeLog | 810 - Fix strm->data_type on inflate() return to correctly indicate EOB
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 5684 This is only TRUE for EOS / EOB NALs. Before this patch, passing 49571 videoparsers: h265: Avoid skipping of EOS and EOB nals 55441 The EOS and EOB nals have the size 2 which is the size of 55892 codecparser: h265: Fix nal size calculation for EOS and EOB
|