Searched refs:noise_buf (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_esbr_envcal.c | 143 FLOAT32(*noise_buf)[5][64] = &frame_data->noise_buf; in ixheaacd_sbr_env_calc() local 508 (*noise_buf)[n][c] = noise_level_pvc[c][start_pos]; in ixheaacd_sbr_env_calc() 526 (*noise_buf)[4][k] = noise_level_pvc[k][slot_idx]; in ixheaacd_sbr_env_calc() 530 sb_noise += (*noise_buf)[n][k] * smooth_filt[c++]; in ixheaacd_sbr_env_calc() 559 memcpy(temp, (*noise_buf)[0], 64 * sizeof(FLOAT32)); in ixheaacd_sbr_env_calc() 561 memcpy((*noise_buf)[n], (*noise_buf)[n + 1], 64 * sizeof(FLOAT32)); in ixheaacd_sbr_env_calc() 563 memcpy((*noise_buf)[4], temp, 64 * sizeof(FLOAT32)); in ixheaacd_sbr_env_calc() 692 memcpy((*noise_buf)[n], noise_level, in ixheaacd_sbr_env_calc() 706 (*noise_buf)[4][k] = noise_level[k]; in ixheaacd_sbr_env_calc() 710 sb_noise += (*noise_buf)[n][k] * smooth_filt[c++]; in ixheaacd_sbr_env_calc() [all …]
|
D | ixheaacd_lpc.c | 223 FLOAT32 noise_buf[FILTER_DELAY + (2 * LEN_SUBFR)], *noise_tmp1, *noise_tmp2, in ixheaacd_bass_post_filter() local 226 noise_tmp1 = noise_buf + FILTER_DELAY; in ixheaacd_bass_post_filter() 227 noise_tmp2 = noise_buf + FILTER_DELAY + LEN_SUBFR; in ixheaacd_bass_post_filter() 291 memcpy(noise_buf, bpf_prev, (FILTER_DELAY + LEN_SUBFR) * sizeof(FLOAT32)); in ixheaacd_bass_post_filter() 292 memcpy(bpf_prev, noise_buf + LEN_SUBFR, in ixheaacd_bass_post_filter()
|
D | ixheaacd_env_extr.h | 99 FLOAT32 noise_buf[5][64]; member
|
/external/aac/libAACdec/src/ |
D | usacdec_lpd.cpp | 160 noise_buf[L_FILT + (2 * L_SUBFR)]; // L_FILT = 12, L_SUBFR = 64 => 140 in bass_pf_1sf_delay() local 164 noise = noise_buf + L_FILT; // L_FILT = 12 delay of upsampling filter in bass_pf_1sf_delay() 165 noise_in = noise_buf + L_FILT + L_SUBFR; in bass_pf_1sf_delay() 367 FDKmemcpy(noise_buf, mem_bpf, (L_FILT + L_SUBFR) * sizeof(FIXP_DBL)); in bass_pf_1sf_delay() 369 FDKmemcpy(mem_bpf, noise_buf + L_SUBFR, in bass_pf_1sf_delay()
|