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))
917 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in av1_apply_selfguided_restoration_c()918 assert(width * height <= RESTORATION_UNITPELS_MAX); in av1_apply_selfguided_restoration_c()
591 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in av1_apply_selfguided_restoration_sse4_1()592 assert(width * height <= RESTORATION_UNITPELS_MAX); in av1_apply_selfguided_restoration_sse4_1()
639 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in av1_apply_selfguided_restoration_avx2()640 assert(width * height <= RESTORATION_UNITPELS_MAX); in av1_apply_selfguided_restoration_avx2()
1458 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in av1_apply_selfguided_restoration_neon()1459 assert(width * height <= RESTORATION_UNITPELS_MAX); in av1_apply_selfguided_restoration_neon()
794 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in search_selfguided_restoration()