Home
last modified time | relevance | path

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

12

/external/libopus/src/
Dopus_decoder.c243 int redundancy=0; in opus_decode_frame() local
426 redundancy = ec_dec_bit_logp(&dec, 12); in opus_decode_frame()
428 redundancy = 1; in opus_decode_frame()
429 if (redundancy) in opus_decode_frame()
444 redundancy = 0; in opus_decode_frame()
453 if (redundancy) in opus_decode_frame()
496 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE; in opus_decode_frame()
500 if (redundancy && celt_to_silk) in opus_decode_frame()
529 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()
554 if (redundancy && !celt_to_silk) in opus_decode_frame()
[all …]
Dopus_encoder.c1080 int redundancy = 0; in opus_encode_native() local
1417 redundancy = 1; in opus_encode_native()
1427 redundancy=0; in opus_encode_native()
1604 redundancy = 1; in opus_encode_native()
1614 redundancy = 0; in opus_encode_native()
1616 if (redundancy) in opus_encode_native()
1620 redundancy = 0; in opus_encode_native()
1789 if (redundancy && redundancy_bytes >= 2) in opus_encode_native()
1880 redundancy = (redundancy_bytes != 0); in opus_encode_native()
1989 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dnon-local-offset.ll31 ; redundancy.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dnon-local-offset.ll31 ; redundancy.
/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/u-boot/board/sunxi/
DREADME.nand12 and of course, redundancy for the critical parts.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDistribute/
Dbounds-expansion-bug.ll13 ; redundancy. However, due to logic in SCEVExpander::ReuseOrCreateCast, we
/external/llvm/test/Transforms/LoopDistribute/
Dbounds-expansion-bug.ll13 ; redundancy. However, due to logic in SCEVExpander::ReuseOrCreateCast, we
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/
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.
347 ;; non-local i32 -> i8 partial redundancy load forwarding.
/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/swiftshader/third_party/llvm-7.0/llvm/docs/
DLexicon.rst228 Rearranging associative expressions to promote better redundancy elimination
/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

12