Home
last modified time | relevance | path

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

/dports/audio/flite/flite-2.1-release/src/wavesynth/
H A Dcst_sts.c80 if (sts_list->sts) in get_frame_size()
88 else if (sts_list->ressizes) in get_frame_size()
94 return sts_list->resoffs[frame+1] - sts_list->resoffs[frame]; in get_frame_size()
100 if (sts_list->sts) in get_sts_frame()
103 …return &sts_list->sts_paged[frame].frame_page[sts_list->num_channels * sts_list->sts_paged[frame].… in get_sts_frame()
105 return sts_list->frames + (frame * sts_list->num_channels); in get_sts_frame()
110 if (sts_list->sts) in get_sts_residual()
113 return &sts_list->sts_paged[frame].res_page[sts_list->sts_paged[frame].res_offset]; in get_sts_residual()
115 return sts_list->residuals + sts_list->resoffs[frame]; in get_sts_residual()
121 if (sts_list->sts) in get_sts_residual_fixed()
[all …]
H A Dcst_units.c158 cst_sts_list *sts_list; in asis_to_pm() local
187 utt_size += get_frame_size(sts_list, i); in asis_to_pm()
201 cst_sts_list *sts_list; in f0_targets_to_pm() local
258 cst_sts_list *sts_list; in concat_units() local
262 if (sts_list->codec == NULL) in concat_units()
265 residual_type = sts_list->codec; in concat_units()
308 get_frame_size(sts_list, nearest_u_pm), in concat_units()
313 get_frame_size(sts_list, nearest_u_pm), in concat_units()
326 get_frame_size(sts_list, nearest_u_pm), in concat_units()
347 get_frame_size(sts_list, nearest_u_pm), in concat_units()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/flite_hts_engine/flite/include/
H A Dcst_sts.h117 const unsigned short * get_sts_frame(const cst_sts_list *sts_list, int frame);
118 const unsigned char * get_sts_residual(const cst_sts_list *sts_list, int frame);
119 const unsigned char * get_sts_residual_fixed(const cst_sts_list *sts_list, int frame);
121 int get_frame_size(const cst_sts_list *sts_list, int frame);
125 CST_VAL_USER_TYPE_DCLS(sts_list,cst_sts_list)
/dports/audio/flite/flite-2.1-release/include/
H A Dcst_sts.h127 const unsigned short * get_sts_frame(const cst_sts_list *sts_list, int frame);
128 const unsigned char * get_sts_residual(const cst_sts_list *sts_list, int frame);
129 const unsigned char * get_sts_residual_fixed(const cst_sts_list *sts_list, int frame);
131 int get_frame_size(const cst_sts_list *sts_list, int frame);
135 CST_VAL_USER_TYPE_DCLS(sts_list,cst_sts_list)
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dtransport_security_persister.cc113 base::Value sts_list(base::Value::Type::LIST); in SerializeSTSData() local
136 sts_list.Append(std::move(serialized)); in SerializeSTSData()
138 return sts_list; in SerializeSTSData()
142 void DeserializeSTSData(const base::Value& sts_list, in DeserializeSTSData() argument
144 if (!sts_list.is_list()) in DeserializeSTSData()
149 for (const base::Value& sts_entry : sts_list.GetList()) { in DeserializeSTSData()
/dports/audio/flite/flite-2.1-release/src/utils/
H A Dcst_val_user.c60 CST_VAL_REG_TD_TYPE_NODEL(sts_list,cst_sts_list,37)
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/flite_hts_engine/flite/src/utils/
H A Dcst_val_user.c112 CST_VAL_REG_TD_TYPE_NODEL(sts_list,cst_sts_list,37)