Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Drestoration.h92 #define SGRPROJ_PARAMS (1 << SGRPROJ_PARAMS_BITS) macro
280 extern const sgr_params_type sgr_params[SGRPROJ_PARAMS];
281 extern int sgrproj_mtable[SGRPROJ_PARAMS][2];
Drestoration.c31 const sgr_params_type sgr_params[SGRPROJ_PARAMS] = {
110 int sgrproj_mtable[SGRPROJ_PARAMS][2];
113 for (int i = 0; i < SGRPROJ_PARAMS; ++i) {
/external/libaom/libaom/av1/encoder/
Dpickrst.c567 for (ep = 0; ep < SGRPROJ_PARAMS; ep++) { in search_selfguided_restoration()