Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dentropy_decoder.cc66 void UpdateCdf(uint16_t* const cdf, const int symbol_count, const int symbol) { in UpdateCdf() function
488 UpdateCdf(cdf, 5, symbol); in UpdateCdf5()
492 UpdateCdf(cdf, 7, symbol); in UpdateCdf7()
496 UpdateCdf(cdf, 8, symbol); in UpdateCdf8()
500 UpdateCdf(cdf, 11, symbol); in UpdateCdf11()
504 UpdateCdf(cdf, 13, symbol); in UpdateCdf13()
508 UpdateCdf(cdf, 16, symbol); in UpdateCdf16()
577 UpdateCdf(cdf, symbol_count, symbol); in ReadSymbol()
643 UpdateCdf(cdf, symbol_count, symbol); in ReadSymbol()