Searched refs:str_node (Results 1 – 9 of 9) sorted by relevance
79 WORD32 gain_coding_profile, ia_node_struct* str_node) { in impd_dec_gains() argument90 &(str_node[0].loc_db_gain)); in impd_dec_gains()119 str_node[k].loc_db_gain = str_node[k - 1].loc_db_gain + drc_gain_delta; in impd_dec_gains()126 ia_node_struct* str_node) { in impd_dec_slopes() argument169 str_node[k].slope = slope_value; in impd_dec_slopes()173 str_node[k].slope = 0.0f; in impd_dec_slopes()183 ia_node_struct* str_node) { in impd_dec_times() argument235 str_node[k].time = drc_frame_size + time_offset; in impd_dec_times()238 str_node[k + 1].time = node_time_tmp; in impd_dec_times()240 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()
761 pstr_parametric_drc_instance_params->str_spline_nodes.str_node[i] in impd_parametric_drc_instance_process()763 pstr_parametric_drc_instance_params->str_spline_nodes.str_node[i].slope = in impd_parametric_drc_instance_process()765 pstr_parametric_drc_instance_params->str_spline_nodes.str_node[i].time = in impd_parametric_drc_instance_process()1027 str_spline_nodes->str_node[nodeIdx].loc_db_gain = in impd_parametric_ffwd_type_drc_process()1029 str_spline_nodes->str_node[nodeIdx].slope = 0.f; in impd_parametric_ffwd_type_drc_process()1030 str_spline_nodes->str_node[nodeIdx].time = in impd_parametric_ffwd_type_drc_process()
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()
28 ia_node_struct str_node; member
637 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()
3177 node *str_node = CHILD(n, 2); in alias_for_import_name() local3178 str = NEW_IDENTIFIER(str_node); in alias_for_import_name()3181 if (store && forbidden_name(c, str, str_node, 0)) in alias_for_import_name()