Searched refs:pitch_index (Results 1 – 4 of 4) sorted by relevance
/liblc3-3.5.0-3.4.0/test/ |
D | ltpf.py | 134 (self.pitch_present, self.pitch_index) = (None, None) 157 'pitch_index' : self.pitch_index } 228 self.pitch_index = 4*e + f - 128 if e < 127 else \ 233 self.pitch_index = 0 280 b.write_uint(self.pitch_index, 9) 301 self.pitch_index = 0 318 self.pitch_index = b.read_uint(9) 323 self.pitch_index = 0 332 pitch_index = self.pitch_index 334 if pitch_index >= 440: [all …]
|
D | ctypes.h | 390 new_scalar(NPY_INT, &data->pitch_index)); in new_ltpf_data() 409 to_scalar(item, NPY_INT, &data->pitch_index)); in to_ltpf_data()
|
/liblc3-3.5.0-3.4.0/src/ |
D | ltpf.h | 39 int pitch_index; member
|
D | ltpf.c | 651 data->pitch_index = refine_pitch(x_12k8, n_12k8, tc, &pitch); in lc3_ltpf_analyse() 799 int p_idx = data ? data->pitch_index : 0; in lc3_ltpf_synthesize() 883 lc3_put_bits(bits, data->pitch_index, 9); in lc3_ltpf_put_data() 892 data->pitch_index = lc3_get_bits(bits, 9); in lc3_ltpf_get_data()
|