Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daptx.c382 channel->codeword_history = (cw << 8) + ((unsigned)channel->codeword_history << 4); in aptx_update_codeword_history()
393 m = (int64_t)5184443 * (channel->codeword_history >> 7); in ff_aptx_generate_dither()
H A Daptx.h83 int32_t codeword_history; member

Completed in 3 milliseconds