Searched refs:redundancy (Results 1 – 25 of 33) sorted by relevance
12
/external/libopus/src/ |
D | opus_decoder.c | 222 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 …]
|
D | opus_encoder.c | 1088 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/ |
D | pnio_rtc.uts | 73 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/ |
D | streaming_api_basics.md | 23 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/ |
D | coverage.txt | 5 I could find to reduce this redundancy.
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | non-local-offset.ll | 31 ; redundancy.
|
D | rle.ll | 261 ;; non-local i32 -> i8 partial redundancy load forwarding. 331 ;; non-local i32 -> i8 partial redundancy load forwarding.
|
/external/llvm/test/Transforms/GVN/ |
D | non-local-offset.ll | 31 ; redundancy.
|
D | invariant-load.ll | 31 ; be a case for PRE becomes a full redundancy.
|
D | volatile.ll | 76 ; Does cross block redundancy elimination work with volatiles?
|
D | rle.ll | 277 ;; non-local i32 -> i8 partial redundancy load forwarding. 360 ;; non-local i32 -> i8 partial redundancy load forwarding.
|
/external/llvm/test/Transforms/LoopDistribute/ |
D | bounds-expansion-bug.ll | 13 ; redundancy. However, due to logic in SCEVExpander::ReuseOrCreateCast, we
|
/external/llvm/docs/ |
D | Lexicon.rst | 199 Rearranging associative expressions to promote better redundancy elimination
|
D | CompileCudaWithLLVM.rst | 205 * **Straight-line scalar optimizations**. These optimizations reduce redundancy
|
/external/freetype/docs/ |
D | formats.txt | 47 multiple font faces that share some tables to avoid redundancy, thus
|
/external/clang/test/SemaObjC/ |
D | kindof.m | 53 // Test redundancy of __kindof.
|
/external/zlib/src/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
|
/external/python/cpython3/Doc/library/ |
D | lzma.rst | 379 the aim of increasing the redundancy that can be exploited by the compressor.
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | induction.ll | 36 ; create in the loop vectorizer we need to perform some form of redundancy
|
/external/v8/ |
D | Android.v8.mk | 177 src/compiler/redundancy-elimination.cc \
|
D | BUILD.gn | 1215 "src/compiler/redundancy-elimination.cc", 1216 "src/compiler/redundancy-elimination.h",
|
/external/v8/src/ |
D | v8.gyp | 710 'compiler/redundancy-elimination.cc', 711 'compiler/redundancy-elimination.h',
|
/external/lzma/DOC/ |
D | lzma-specification.txt | 1174 1. G. N. N. Martin, Range encoding: an algorithm for removing redundancy
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | README.md | 555 of redundancy (e.g. this transform is always run as part of
|
12