Searched refs:lpc_weighting (Results 1 – 4 of 4) sorted by relevance
/liblc3-3.5.0-3.4.0/test/ |
D | tns.py | 70 (self.nfilters, self.lpc_weighting, self.rc_order, self.rc) = \ 76 'lpc_weighting' : self.lpc_weighting, 81 lpc_weighting = self.lpc_weighting 88 nbits_order = T.TNS_ORDER_BITS[int(lpc_weighting)][rc_order] 153 def quantization(self, rc, lpc_weighting): argument 189 self.lpc_weighting = nbytes * 8 < 48 * T.DT_MS[self.dt] 201 if self.lpc_weighting and pred_gain < 2: 207 self.quantization(rc, self.lpc_weighting) 224 lpc_weighting = self.lpc_weighting 232 T.TNS_ORDER_CUMFREQ[int(lpc_weighting)][rc_order-1], [all …]
|
D | ctypes.h | 497 new_scalar(NPY_BOOL, &side->lpc_weighting)); in new_tns_data() 521 to_scalar(item, NPY_BOOL, &side->lpc_weighting)); in to_tns_data()
|
/liblc3-3.5.0-3.4.0/src/ |
D | tns.c | 152 LC3_HOT static void lpc_weighting(float pred_gain, float *a) in lpc_weighting() function 353 data->lpc_weighting = resolve_lpc_weighting(dt, nbytes); in lc3_tns_analyze() 363 if (data->lpc_weighting && pred_gain[f] < 2.f) in lc3_tns_analyze() 364 lpc_weighting(pred_gain[f], a[f]); in lc3_tns_analyze() 403 [data->lpc_weighting][rc_order-1] : 0; in lc3_tns_get_nbits() 427 lc3_tns_order_models + data->lpc_weighting, rc_order-1); in lc3_tns_put_data() 442 data->lpc_weighting = resolve_lpc_weighting(dt, nbytes); in lc3_tns_get_data() 451 lc3_tns_order_models + data->lpc_weighting); in lc3_tns_get_data()
|
D | tns.h | 39 bool lpc_weighting; member
|