Searched refs:str_node (Results 1 – 9 of 9) sorted by relevance
78 WORD32 gain_coding_profile, ia_node_struct* str_node) { in impd_dec_gains() argument89 &(str_node[0].loc_db_gain)); in impd_dec_gains()118 str_node[k].loc_db_gain = str_node[k - 1].loc_db_gain + drc_gain_delta; in impd_dec_gains()125 ia_node_struct* str_node) { in impd_dec_slopes() argument170 str_node[k].slope = slope_value; in impd_dec_slopes()174 str_node[k].slope = 0.0f; in impd_dec_slopes()184 ia_node_struct* str_node) { in impd_dec_times() argument236 str_node[k].time = drc_frame_size + time_offset; in impd_dec_times()239 str_node[k + 1].time = node_time_tmp; in impd_dec_times()241 str_node[k].time = node_time_tmp; in impd_dec_times()[all …]
549 buf_interpolation->prev_node = buf_interpolation->str_node; in impd_advance_buf()569 duration = str_spline_nodes->str_node[n].time - timePrev; in impd_concatenate_segments()570 loc_db_gain = str_spline_nodes->str_node[n].loc_db_gain; in impd_concatenate_segments()571 slope = str_spline_nodes->str_node[n].slope; in impd_concatenate_segments()579 timePrev = str_spline_nodes->str_node[n].time; in impd_concatenate_segments()584 buf_interpolation->str_node.loc_db_gain = loc_db_gain; in impd_concatenate_segments()585 buf_interpolation->str_node.slope = slope; in impd_concatenate_segments()586 buf_interpolation->str_node.time = timePrev; in impd_concatenate_segments()
755 pstr_parametric_drc_instance_params->str_spline_nodes.str_node[i] in impd_parametric_drc_instance_process()757 pstr_parametric_drc_instance_params->str_spline_nodes.str_node[i].slope = in impd_parametric_drc_instance_process()759 pstr_parametric_drc_instance_params->str_spline_nodes.str_node[i].time = in impd_parametric_drc_instance_process()1021 str_spline_nodes->str_node[nodeIdx].loc_db_gain = in impd_parametric_ffwd_type_drc_process()1023 str_spline_nodes->str_node[nodeIdx].slope = 0.f; in impd_parametric_ffwd_type_drc_process()1024 str_spline_nodes->str_node[nodeIdx].time = in impd_parametric_ffwd_type_drc_process()
28 ia_node_struct str_node; member
156 .str_node.time = 0; in impd_init_drc_decode_post_config()162 .str_node.loc_db_gain = 0.0f; in impd_init_drc_decode_post_config()165 .str_node.slope = 0.0f; in impd_init_drc_decode_post_config()
644 ia_node_struct str_node[NODE_COUNT_MAX]; member
2446 node *str_node = CHILD(n, 2); in alias_for_import_name() local2447 if (store && !forbidden_check(c, str_node, STR(str_node))) in alias_for_import_name()2449 str = NEW_IDENTIFIER(str_node); in alias_for_import_name()
3171 node *str_node = CHILD(n, 2); in alias_for_import_name() local3172 str = NEW_IDENTIFIER(str_node); in alias_for_import_name()3175 if (store && forbidden_name(c, str, str_node, 0)) in alias_for_import_name()