Searched refs:pit_max (Results 1 – 1 of 1) sorted by relevance
762 int pit_min, pit_max; in nb_encode() local776 pit_max = ol_pitch+margin; in nb_encode()778 pit_min=pit_max=ol_pitch; in nb_encode()782 pit_max = st->max_pitch; in nb_encode()786 if (st->bounded_pitch && pit_max>offset) in nb_encode()787 pit_max=offset; in nb_encode()791 exc32, SUBMODE(ltp_params), pit_min, pit_max, ol_pitch_coef, in nb_encode()1323 int pit_min, pit_max; in nb_decode() local1342 pit_max = ol_pitch+margin; in nb_decode()1343 if (pit_max > st->max_pitch) in nb_decode()[all …]