Home
last modified time | relevance | path

Searched refs:p_idx (Results 1 – 1 of 1) sorted by relevance

/liblc3-latest/src/
Dltpf.c863 int p_idx = data ? data->pitch_index : 0; in lc3_ltpf_synthesize() local
865 p_idx >= 440 ? (((p_idx ) - 283) << 2) : in lc3_ltpf_synthesize()
866 p_idx >= 380 ? (((p_idx >> 1) - 63) << 2) + (((p_idx & 1)) << 1) : in lc3_ltpf_synthesize()
867 (((p_idx >> 2) + 32) << 2) + (((p_idx & 3)) << 0) ; in lc3_ltpf_synthesize()