Home
last modified time | relevance | path

Searched defs:gain1 (Results 1 – 6 of 6) sorted by relevance

/external/zstd/lib/compress/
Dzstd_lazy.c1587 … int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1); in ZSTD_compressBlock_lazy_generic() local
1601 … int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1); in ZSTD_compressBlock_lazy_generic() local
1609 … int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 4); in ZSTD_compressBlock_lazy_generic() local
1623 … int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1); in ZSTD_compressBlock_lazy_generic() local
1637 … int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1); in ZSTD_compressBlock_lazy_generic() local
1645 … int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 7); in ZSTD_compressBlock_lazy_generic() local
1956 … int const gain1 = (int)(matchLength*3 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1); in ZSTD_compressBlock_lazy_extDict_generic() local
1965 … int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 4); in ZSTD_compressBlock_lazy_extDict_generic() local
1988 … int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 1); in ZSTD_compressBlock_lazy_extDict_generic() local
1997 … int const gain1 = (int)(matchLength*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offcode)) + 7); in ZSTD_compressBlock_lazy_extDict_generic() local
/external/webrtc/common_audio/signal_processing/
Dvector_scaling_operations.c121 void WebRtcSpl_ScaleAndAddVectors(const int16_t *in1, int16_t gain1, int shift1, in WebRtcSpl_ScaleAndAddVectors()
/external/libxaac/decoder/
Dixheaacd_tcx_fwd_alcnx.c184 FLOAT32 gain1[LEN_SUPERFRAME], gain2[LEN_SUPERFRAME]; in ixheaacd_tcx_mdct() local
/external/libxaac/decoder/drc_src/
Dimpd_drc_gain_dec.c416 FLOAT32 gain0, FLOAT32 gain1, FLOAT32 slope0, in impd_interpolate_drc_gain()
/external/libopus/celt/
Dcelt_encoder.c1173 opus_val16 gain1; in run_prefilter() local
1444 opus_val16 gain1 = 0; in celt_encode_with_ec() local
/external/aac/libAACdec/src/
Dusacdec_lpd.cpp309 FIXP_DBL gain1 = gain; in bass_pf_1sf_delay() local