/third_party/ffmpeg/libavcodec/ |
D | opusdec.c | 176 int redundancy = 0; in opus_decode_frame() local 216 redundancy = ff_opus_rc_dec_log(&s->rc, 12); in opus_decode_frame() 218 redundancy = 1; in opus_decode_frame() 220 if (redundancy) { in opus_decode_frame() 303 if (redundancy) { in opus_decode_frame()
|
D | opus_silk.c | 791 int active[2][6], redundancy[2]; in ff_silk_decode_superframe() local 818 redundancy[i] = ff_opus_rc_dec_log(rc, 1); in ff_silk_decode_superframe() 823 if (redundancy[i] && duration_ms > 20) { in ff_silk_decode_superframe() 824 redundancy[i] = ff_opus_rc_dec_cdf(rc, duration_ms == 40 ? in ff_silk_decode_superframe() 831 if (redundancy[j] & (1 << i)) { in ff_silk_decode_superframe() 832 int active1 = (j == 0 && !(redundancy[1] & (1 << i))) ? 0 : 1; in ff_silk_decode_superframe()
|
/third_party/lz4/examples/ |
D | streaming_api_basics.md | 23 In other words, LZ4 library finds redundancy from a single contiguous memory block. 25 So Streaming API could find more redundancy than Block API.
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
D | coverage.txt | 5 I could find to reduce this redundancy.
|
/third_party/libabigail/ |
D | COMMIT-LOG-GUIDELINES | 6 that redundancy does help in understanding the commit diff better. If
|
D | NEWS | 100 dwarf-reader: Don't propagate canonical type upon aggregate redundancy 462 Fix redundancy detection in the diff graph 512 Eliminate redundancy in representation of local change kinds. 886 Fix redundancy detection through fn ptr and typedef paths 920 Update tests for the "better leaf mode redundancy management" patchset
|
/third_party/mesa3d/docs/relnotes/ |
D | 13.0.4.rst | 209 - glsl: fix opt_minmax redundancy checks against baserange
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | formats.txt | 47 multiple font faces that share some tables to avoid redundancy, thus
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | formats.txt | 47 multiple font faces that share some tables to avoid redundancy, thus
|
/third_party/freetype/docs/ |
D | formats.txt | 47 multiple font faces that share some tables to avoid redundancy, thus
|
/third_party/zlib/doc/ |
D | rfc1952.txt | 44 cyclic redundancy check value for detecting data corruption. The 519 Any data compression method involves the reduction of redundancy in
|
D | rfc1951.txt | 871 Any data compression method involves the reduction of redundancy in
|
/third_party/rust/crates/unicode-ident/ |
D | README.md | 222 redundancy in the leaf bitmaps. 512 bit chunks are the optimum for total size of
|
/third_party/ffmpeg/doc/ |
D | snow.txt | 324 an algorithm for removing redundancy from a digitised message." by G. N. N.
|
/third_party/python/Doc/library/ |
D | lzma.rst | 379 the aim of increasing the redundancy that can be exploited by the compressor.
|
/third_party/python/Objects/stringlib/ |
D | stringlib_find_two_way_notes.txt | 406 you need the redundancy coming from computing both cuts and
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 156 - Debug info preservation in redundancy-elimination pass (#3839) 1088 - Add global redundancy elimination within a function 1175 - Add redundancy elimination within a basic block (local value numbering)
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CHANGES | 156 - Debug info preservation in redundancy-elimination pass (#3839) 1088 - Add global redundancy elimination within a function 1175 - Add redundancy elimination within a basic block (local value numbering)
|
/third_party/libabigail/tests/data/ |
D | Makefile.am | 923 test-diff-filter/test29-finer-redundancy-marking-report-0.txt \ 924 test-diff-filter/test29-finer-redundancy-marking-v0.o \ 925 test-diff-filter/test29-finer-redundancy-marking-v1.cc \ 926 test-diff-filter/test29-finer-redundancy-marking-v0.cc \ 927 test-diff-filter/test29-finer-redundancy-marking-v1.o \
|
/third_party/spirv-tools/ |
D | CHANGES | 264 - Debug info preservation in redundancy-elimination pass (#3839) 1196 - Add global redundancy elimination within a function 1283 - Add redundancy elimination within a basic block (local value numbering)
|
/third_party/ltp/scripts/ |
D | spelling.txt | 1207 redundacy||redundancy
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_robustness.txt | 547 4.5, to eliminate redundancy. None are functional with the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_robustness.txt | 537 4.5, to eliminate redundancy. None are functional with the
|
/third_party/littlefs/ |
D | DESIGN.md | 352 power-loss resilience) requires two parts: redundancy and error detection. 354 use a 32-bit [CRC][wikipedia-crc]. Maintaining redundancy, on the other hand,
|
/third_party/ffmpeg/libavformat/ |
D | movenc.c | 285 uint8_t leading, dependent, reference, redundancy; in mov_write_sdtp_tag() local 292 leading = reference = redundancy = MOV_SAMPLE_DEPENDENCY_UNKNOWN; in mov_write_sdtp_tag() 300 (reference << 2) | redundancy); in mov_write_sdtp_tag()
|