Searched refs:width_ext (Results 1 – 4 of 4) sorted by relevance
/external/libaom/av1/common/arm/ |
D | selfguided_neon.c | 1184 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in restoration_fast_internal() local 1186 const int buf_stride = ((width_ext + 3) & ~3) + 16; in restoration_fast_internal() 1213 width_ext, height_ext); in restoration_fast_internal() 1253 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in restoration_internal() local 1255 const int buf_stride = ((width_ext + 3) & ~3) + 16; in restoration_internal() 1282 dgd_stride, sum_buf, square_sum_buf, buf_stride, width_ext, in restoration_internal() 1428 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in av1_selfguided_restoration_neon() local 1439 dgd16_stride, width_ext, height_ext); in av1_selfguided_restoration_neon() 1445 dgd16_stride, width_ext, height_ext); in av1_selfguided_restoration_neon() 1452 dgd16_stride, width_ext, height_ext); in av1_selfguided_restoration_neon() [all …]
|
/external/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 514 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in av1_selfguided_restoration_sse4_1() local 520 int buf_stride = ((width_ext + 3) & ~3) + 16; in av1_selfguided_restoration_sse4_1() 553 integral_images_highbd(CONVERT_TO_SHORTPTR(dgd0), dgd_stride, width_ext, in av1_selfguided_restoration_sse4_1() 556 integral_images(dgd0, dgd_stride, width_ext, height_ext, Ctl, Dtl, in av1_selfguided_restoration_sse4_1()
|
D | selfguided_avx2.c | 562 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in av1_selfguided_restoration_avx2() local 568 int buf_stride = ALIGN_POWER_OF_TWO(width_ext + 16, 3); in av1_selfguided_restoration_avx2() 601 integral_images_highbd(CONVERT_TO_SHORTPTR(dgd0), dgd_stride, width_ext, in av1_selfguided_restoration_avx2() 604 integral_images(dgd0, dgd_stride, width_ext, height_ext, Ctl, Dtl, in av1_selfguided_restoration_avx2()
|
/external/libaom/av1/common/ |
D | restoration.c | 631 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in calculate_intermediate_result() local 637 int buf_stride = ((width_ext + 3) & ~3) + 16; in calculate_intermediate_result() 646 width_ext, height_ext, dgd_stride, r, 0, B, buf_stride); in calculate_intermediate_result() 648 width_ext, height_ext, dgd_stride, r, 1, A, buf_stride); in calculate_intermediate_result() 723 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in selfguided_restoration_fast_internal() local 728 int buf_stride = ((width_ext + 3) & ~3) + 16; in selfguided_restoration_fast_internal() 782 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in selfguided_restoration_internal() local 787 int buf_stride = ((width_ext + 3) & ~3) + 16; in selfguided_restoration_internal()
|