Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c300 assert(width > 2 * SGRPROJ_BORDER_HORZ); in boxsum2()
686 assert(width > 2 * SGRPROJ_BORDER_HORZ); in boxsum1()
1150 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in restoration_fast_internal()
1162 assert(r <= SGRPROJ_BORDER_VERT - 1 && r <= SGRPROJ_BORDER_HORZ - 1 && in restoration_fast_internal()
1173 SGRPROJ_BORDER_HORZ), 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()
1205 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; 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.c460 assert(width > 2 * SGRPROJ_BORDER_HORZ); in boxsum1()
527 assert(width > 2 * SGRPROJ_BORDER_HORZ); in boxsum2()
670 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; 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()
762 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in selfguided_restoration_fast_internal()
775 A += SGRPROJ_BORDER_VERT * buf_stride + SGRPROJ_BORDER_HORZ; in selfguided_restoration_fast_internal()
[all …]
Drestoration.h36 #define SGRPROJ_BORDER_HORZ 3 // Horizontal border used for Sgr macro
51 #if SGRPROJ_BORDER_HORZ >= WIENER_BORDER_HORZ
52 #define RESTORATION_BORDER_HORZ (SGRPROJ_BORDER_HORZ)
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c512 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; 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.c562 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; 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()