Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_pre_mix.c354 (self->dir_sig_count + self->decor_sig_count), 1, self); in ixheaacd_mps_apply_pre_matrix()
358 (self->dir_sig_count + self->decor_sig_count), 1, self); in ixheaacd_mps_apply_pre_matrix()
374 for (row = 0; row < (self->dir_sig_count + self->decor_sig_count); in ixheaacd_mps_apply_pre_matrix()
398 for (row = 0; row < (self->dir_sig_count + self->decor_sig_count); in ixheaacd_mps_apply_pre_matrix()
430 self->out_ch_count, (self->dir_sig_count + self->decor_sig_count), self); in ixheaacd_mps_apply_mix_matrix()
434 self->out_ch_count, (self->dir_sig_count + self->decor_sig_count), self); in ixheaacd_mps_apply_mix_matrix()
450 (self->dir_sig_count + self->decor_sig_count), self); in ixheaacd_mps_apply_mix_matrix()
454 self->out_ch_count, (self->dir_sig_count + self->decor_sig_count), in ixheaacd_mps_apply_mix_matrix()
477 for (col = 0; col < (self->dir_sig_count + self->decor_sig_count); in ixheaacd_mps_apply_mix_matrix()
506 for (col = 0; col < (self->dir_sig_count + self->decor_sig_count); in ixheaacd_mps_apply_mix_matrix()
[all …]
Dixheaacd_mps_dec.c196 for (k = self->dir_sig_count; k < self->dir_sig_count + self->decor_sig_count; in ixheaacd_mps_decor()
241 for (row = 0; row < self->dir_sig_count; row++) { in ixheaacd_mps_mix_res_decor()
246 for (row = self->dir_sig_count; in ixheaacd_mps_mix_res_decor()
247 row < (self->dir_sig_count + self->decor_sig_count); row++) { in ixheaacd_mps_mix_res_decor()
257 for (row = 0; row < self->dir_sig_count; row++) { in ixheaacd_mps_mix_res_decor()
262 for (row = self->dir_sig_count; in ixheaacd_mps_mix_res_decor()
263 row < (self->dir_sig_count + self->decor_sig_count); row++) { in ixheaacd_mps_mix_res_decor()
Dixheaacd_mps_dec.h186 WORD32 dir_sig_count; member
Dixheaacd_mps_parse.c1092 self->dir_sig_count = 1; in ixheaacd_mps_header_decode()