Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbgmc.c417 static const uint16_t *const cf_table[16] = { variable
435 while (cf_table[sx][symbol] > target) in bgmc_lut_fillp()
531 while (cf_table[sx][symbol] > target) in ff_bgmc_decode()
536 high = low + ((range * cf_table[sx][(symbol) << delta] - (1 << FREQ_BITS)) >> FREQ_BITS); in ff_bgmc_decode()
537 low = low + ((range * cf_table[sx][(symbol + 1) << delta]) >> FREQ_BITS); in ff_bgmc_decode()

Completed in 1 milliseconds