Home
last modified time | relevance | path

Searched refs:noise_factor (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_acelp_info.h31 WORD32 noise_factor[NUM_FRAMES]; member
Dixheaacd_tcx_fwd_alcnx.c215 (8.0f - ((FLOAT32)pstr_td_frame_data->noise_factor[frame_index])); in ixheaacd_tcx_mdct()
Dixheaacd_acelp_bitparse.c334 pstr_td_frame_data->noise_factor[k] = ixheaacd_read_bits_buf(it_bit_buff, 3); in ixheaacd_tcx_coding()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1541 double noise_factor = pow((section_noise / SECTION_NOISE_DEF), 0.5); in get_twopass_worst_quality() local
1542 noise_factor = fclamp(noise_factor, NOISE_FACTOR_MIN, NOISE_FACTOR_MAX); in get_twopass_worst_quality()
1590 factor * speed_term * cpi->twopass.bpm_factor * noise_factor, in get_twopass_worst_quality()