Searched refs:RESTORATION_UNITPELS_MAX (Results 1 – 6 of 6) sorted by relevance
82 #define RESTORATION_UNITPELS_MAX \ macro88 #define SGRPROJ_TMPBUF_SIZE (RESTORATION_UNITPELS_MAX * 2 * sizeof(int32_t))
908 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in apply_selfguided_restoration_c()909 assert(width * height <= RESTORATION_UNITPELS_MAX); in apply_selfguided_restoration_c()
589 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in apply_selfguided_restoration_sse4_1()590 assert(width * height <= RESTORATION_UNITPELS_MAX); in apply_selfguided_restoration_sse4_1()
639 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in apply_selfguided_restoration_avx2()640 assert(width * height <= RESTORATION_UNITPELS_MAX); in apply_selfguided_restoration_avx2()
1389 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in apply_selfguided_restoration_neon()1390 assert(width * height <= RESTORATION_UNITPELS_MAX); in apply_selfguided_restoration_neon()
557 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in search_selfguided_restoration()