Home
last modified time | relevance | path

Searched refs:EOB (Results 1 – 23 of 23) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcavsdec.c76 #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/
Djcphuff-sse2.asm436 %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/
Djcphuff-sse2.asm436 %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/
Djcphuff-sse2.asm456 %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/
Djcphuff-sse2.asm456 %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/
Ddeflate-degenerate-huffman-unused.deflate.commentary.txt43 000012 0x000C 7 0x37 0b_0..._.... "01" is CL=2 (256=EOB)
49 "11" -> EOB
Ddeflate-degenerate-huffman-unused.deflate.make-artificial.txt18 # 102='f', 111='o', 256=EOB
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dcompress.c126 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()
Ddecompress.c120 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/
Dcompress.c126 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()
Ddecompress.c120 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/
Dcompress.c126 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()
Ddecompress.c120 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/
Dbzlib_compress.c166 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()
Dbzlib_decompress.c163 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/
Dlex.zconf.c_shipped199 /* 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/
Djcphuff.c818 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/
Djcphuff.c811 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/
Djchuff.c790 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/
DChangeLog810 - Fix strm->data_type on inflate() return to correctly indicate EOB
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
DChangeLog810 - Fix strm->data_type on inflate() return to correctly indicate EOB
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
DChangeLog810 - Fix strm->data_type on inflate() return to correctly indicate EOB
/third_party/gstreamer/gstplugins_bad/
DChangeLog5684 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