Searched refs:RESTORATION_PROC_UNIT_PELS (Results 1 – 5 of 5) sorted by relevance
510 16, 4 * sizeof(*buf) * RESTORATION_PROC_UNIT_PELS); in av1_selfguided_restoration_sse4_1()512 memset(buf, 0, 4 * sizeof(*buf) * RESTORATION_PROC_UNIT_PELS); in av1_selfguided_restoration_sse4_1()524 int32_t *Atl = buf + 0 * RESTORATION_PROC_UNIT_PELS + 3; in av1_selfguided_restoration_sse4_1()525 int32_t *Btl = buf + 1 * RESTORATION_PROC_UNIT_PELS + 3; in av1_selfguided_restoration_sse4_1()526 int32_t *Ctl = buf + 2 * RESTORATION_PROC_UNIT_PELS + 3; in av1_selfguided_restoration_sse4_1()527 int32_t *Dtl = buf + 3 * RESTORATION_PROC_UNIT_PELS + 3; in av1_selfguided_restoration_sse4_1()
556 const int buf_elts = ALIGN_POWER_OF_TWO(RESTORATION_PROC_UNIT_PELS, 3); in av1_selfguided_restoration_avx2()559 32, 4 * sizeof(*buf) * ALIGN_POWER_OF_TWO(RESTORATION_PROC_UNIT_PELS, 3)); in av1_selfguided_restoration_avx2()
1188 const size_t buf_size = 3 * sizeof(int32_t) * RESTORATION_PROC_UNIT_PELS; in restoration_fast_internal()1193 int32_t *sum_buf = square_sum_buf + RESTORATION_PROC_UNIT_PELS; in restoration_fast_internal()1194 uint16_t *tmp16_buf = (uint16_t *)(sum_buf + RESTORATION_PROC_UNIT_PELS); in restoration_fast_internal()1195 assert((char *)(sum_buf + RESTORATION_PROC_UNIT_PELS) <= in restoration_fast_internal()1257 const size_t buf_size = 3 * sizeof(int32_t) * RESTORATION_PROC_UNIT_PELS; in restoration_internal()1262 int32_t *B = square_sum_buf + RESTORATION_PROC_UNIT_PELS; in restoration_internal()1263 uint16_t *A16 = (uint16_t *)(B + RESTORATION_PROC_UNIT_PELS); in restoration_internal()1264 uint16_t *sum_buf = A16 + RESTORATION_PROC_UNIT_PELS; in restoration_internal()1266 assert((char *)(sum_buf + RESTORATION_PROC_UNIT_PELS) <= in restoration_internal()1424 uint16_t dgd16_[RESTORATION_PROC_UNIT_PELS]; in av1_selfguided_restoration_neon()[all …]
74 #define RESTORATION_PROC_UNIT_PELS \ macro
729 int32_t A_[RESTORATION_PROC_UNIT_PELS]; in selfguided_restoration_fast_internal()730 int32_t B_[RESTORATION_PROC_UNIT_PELS]; in selfguided_restoration_fast_internal()788 int32_t A_[RESTORATION_PROC_UNIT_PELS]; in selfguided_restoration_internal()789 int32_t B_[RESTORATION_PROC_UNIT_PELS]; in selfguided_restoration_internal()827 int32_t dgd32_[RESTORATION_PROC_UNIT_PELS]; in av1_selfguided_restoration_c()