Home
last modified time | relevance | path

Searched refs:rate_s (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwavpack.c417 static void init_ptable(int *table, int rate_i, int rate_s) in init_ptable() argument
429 rate += (rate * rate_s + 128) >> 8; in init_ptable()
448 int rate_i, rate_s; in wv_unpack_dsd_high() local
455 rate_s = bytestream2_get_byte(&s->gbyte); in wv_unpack_dsd_high()
457 if (rate_s != RATE_S) in wv_unpack_dsd_high()
460 init_ptable(s->ptable, rate_i, rate_s); in wv_unpack_dsd_high()

Completed in 3 milliseconds