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()
687 assert(height > 2 * SGRPROJ_BORDER_VERT); in boxsum1()
1151 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in restoration_fast_internal()
1162 assert(r <= SGRPROJ_BORDER_VERT - 1 && r <= SGRPROJ_BORDER_HORZ - 1 && in restoration_fast_internal()
1172 boxsum2((int16_t *)(dgd16 - dgd_stride * SGRPROJ_BORDER_VERT - in restoration_fast_internal()
1177 square_sum_buf += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in restoration_fast_internal()
1178 sum_buf += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in restoration_fast_internal()
1179 tmp16_buf += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in restoration_fast_internal()
1206 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in restoration_internal()
1219 assert(r <= SGRPROJ_BORDER_VERT - 1 && r <= SGRPROJ_BORDER_HORZ - 1 && in restoration_internal()
[all …]
/external/libaom/libaom/av1/common/
Drestoration.c461 assert(height > 2 * SGRPROJ_BORDER_VERT); in boxsum1()
528 assert(height > 2 * SGRPROJ_BORDER_VERT); in boxsum2()
671 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in calculate_intermediate_result()
681 assert(r <= SGRPROJ_BORDER_VERT - 1 && r <= SGRPROJ_BORDER_HORZ - 1 && in calculate_intermediate_result()
684 boxsum(dgd - dgd_stride * SGRPROJ_BORDER_VERT - SGRPROJ_BORDER_HORZ, in calculate_intermediate_result()
686 boxsum(dgd - dgd_stride * SGRPROJ_BORDER_VERT - SGRPROJ_BORDER_HORZ, in calculate_intermediate_result()
688 A += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in calculate_intermediate_result()
689 B += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in calculate_intermediate_result()
775 A += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in selfguided_restoration_fast_internal()
776 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.c513 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_sse4_1()
531 SGRPROJ_BORDER_HORZ + buf_stride * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_sse4_1()
545 SGRPROJ_BORDER_HORZ + dgd_stride * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_sse4_1()
563 assert(params->r[0] < AOMMIN(SGRPROJ_BORDER_VERT, SGRPROJ_BORDER_HORZ)); in av1_selfguided_restoration_sse4_1()
564 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()