Lines Matching refs:data
526 data = ltpf.get_data()
534 ok = ok and data_c['active'] == data['active']
535 ok = ok and data_c['pitch_index'] == data['pitch_index']
590 (pitch_present, data) = lc3.ltpf_analyse(dt, sr, state, x)
595 ok = ok and data['pitch_index'] == C.PITCH_INDEX[i0][0]
596 ok = ok and data['active'] == C.LTPF_ACTIVE[i0][0]
599 (pitch_present, data) = lc3.ltpf_analyse(dt, sr, state, x)
604 ok = ok and data['pitch_index'] == C.PITCH_INDEX[i0][1]
605 ok = ok and data['active'] == C.LTPF_ACTIVE[i0][1]
643 data = { 'active' : ACTIVE[i][0], 'pitch_index' : PITCH_INDEX[i][0] }
646 lc3.ltpf_synthesize(dt, sr, nbytes, state, data, x)
648 data = { 'active' : ACTIVE[i][1], 'pitch_index' : PITCH_INDEX[i][1] }
653 y = lc3.ltpf_synthesize(dt, sr, nbytes, state, data, x)[nd:]