Searched refs:lpc_weighting (Results 1 – 4 of 4) sorted by relevance
| /liblc3-latest/test/ |
| D | tns.py | 115 (self.nfilters, self.lpc_weighting, self.rc_order, self.rc) = \ 123 'lpc_weighting' : self.lpc_weighting, 128 lpc_weighting = self.lpc_weighting 135 nbits_order = T.TNS_ORDER_BITS[int(lpc_weighting)][rc_order] 201 def quantization(self, rc, lpc_weighting): argument 240 self.lpc_weighting = nbytes < 120 * (1 + self.dt) / 8 253 if self.lpc_weighting and pred_gain < 2: 259 self.quantization(rc, self.lpc_weighting) 276 lpc_weighting = self.lpc_weighting 284 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-latest/src/ |
| D | tns.c | 197 LC3_HOT static void lpc_weighting(float pred_gain, float *a) in lpc_weighting() function 400 data->lpc_weighting = resolve_lpc_weighting(dt, nbytes); in lc3_tns_analyze() 412 if (data->lpc_weighting && pred_gain[f] < 2.f) in lc3_tns_analyze() 413 lpc_weighting(pred_gain[f], a[f]); in lc3_tns_analyze() 452 [data->lpc_weighting][rc_order-1] : 0; in lc3_tns_get_nbits() 476 lc3_tns_order_models + data->lpc_weighting, rc_order-1); in lc3_tns_put_data() 491 data->lpc_weighting = resolve_lpc_weighting(dt, nbytes); in lc3_tns_get_data() 500 lc3_tns_order_models + data->lpc_weighting); in lc3_tns_get_data()
|
| D | tns.h | 32 bool lpc_weighting; member
|