Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_decoder.c226 int redundancy=0; in opus_decode_frame() local
392 redundancy = ec_dec_bit_logp(&dec, 12); in opus_decode_frame()
394 redundancy = 1; in opus_decode_frame()
395 if (redundancy) in opus_decode_frame()
410 redundancy = 0; in opus_decode_frame()
442 if (redundancy) in opus_decode_frame()
457 redundant_audio_size = redundancy ? F5*st->channels : ALLOC_NONE; in opus_decode_frame()
461 if (redundancy && celt_to_silk) in opus_decode_frame()
487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) ) in opus_decode_frame()
512 if (redundancy && !celt_to_silk) in opus_decode_frame()
[all …]
Dopus_encoder.c938 int redundancy = 0; in opus_encode_native() local
1187 redundancy = 1; in opus_encode_native()
1197 redundancy=0; in opus_encode_native()
1204 redundancy = 1; in opus_encode_native()
1210 if (redundancy) in opus_encode_native()
1650 redundancy = 1; in opus_encode_native()
1694 if (redundancy) in opus_encode_native()
1770 if (st->mode == MODE_HYBRID && (redundancy || ec_tell(&enc)+37 <= 8*nb_compr_bytes)) in opus_encode_native()
1771 ec_enc_bit_logp(&enc, redundancy, 12); in opus_encode_native()
1772 if (redundancy) in opus_encode_native()
[all …]
/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/gtest/
DAndroid.bp26 // TODO: The targets below have some redundancy. Check if we cannot
/external/llvm/test/Transforms/LoopDistribute/
Dbounds-expansion-bug.ll13 ; redundancy. However, due to logic in SCEVExpander::ReuseOrCreateCast, we
/external/llvm/test/Transforms/LoopVectorize/
Dinduction.ll34 ; create in the loop vectorizer we need to perform some form of redundancy
/external/llvm/docs/
DCompileCudaWithLLVM.rst132 * **Straight-line scalar optimizations**. These optimizations reduce redundancy
DLexicon.rst199 Rearranging associative expressions to promote better redundancy elimination
DProgrammersManual.rst2328 redundancy for the sake of simplicity. The ``User`` object also stores the
/external/clang/test/SemaObjC/
Dkindof.m52 // 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/libvorbis/doc/
D01-introduction.tex376 strictly necessary for function, this minor redundancy allows a packet
/external/lzma/DOC/
Dlzma-specification.txt1173 1. G. N. N. Martin, Range encoding: an algorithm for removing redundancy
/external/opencv3/3rdparty/libpng/
DCHANGES1448 Added #ifdef to remove some redundancy in png_malloc_default().
/external/libpng/
DCHANGES1456 Added #ifdef to remove some redundancy in png_malloc_default().
/external/bison/
DChangeLog-20124438 redundancy.