Home
last modified time | relevance | path

Searched refs:log_en_hist (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/codecs/amrnb/enc/src/
Ddtx_enc.cpp383 memset(st->log_en_hist, 0, sizeof(Word16)*M); in dtx_enc_reset()
698 if (st->log_en_hist[i] < 0) in dtx_enc()
700 temp = ~((~(st->log_en_hist[i])) >> 2); in dtx_enc()
704 temp = st->log_en_hist[i] >> 2; in dtx_enc()
1001 st->log_en_hist[st->hist_ptr] = log_en >> 1; /* Q10 */ in dtx_buffer()
Ddtx_enc.h104 Word16 log_en_hist[DTX_HIST_SIZE]; member
/frameworks/av/media/codecs/amrwb/dec/src/
Ddtx_decoder_amr_wb.cpp146 st->log_en_hist[i] = st->log_en; in dtx_dec_amr_wb_reset()
232 st->log_en_hist[ptr] = st->log_en_hist[st->hist_ptr]; in dtx_dec_amr_wb()
245 st->log_en = add_int16(st->log_en, st->log_en_hist[i]); in dtx_dec_amr_wb()
500 st->log_en_hist[st->hist_ptr] = log_en; in dtx_dec_amr_wb_activity_update()
897 mean = add_int16(mean, st->log_en_hist[i]); in dithering_control()
903 tmp = sub_int16(st->log_en_hist[i], mean); in dithering_control()
Ddtx.h93 int16 log_en_hist[DTX_HIST_SIZE]; member
140 int16 log_en_hist[DTX_HIST_SIZE]; member
/frameworks/av/media/codecs/amrwb/enc/src/
Ddtx.c119 Set_zero(st->log_en_hist, DTX_HIST_SIZE); in dtx_enc_reset()
183 log_en = add(log_en, st->log_en_hist[i]); in dtx_enc()
331 st->log_en_hist[st->hist_ptr] = log_en; in dtx_buffer()
591 mean = add(mean, st->log_en_hist[i]); in dithering_control()
597 tmp = abs_s(sub(st->log_en_hist[i], mean)); in dithering_control()
/frameworks/av/media/codecs/amrnb/dec/src/
Ddtx_dec.cpp315 st->log_en_hist[i] = st->log_en; in dtx_dec_reset()
921 st->log_en_hist[ptr] = st->log_en_hist[st->log_en_hist_ptr]; /* Q11 */ in dtx_dec()
934 if (st->log_en_hist[i] < 0) in dtx_dec()
936 temp = ~((~st->log_en_hist[i]) >> 3); in dtx_dec()
940 temp = st->log_en_hist[i] >> 3; in dtx_dec()
1563 st->log_en_hist[st->log_en_hist_ptr] = log_en; /* Q11 */ in dtx_dec_activity_update()
Ddtx_dec.h120 Word16 log_en_hist[DTX_HIST_SIZE]; member
/frameworks/av/media/codecs/amrwb/enc/inc/
Ddtx.h45 Word16 log_en_hist[DTX_HIST_SIZE]; member