Searched refs:str_node (Results 1 - 9 of 9) sorted by relevance

/external/libxaac/decoder/drc_src/
H A Dimpd_drc_dynamic_payload.c79 WORD32 gain_coding_profile, ia_node_struct* str_node) {
90 &(str_node[0].loc_db_gain));
119 str_node[k].loc_db_gain = str_node[k - 1].loc_db_gain + drc_gain_delta;
126 ia_node_struct* str_node) {
169 str_node[k].slope = slope_value;
173 str_node[k].slope = 0.0f;
183 ia_node_struct* str_node) {
235 str_node[k].time = drc_frame_size + time_offset;
238 str_node[
78 impd_dec_gains(ia_bit_buf_struct* it_bit_buff, WORD32 no_nodes, WORD32 gain_coding_profile, ia_node_struct* str_node) argument
124 impd_dec_slopes(ia_bit_buf_struct* it_bit_buff, WORD32* no_nodes, WORD32 gain_interpolation_type, ia_node_struct* str_node) argument
179 impd_dec_times(ia_bit_buf_struct* it_bit_buff, ia_tables_struct* str_tables, WORD32 num_nodes, WORD32 delta_tmin, WORD32 drc_frame_size, WORD32 full_frame, WORD32 time_offset, ia_node_struct* str_node) argument
[all...]
H A Dimpd_drc_gain_dec.h28 ia_node_struct str_node; member in struct:__anon13030
H A Dimpd_drc_uni_gain_dec.h28 ia_node_struct str_node; member in struct:__anon13097
H A Dimpd_drc_gain_dec.c549 buf_interpolation->prev_node = buf_interpolation->str_node;
569 duration = str_spline_nodes->str_node[n].time - timePrev;
570 loc_db_gain = str_spline_nodes->str_node[n].loc_db_gain;
571 slope = str_spline_nodes->str_node[n].slope;
579 timePrev = str_spline_nodes->str_node[n].time;
584 buf_interpolation->str_node.loc_db_gain = loc_db_gain;
585 buf_interpolation->str_node.slope = slope;
586 buf_interpolation->str_node.time = timePrev;
H A Dimpd_drc_gain_decoder.c156 .str_node.time = 0;
162 .str_node.loc_db_gain = 0.0f;
165 .str_node.slope = 0.0f;
H A Dimpd_drc_parametric_dec.c761 pstr_parametric_drc_instance_params->str_spline_nodes.str_node[i]
763 pstr_parametric_drc_instance_params->str_spline_nodes.str_node[i].slope =
765 pstr_parametric_drc_instance_params->str_spline_nodes.str_node[i].time =
1027 str_spline_nodes->str_node[nodeIdx].loc_db_gain =
1029 str_spline_nodes->str_node[nodeIdx].slope = 0.f;
1030 str_spline_nodes->str_node[nodeIdx].time =
H A Dimpd_drc_struct.h637 ia_node_struct str_node[NODE_COUNT_MAX]; member in struct:__anon13093
/external/python/cpython2/Python/
H A Dast.c2446 node *str_node = CHILD(n, 2); local
2447 if (store && !forbidden_check(c, str_node, STR(str_node)))
2449 str = NEW_IDENTIFIER(str_node);
/external/python/cpython3/Python/
H A Dast.c3177 node *str_node = CHILD(n, 2); local
3178 str = NEW_IDENTIFIER(str_node);
3181 if (store && forbidden_name(c, str, str_node, 0))

Completed in 162 milliseconds