Home
last modified time | relevance | path

Searched refs:num_x_channels (Results 1 – 7 of 7) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_m1m2_common.c59 WORD32 num_x_channels = pstr_mps_state->num_x_channels; in ixheaacd_buffer_m1() local
74 for (col = 0; col < num_x_channels; col++) { in ixheaacd_buffer_m1()
92 for (col = 0; col < num_x_channels; col++) { in ixheaacd_buffer_m1()
Dixheaacd_mps_bitdec.c2278 curr_state->num_x_channels = 1; in ixheaacd_set_current_state_parameters()
2280 curr_state->num_x_channels += 1; in ixheaacd_set_current_state_parameters()
2303 curr_state->num_x_channels = 1; in ixheaacd_set_current_state_parameters()
2305 curr_state->num_x_channels += 1; in ixheaacd_set_current_state_parameters()
2341 curr_state->num_x_channels = 3; in ixheaacd_set_current_state_parameters()
2343 curr_state->num_x_channels = 2; in ixheaacd_set_current_state_parameters()
2347 curr_state->num_x_channels = 5; in ixheaacd_set_current_state_parameters()
2353 curr_state->num_x_channels = 2; in ixheaacd_set_current_state_parameters()
2357 curr_state->num_x_channels = 5; in ixheaacd_set_current_state_parameters()
2394 curr_state->num_x_channels = 3; in ixheaacd_set_current_state_parameters()
[all …]
Dixheaacd_mps_smoothing.c274 WORD32 num_x_channels = curr_state->num_x_channels; in ixheaacd_smooth_m1m2() local
343 for (col = 0; col < num_x_channels; col++) { in ixheaacd_smooth_m1m2()
418 for (col = 0; col < num_x_channels; col++) { in ixheaacd_smooth_m1m2()
Dixheaacd_mps_calc_m1m2_tree_52xx.c287 WORD32 num_x_channels = pstr_mps_state->num_x_channels; in ixheaacd_calc_m1m2_5251() local
477 for (col = 0; col < num_x_channels; col++) { in ixheaacd_calc_m1m2_5251()
Dixheaacd_mps_apply_m1.c58 WORD32 x_channels = curr_state->num_x_channels; in ixheaacd_mps_apply_m1()
Dixheaacd_mps_calc_m1m2_tree_727x.c259 for (col = 0; col < pstr_mps_state->num_x_channels; col++) { in ixheaacd_calc_m1m2_7271()
667 for (col = 0; col < pstr_mps_state->num_x_channels; col++) { in ixheaacd_calc_m1m2_7272()
Dixheaacd_mps_dec.h906 WORD32 num_x_channels; member