Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daptx.c381 channel->codeword_history = (cw << 8) + ((unsigned)channel->codeword_history << 4); in aptx_update_codeword_history()
392 m = (int64_t)5184443 * (channel->codeword_history >> 7); in ff_aptx_generate_dither()
Daptx.h84 int32_t codeword_history; member