Home
last modified time | relevance | path

Searched refs:redundancy (Results 1 – 15 of 15) 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/llvm/docs/
DLexicon.rst174 Rearranging associative expressions to promote better redundancy elimination
DProgrammersManual.rst2320 redundancy for the sake of simplicity. The ``User`` object also stores the
/external/llvm/test/Transforms/LoopVectorize/
Dinduction.ll35 ; create in the loop vectorizer we need to perform some form of redundancy
/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/openssh/
DPROTOCOL.agent150 Note that there is some redundancy in the key parameters; a key could be
/external/libvorbis/doc/
D01-introduction.tex376 strictly necessary for function, this minor redundancy allows a packet
/external/libpng/
DCHANGES1456 Added #ifdef to remove some redundancy in png_malloc_default().
/external/bison/
DChangeLog-20124438 redundancy.