Searched refs:rate_s (Results 1 – 1 of 1) sorted by relevance
416 static void init_ptable(int *table, int rate_i, int rate_s) in init_ptable() argument428 rate += (rate * rate_s + 128) >> 8; in init_ptable()447 int rate_i, rate_s; in wv_unpack_dsd_high() local454 rate_s = bytestream2_get_byte(&s->gbyte); in wv_unpack_dsd_high()456 if (rate_s != RATE_S) in wv_unpack_dsd_high()459 init_ptable(s->ptable, rate_i, rate_s); in wv_unpack_dsd_high()