Lines Matching refs:lpc_weighting
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],
285 T.TNS_ORDER_FREQ[int(lpc_weighting)][rc_order-1] )
313 self.lpc_weighting = nbytes < 120 * (1 + self.dt) / 8
323 T.TNS_ORDER_CUMFREQ[int(self.lpc_weighting)],
324 T.TNS_ORDER_FREQ[int(self.lpc_weighting)])
373 ok = ok and data_c['lpc_weighting'] == analysis.lpc_weighting