Home
last modified time | relevance | path

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

12

/external/libopus/src/
Dopus_decoder.c222 int redundancy=0; in opus_decode_frame() local
403 redundancy = ec_dec_bit_logp(&dec, 12); in opus_decode_frame()
405 redundancy = 1; in opus_decode_frame()
406 if (redundancy) in opus_decode_frame()
421 redundancy = 0; in opus_decode_frame()
453 if (redundancy) in opus_decode_frame()
468 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE; in opus_decode_frame()
472 if (redundancy && celt_to_silk) in opus_decode_frame()
501 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()
526 if (redundancy && !celt_to_silk) in opus_decode_frame()
[all …]
Dopus_encoder.c1088 int redundancy = 0; in opus_encode_native() local
1416 redundancy = 1; in opus_encode_native()
1426 redundancy=0; in opus_encode_native()
1599 redundancy = 1; in opus_encode_native()
1608 redundancy = 0; in opus_encode_native()
1610 if (redundancy) in opus_encode_native()
1614 redundancy = 0; in opus_encode_native()
1773 if (redundancy && redundancy_bytes >= 2) in opus_encode_native()
1861 redundancy = (redundancy_bytes != 0); in opus_encode_native()
1963 ec_enc_bit_logp(&enc, redundancy, 12); in opus_encode_native()
[all …]
/external/scapy/scapy/contrib/
Dpnio_rtc.uts73 raw(PNIORealTime(len=20, dataLen=15, cycleCounter=0x1234, dataStatus='redundancy+validData+no_probl…
83 p == PNIORealTime(len=20, dataLen=15, cycleCounter=0x1234, dataStatus='redundancy+validData+no_prob…
99 …len=20, dataLen=15, cycleCounter=0x1234, dataStatus='redundancy+validData+no_problem', transferSta…
/external/lz4/examples/
Dstreaming_api_basics.md23 In other words, LZ4 library find redundancy from single contiguous memory block.
25 So LZ4 library could find more redundancy than Block API.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
Dcoverage.txt5 I could find to reduce this redundancy.
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/
Dnon-local-offset.ll31 ; redundancy.
Drle.ll261 ;; non-local i32 -> i8 partial redundancy load forwarding.
331 ;; non-local i32 -> i8 partial redundancy load forwarding.
/external/llvm/test/Transforms/GVN/
Dnon-local-offset.ll31 ; redundancy.
Dinvariant-load.ll31 ; be a case for PRE becomes a full redundancy.
Dvolatile.ll76 ; Does cross block redundancy elimination work with volatiles?
Drle.ll277 ;; non-local i32 -> i8 partial redundancy load forwarding.
360 ;; non-local i32 -> i8 partial redundancy load forwarding.
/external/llvm/test/Transforms/LoopDistribute/
Dbounds-expansion-bug.ll13 ; redundancy. However, due to logic in SCEVExpander::ReuseOrCreateCast, we
/external/llvm/docs/
DLexicon.rst199 Rearranging associative expressions to promote better redundancy elimination
DCompileCudaWithLLVM.rst205 * **Straight-line scalar optimizations**. These optimizations reduce redundancy
/external/freetype/docs/
Dformats.txt47 multiple font faces that share some tables to avoid redundancy, thus
/external/clang/test/SemaObjC/
Dkindof.m53 // Test redundancy of __kindof.
/external/zlib/src/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
/external/python/cpython3/Doc/library/
Dlzma.rst379 the aim of increasing the redundancy that can be exploited by the compressor.
/external/llvm/test/Transforms/LoopVectorize/
Dinduction.ll36 ; create in the loop vectorizer we need to perform some form of redundancy
/external/v8/
DAndroid.v8.mk177 src/compiler/redundancy-elimination.cc \
DBUILD.gn1215 "src/compiler/redundancy-elimination.cc",
1216 "src/compiler/redundancy-elimination.h",
/external/v8/src/
Dv8.gyp710 'compiler/redundancy-elimination.cc',
711 'compiler/redundancy-elimination.h',
/external/lzma/DOC/
Dlzma-specification.txt1174 1. G. N. N. Martin, Range encoding: an algorithm for removing redundancy
/external/tensorflow/tensorflow/tools/graph_transforms/
DREADME.md555 of redundancy (e.g. this transform is always run as part of

12