Searched refs:redundancy (Results 1 – 25 of 47) sorted by relevance
12
/external/libopus/src/ |
D | opus_decoder.c | 243 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 …]
|
D | opus_encoder.c | 1080 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | non-local-offset.ll | 31 ; redundancy.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | non-local-offset.ll | 31 ; redundancy.
|
/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/u-boot/board/sunxi/ |
D | README.nand | 12 and of course, redundancy for the critical parts.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDistribute/ |
D | bounds-expansion-bug.ll | 13 ; redundancy. However, due to logic in SCEVExpander::ReuseOrCreateCast, we
|
/external/llvm/test/Transforms/LoopDistribute/ |
D | bounds-expansion-bug.ll | 13 ; redundancy. However, due to logic in SCEVExpander::ReuseOrCreateCast, we
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/ |
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. 347 ;; non-local i32 -> i8 partial redundancy load forwarding.
|
/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/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Lexicon.rst | 228 Rearranging associative expressions to promote better redundancy elimination
|
/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
|
12