Home
last modified time | relevance | path

Searched refs:height_ext (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c1151 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in restoration_fast_internal() local
1175 width_ext, height_ext); in restoration_fast_internal()
1206 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in restoration_internal() local
1231 height_ext); in restoration_internal()
1356 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_neon() local
1365 dgd16_stride, width_ext, height_ext); in av1_selfguided_restoration_neon()
1371 dgd16_stride, width_ext, height_ext); in av1_selfguided_restoration_neon()
1396 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in apply_selfguided_restoration_neon() local
1409 dgd16_stride, width_ext, height_ext); in apply_selfguided_restoration_neon()
1415 dgd16_stride, width_ext, height_ext); in apply_selfguided_restoration_neon()
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c513 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_sse4_1() local
552 height_ext, Ctl, Dtl, buf_stride); in av1_selfguided_restoration_sse4_1()
554 integral_images(dgd0, dgd_stride, width_ext, height_ext, Ctl, Dtl, in av1_selfguided_restoration_sse4_1()
Dselfguided_avx2.c563 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in av1_selfguided_restoration_avx2() local
602 height_ext, Ctl, Dtl, buf_stride); in av1_selfguided_restoration_avx2()
604 integral_images(dgd0, dgd_stride, width_ext, height_ext, Ctl, Dtl, in av1_selfguided_restoration_avx2()
/external/libaom/libaom/av1/common/
Drestoration.c671 const int height_ext = height + 2 * SGRPROJ_BORDER_VERT; in calculate_intermediate_result() local
685 width_ext, height_ext, dgd_stride, r, 0, B, buf_stride); in calculate_intermediate_result()
687 width_ext, height_ext, dgd_stride, r, 1, A, buf_stride); in calculate_intermediate_result()