Searched refs:match_found_flag (Results 1 – 6 of 6) sorted by relevance
/external/libxaac/decoder/drc_src/ |
D | impd_drc_loudness_control.c | 47 WORD32 match_found_flag = 0; in impd_signal_peak_level_info() local 97 match_found_flag = 1; in impd_signal_peak_level_info() 100 if (match_found_flag == 0) { in impd_signal_peak_level_info() 107 match_found_flag = 1; in impd_signal_peak_level_info() 113 if (match_found_flag == 0) { in impd_signal_peak_level_info() 128 match_found_flag = 1; in impd_signal_peak_level_info() 131 if (match_found_flag == 0) { in impd_signal_peak_level_info() 138 match_found_flag = 1; in impd_signal_peak_level_info() 145 if (match_found_flag == 0) { in impd_signal_peak_level_info() 169 match_found_flag = 1; in impd_signal_peak_level_info() [all …]
|
D | impd_drc_selection_process_drcset_selection.c | 275 ia_drc_config* pstr_drc_config, WORD32* match_found_flag, in impd_select_drcs_without_compr_effects() argument 312 *match_found_flag = 1; in impd_select_drcs_without_compr_effects() 319 *match_found_flag = 0; in impd_select_drcs_without_compr_effects() 327 WORD32 state_requested, WORD32* match_found_flag, in impd_match_effect_type_attempt() argument 344 pstr_drc_config, match_found_flag, selection_candidate_count, in impd_match_effect_type_attempt() 407 *match_found_flag = 1; in impd_match_effect_type_attempt() 415 *match_found_flag = 0; in impd_match_effect_type_attempt() 427 WORD32 match_found_flag = 0; in impd_match_effect_types() local 437 &match_found_flag, selection_candidate_count, selection_candidate_info); in impd_match_effect_types() 439 if (match_found_flag) desired_effect_type_found = 1; in impd_match_effect_types() [all …]
|
D | impd_drc_uni_sel_proc_drc_set_sel.h | 70 ia_drc_config* pstr_drc_config, WORD32* match_found_flag, 77 WORD32 stateRequested, WORD32* match_found_flag, 98 WORD32* match_found_flag, WORD32* selection_candidate_count,
|
D | impd_drc_sel_proc_drc_set_sel.h | 93 ia_drc_config* pstr_drc_config, WORD32* match_found_flag, 100 WORD32 stateRequested, WORD32* match_found_flag, 121 WORD32* match_found_flag, WORD32* selection_candidate_count,
|
D | impd_drc_selection_process.c | 575 WORD32 match_found_flag; in impd_match_eq_set_purpose() local 578 match_found_flag = 0; in impd_match_eq_set_purpose() 597 match_found_flag = 1; in impd_match_eq_set_purpose() 601 if (match_found_flag > 0) { in impd_match_eq_set_purpose()
|
/external/libhevc/encoder/ |
D | ihevce_coarse_me_pass.c | 747 WORD32 match_found_flag = 0; in ihevce_coarse_me_frame_dpb_update() local 757 match_found_flag = 1; in ihevce_coarse_me_frame_dpb_update() 765 match_found_flag = 1; in ihevce_coarse_me_frame_dpb_update() 770 if(0 == match_found_flag) in ihevce_coarse_me_frame_dpb_update()
|