Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c1820 const int max_nz_num = 2; local
1845 for (; si >= 0 && nz_num <= max_nz_num && !fast_mode; --si) { \
1861 if (si == -1 && nz_num <= max_nz_num) {