Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dentropy_decoder.cc63 void UpdateCdf(uint16_t* const cdf, const int symbol_count, const int symbol) { in UpdateCdf() function
516 UpdateCdf(cdf, 5, symbol); in UpdateCdf5()
520 UpdateCdf(cdf, 7, symbol); in UpdateCdf7()
524 UpdateCdf(cdf, 8, symbol); in UpdateCdf8()
528 UpdateCdf(cdf, 9, symbol); in UpdateCdf9()
532 UpdateCdf(cdf, 11, symbol); in UpdateCdf11()
536 UpdateCdf(cdf, 13, symbol); in UpdateCdf13()
540 UpdateCdf(cdf, 16, symbol); in UpdateCdf16()
649 UpdateCdf(cdf, symbol_count, symbol); in ReadSymbol()
718 UpdateCdf(cdf, symbol_count, symbol); in ReadSymbol()