Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_initfuncs.c446 curr_state->m2_param_present[0][1] = 1; in ixheaacd_set_m2_params()
447 curr_state->m2_param_present[1][1] = 1; in ixheaacd_set_m2_params()
448 curr_state->m2_param_present[0][0] = 2; in ixheaacd_set_m2_params()
449 curr_state->m2_param_present[1][0] = 2; in ixheaacd_set_m2_params()
455 curr_state->m2_param_present[0][3] = 1; in ixheaacd_set_m2_params()
456 curr_state->m2_param_present[1][3] = 1; in ixheaacd_set_m2_params()
457 curr_state->m2_param_present[0][0] = 2; in ixheaacd_set_m2_params()
458 curr_state->m2_param_present[1][0] = 2; in ixheaacd_set_m2_params()
463 curr_state->m2_param_present[0][0] = 3; in ixheaacd_set_m2_params()
464 curr_state->m2_param_present[0][1] = 3; in ixheaacd_set_m2_params()
[all …]
Dixheaacd_mps_m1m2_common.c133 if (pstr_mps_state->m2_param_present[row][col] & 1) { in ixheaacd_buffer_m2()
149 if (pstr_mps_state->m2_param_present[row][col] & 2) { in ixheaacd_buffer_m2()
162 if (pstr_mps_state->m2_param_present[row][col] & 1) { in ixheaacd_buffer_m2()
174 if (pstr_mps_state->m2_param_present[row][col] & 2) { in ixheaacd_buffer_m2()
Dixheaacd_mps_apply_m2.c132 if (curr_state->m2_param_present[row][col] & 2) { in ixheaacd_apply_m2()
176 if (curr_state->m2_param_present[row][col] & 2) { in ixheaacd_apply_m2()
242 if (curr_state->m2_param_present[row][col] & 2) { in ixheaacd_apply_m2()
299 if (curr_state->m2_param_present[row][col] & 2) { in ixheaacd_apply_m2()
383 if (curr_state->m2_param_present[row][col] & 1) { in ixheaacd_apply_m2()
439 if (curr_state->m2_param_present[row][col] & 1) { in ixheaacd_apply_m2()
Dixheaacd_mps_calc_m1m2_tree_727x.c459 pstr_mps_state->m2_param_present[0][5] = 1; in ixheaacd_calc_m1m2_7271()
460 pstr_mps_state->m2_param_present[1][5] = 1; in ixheaacd_calc_m1m2_7271()
461 pstr_mps_state->m2_param_present[3][5] = 1; in ixheaacd_calc_m1m2_7271()
462 pstr_mps_state->m2_param_present[4][5] = 1; in ixheaacd_calc_m1m2_7271()
463 pstr_mps_state->m2_param_present[6][5] = 1; in ixheaacd_calc_m1m2_7271()
881 pstr_mps_state->m2_param_present[0][5] = 1; in ixheaacd_calc_m1m2_7272()
882 pstr_mps_state->m2_param_present[3][5] = 1; in ixheaacd_calc_m1m2_7272()
883 pstr_mps_state->m2_param_present[6][5] = 1; in ixheaacd_calc_m1m2_7272()
Dixheaacd_mps_smoothing.c479 if (curr_state->m2_param_present[row][col] & 2) { in ixheaacd_smooth_m1m2()
554 if (curr_state->m2_param_present[row][col] & 1) { in ixheaacd_smooth_m1m2()
622 if (curr_state->m2_param_present[row][col] & 2) { in ixheaacd_smooth_m1m2()
677 if (curr_state->m2_param_present[row][col] & 1) { in ixheaacd_smooth_m1m2()
Dixheaacd_mps_calc_m1m2_tree_52xx.c618 pstr_mps_state->m2_param_present[0][5] = 3; in ixheaacd_calc_m1m2_5251()
619 pstr_mps_state->m2_param_present[2][5] = 3; in ixheaacd_calc_m1m2_5251()
620 pstr_mps_state->m2_param_present[4][5] = 3; in ixheaacd_calc_m1m2_5251()
Dixheaacd_mps_dec.h953 WORD32 m2_param_present[MAX_M2_OUTPUT][MAX_M2_INPUT]; member