Searched refs:log_en_hist (Results 1 – 8 of 8) sorted by relevance
383 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()
104 Word16 log_en_hist[DTX_HIST_SIZE]; member
146 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()
93 int16 log_en_hist[DTX_HIST_SIZE]; member140 int16 log_en_hist[DTX_HIST_SIZE]; member
119 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()
315 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()
120 Word16 log_en_hist[DTX_HIST_SIZE]; member
45 Word16 log_en_hist[DTX_HIST_SIZE]; member