Home
last modified time | relevance | path

Searched refs:m1_param_present (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_mps_initfuncs.c451 curr_state->m1_param_present[0][0] = 1; in ixheaacd_set_m2_params()
452 curr_state->m1_param_present[1][0] = 1; in ixheaacd_set_m2_params()
460 curr_state->m1_param_present[0][0] = 1; in ixheaacd_set_m2_params()
461 curr_state->m1_param_present[3][0] = 1; in ixheaacd_set_m2_params()
482 curr_state->m1_param_present[0][0] = 1; in ixheaacd_set_m2_params()
483 curr_state->m1_param_present[1][0] = 1; in ixheaacd_set_m2_params()
484 curr_state->m1_param_present[2][0] = 1; in ixheaacd_set_m2_params()
485 curr_state->m1_param_present[3][0] = 1; in ixheaacd_set_m2_params()
486 curr_state->m1_param_present[4][0] = 1; in ixheaacd_set_m2_params()
499 curr_state->m1_param_present[0][0] = 1; in ixheaacd_set_m2_params()
[all …]
H A Dixheaacd_mps_calc_m1m2_tree_515x.c267 curr_state->m1_param_present[0][1] = 1; in ixheaacd_calc_m1m2_5151()
268 curr_state->m1_param_present[1][1] = 1; in ixheaacd_calc_m1m2_5151()
269 curr_state->m1_param_present[2][1] = 1; in ixheaacd_calc_m1m2_5151()
270 curr_state->m1_param_present[3][1] = 1; in ixheaacd_calc_m1m2_5151()
271 curr_state->m1_param_present[4][1] = 1; in ixheaacd_calc_m1m2_5151()
508 curr_state->m1_param_present[0][1] = 1; in ixheaacd_calc_m1m2_5152()
509 curr_state->m1_param_present[1][1] = 1; in ixheaacd_calc_m1m2_5152()
510 curr_state->m1_param_present[2][1] = 1; in ixheaacd_calc_m1m2_5152()
511 curr_state->m1_param_present[3][1] = 1; in ixheaacd_calc_m1m2_5152()
512 curr_state->m1_param_present[4][1] = 1; in ixheaacd_calc_m1m2_5152()
H A Dixheaacd_mps_calc_m1m2_tree_727x.c294 curr_state->m1_param_present[3][col] = 1; in ixheaacd_calc_m1m2_7271()
295 curr_state->m1_param_present[4][col] = 1; in ixheaacd_calc_m1m2_7271()
307 curr_state->m1_param_present[5][col] = 1; in ixheaacd_calc_m1m2_7271()
325 curr_state->m1_param_present[6][col] = 1; in ixheaacd_calc_m1m2_7271()
326 curr_state->m1_param_present[7][col] = 1; in ixheaacd_calc_m1m2_7271()
740 curr_state->m1_param_present[3][col] = 1; in ixheaacd_calc_m1m2_7272()
741 curr_state->m1_param_present[4][col] = 1; in ixheaacd_calc_m1m2_7272()
748 curr_state->m1_param_present[5][col] = 1; in ixheaacd_calc_m1m2_7272()
766 curr_state->m1_param_present[6][col] = 1; in ixheaacd_calc_m1m2_7272()
767 curr_state->m1_param_present[7][col] = 1; in ixheaacd_calc_m1m2_7272()
H A Dixheaacd_mps_apply_m1.c109 if (pstr_mps_state->m1_param_present[row][col]) { in ixheaacd_mps_apply_m1()
171 if (pstr_mps_state->m1_param_present[row][col]) { in ixheaacd_mps_apply_m1()
H A Dixheaacd_mps_calc_m1m2_tree_52xx.c508 pstr_mps_state->m1_param_present[3][col] = 1; in ixheaacd_calc_m1m2_5251()
509 pstr_mps_state->m1_param_present[4][col] = 1; in ixheaacd_calc_m1m2_5251()
516 pstr_mps_state->m1_param_present[5][col] = 1; in ixheaacd_calc_m1m2_5251()
H A Dixheaacd_mps_dec.h952 WORD32 m1_param_present[MAX_M1_OUTPUT][MAX_INPUT_CHANNELS_MPS]; member