Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c301 assert(height > 2 * SGRPROJ_BORDER_VERT); in boxsum2()
706 assert(height > 2 * SGRPROJ_BORDER_VERT); in boxsum1()
1185 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in restoration_fast_internal()
1196 assert(r <= SGRPROJ_BORDER_VERT - 1 && r <= SGRPROJ_BORDER_HORZ - 1 && in restoration_fast_internal()
1206 boxsum2((int16_t *)(dgd16 - dgd_stride * SGRPROJ_BORDER_VERT - in restoration_fast_internal()
1211 square_sum_buf += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in restoration_fast_internal()
1212 sum_buf += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in restoration_fast_internal()
1213 tmp16_buf += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in restoration_fast_internal()
1248 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in restoration_internal()
1261 assert(r <= SGRPROJ_BORDER_VERT - 1 && r <= SGRPROJ_BORDER_HORZ - 1 && in restoration_internal()
[all …]
/external/libaom/libaom/av1/common/
Drestoration.c470 assert(height > 2 * SGRPROJ_BORDER_VERT); in boxsum1()
537 assert(height > 2 * SGRPROJ_BORDER_VERT); in boxsum2()
680 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in calculate_intermediate_result()
690 assert(r <= SGRPROJ_BORDER_VERT - 1 && r <= SGRPROJ_BORDER_HORZ - 1 && in calculate_intermediate_result()
693 boxsum(dgd - dgd_stride * SGRPROJ_BORDER_VERT - SGRPROJ_BORDER_HORZ, in calculate_intermediate_result()
695 boxsum(dgd - dgd_stride * SGRPROJ_BORDER_VERT - SGRPROJ_BORDER_HORZ, in calculate_intermediate_result()
697 A += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in calculate_intermediate_result()
698 B += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in calculate_intermediate_result()
784 A += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in selfguided_restoration_fast_internal()
785 B += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in selfguided_restoration_fast_internal()
[all …]
Drestoration.h35 #define SGRPROJ_BORDER_VERT 3 // Vertical border used for Sgr macro
45 #if SGRPROJ_BORDER_VERT >= WIENER_BORDER_VERT
46 #define RESTORATION_BORDER_VERT (SGRPROJ_BORDER_VERT)
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c515 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_sse4_1()
533 SGRPROJ_BORDER_HORZ + buf_stride * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_sse4_1()
547 SGRPROJ_BORDER_HORZ + dgd_stride * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_sse4_1()
565 assert(params->r[0] < AOMMIN(SGRPROJ_BORDER_VERT, SGRPROJ_BORDER_HORZ)); in av1_selfguided_restoration_sse4_1()
566 assert(params->r[1] < AOMMIN(SGRPROJ_BORDER_VERT, SGRPROJ_BORDER_HORZ)); in av1_selfguided_restoration_sse4_1()
Dselfguided_avx2.c563 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_avx2()
581 SGRPROJ_BORDER_HORZ + buf_stride * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_avx2()
595 SGRPROJ_BORDER_HORZ + dgd_stride * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_avx2()
613 assert(params->r[0] < AOMMIN(SGRPROJ_BORDER_VERT, SGRPROJ_BORDER_HORZ)); in av1_selfguided_restoration_avx2()
614 assert(params->r[1] < AOMMIN(SGRPROJ_BORDER_VERT, SGRPROJ_BORDER_HORZ)); in av1_selfguided_restoration_avx2()