Searched refs:dir_sig_count (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_pre_mix.c | 358 (self->dir_sig_count + self->decor_sig_count), 1, self); in ixheaacd_mps_apply_pre_matrix() 362 (self->dir_sig_count + self->decor_sig_count), 1, self); in ixheaacd_mps_apply_pre_matrix() 378 for (row = 0; row < (self->dir_sig_count + self->decor_sig_count); in ixheaacd_mps_apply_pre_matrix() 402 for (row = 0; row < (self->dir_sig_count + self->decor_sig_count); in ixheaacd_mps_apply_pre_matrix() 434 self->out_ch_count, (self->dir_sig_count + self->decor_sig_count), self); in ixheaacd_mps_apply_mix_matrix() 438 self->out_ch_count, (self->dir_sig_count + self->decor_sig_count), self); in ixheaacd_mps_apply_mix_matrix() 454 (self->dir_sig_count + self->decor_sig_count), self); in ixheaacd_mps_apply_mix_matrix() 458 self->out_ch_count, (self->dir_sig_count + self->decor_sig_count), in ixheaacd_mps_apply_mix_matrix() 481 for (col = 0; col < (self->dir_sig_count + self->decor_sig_count); in ixheaacd_mps_apply_mix_matrix() 510 for (col = 0; col < (self->dir_sig_count + self->decor_sig_count); in ixheaacd_mps_apply_mix_matrix() [all …]
|
D | ixheaacd_mps_dec.c | 195 for (k = self->dir_sig_count; k < self->dir_sig_count + self->decor_sig_count; in ixheaacd_mps_decor() 240 for (row = 0; row < self->dir_sig_count; row++) { in ixheaacd_mps_mix_res_decor() 245 for (row = self->dir_sig_count; in ixheaacd_mps_mix_res_decor() 246 row < (self->dir_sig_count + self->decor_sig_count); row++) { in ixheaacd_mps_mix_res_decor() 256 for (row = 0; row < self->dir_sig_count; row++) { in ixheaacd_mps_mix_res_decor() 261 for (row = self->dir_sig_count; in ixheaacd_mps_mix_res_decor() 262 row < (self->dir_sig_count + self->decor_sig_count); row++) { in ixheaacd_mps_mix_res_decor()
|
D | ixheaacd_mps_dec.h | 186 WORD32 dir_sig_count; member
|
D | ixheaacd_mps_parse.c | 1082 self->dir_sig_count = 1; in ixheaacd_mps_header_decode()
|