Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c248 static const uint8_t sao_tab[8] = { 0, 1, 2, 2, 3, 3, 4, 4 }; in sao_filter_CTB() local
314 int tab = sao_tab[(FFALIGN(width, 8) >> 3) - 1]; in sao_filter_CTB()