Home
last modified time | relevance | path

Searched refs:redundancy (Results 1 – 25 of 48) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dopusdec.c176 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()
Dopus_silk.c791 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/
Dstreaming_api_basics.md23 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/
Dcoverage.txt5 I could find to reduce this redundancy.
/third_party/libabigail/
DCOMMIT-LOG-GUIDELINES6 that redundancy does help in understanding the commit diff better. If
DNEWS100 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/
D13.0.4.rst209 - glsl: fix opt_minmax redundancy checks against baserange
/third_party/flutter/skia/third_party/externals/freetype/docs/
Dformats.txt47 multiple font faces that share some tables to avoid redundancy, thus
/third_party/skia/third_party/externals/freetype/docs/
Dformats.txt47 multiple font faces that share some tables to avoid redundancy, thus
/third_party/freetype/docs/
Dformats.txt47 multiple font faces that share some tables to avoid redundancy, thus
/third_party/zlib/doc/
Drfc1952.txt44 cyclic redundancy check value for detecting data corruption. The
519 Any data compression method involves the reduction of redundancy in
Drfc1951.txt871 Any data compression method involves the reduction of redundancy in
/third_party/rust/crates/unicode-ident/
DREADME.md222 redundancy in the leaf bitmaps. 512 bit chunks are the optimum for total size of
/third_party/ffmpeg/doc/
Dsnow.txt324 an algorithm for removing redundancy from a digitised message." by G. N. N.
/third_party/python/Doc/library/
Dlzma.rst379 the aim of increasing the redundancy that can be exploited by the compressor.
/third_party/python/Objects/stringlib/
Dstringlib_find_two_way_notes.txt406 you need the redundancy coming from computing both cuts and
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCHANGES156 - 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/
DCHANGES156 - 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/
DMakefile.am923 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/
DCHANGES264 - 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/
Dspelling.txt1207 redundacy||redundancy
/third_party/openGLES/extensions/KHR/
DKHR_robustness.txt547 4.5, to eliminate redundancy. None are functional with the
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_robustness.txt537 4.5, to eliminate redundancy. None are functional with the
/third_party/littlefs/
DDESIGN.md352 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/
Dmovenc.c285 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()

12