Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c508 16, 4 * sizeof(*buf) * RESTORATION_PROC_UNIT_PELS); in av1_selfguided_restoration_sse4_1()
510 memset(buf, 0, 4 * sizeof(*buf) * RESTORATION_PROC_UNIT_PELS); in av1_selfguided_restoration_sse4_1()
522 int32_t *Atl = buf + 0 * RESTORATION_PROC_UNIT_PELS + 3; in av1_selfguided_restoration_sse4_1()
523 int32_t *Btl = buf + 1 * RESTORATION_PROC_UNIT_PELS + 3; in av1_selfguided_restoration_sse4_1()
524 int32_t *Ctl = buf + 2 * RESTORATION_PROC_UNIT_PELS + 3; in av1_selfguided_restoration_sse4_1()
525 int32_t *Dtl = buf + 3 * RESTORATION_PROC_UNIT_PELS + 3; in av1_selfguided_restoration_sse4_1()
Dselfguided_avx2.c556 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()
/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c1154 int32_t A_[RESTORATION_PROC_UNIT_PELS]; in restoration_fast_internal()
1155 uint16_t A16_[RESTORATION_PROC_UNIT_PELS]; in restoration_fast_internal()
1156 int32_t B_[RESTORATION_PROC_UNIT_PELS]; in restoration_fast_internal()
1209 int32_t A_[RESTORATION_PROC_UNIT_PELS]; in restoration_internal()
1210 uint16_t A16_[RESTORATION_PROC_UNIT_PELS]; in restoration_internal()
1211 uint16_t B16_[RESTORATION_PROC_UNIT_PELS]; in restoration_internal()
1212 int32_t B_[RESTORATION_PROC_UNIT_PELS]; in restoration_internal()
1351 uint16_t dgd16_[RESTORATION_PROC_UNIT_PELS]; in av1_selfguided_restoration_neon()
1391 uint16_t dgd16_[RESTORATION_PROC_UNIT_PELS]; in apply_selfguided_restoration_neon()
/external/libaom/libaom/av1/common/
Drestoration.c768 int32_t A_[RESTORATION_PROC_UNIT_PELS]; in selfguided_restoration_fast_internal()
769 int32_t B_[RESTORATION_PROC_UNIT_PELS]; in selfguided_restoration_fast_internal()
827 int32_t A_[RESTORATION_PROC_UNIT_PELS]; in selfguided_restoration_internal()
828 int32_t B_[RESTORATION_PROC_UNIT_PELS]; in selfguided_restoration_internal()
866 int32_t dgd32_[RESTORATION_PROC_UNIT_PELS]; in av1_selfguided_restoration_c()
Drestoration.h70 #define RESTORATION_PROC_UNIT_PELS \ macro