Searched refs:width_ext (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 1150 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in restoration_fast_internal() local 1153 const int buf_stride = ((width_ext + 3) & ~3) + 16; in restoration_fast_internal() 1175 width_ext, height_ext); in restoration_fast_internal() 1205 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in restoration_internal() local 1208 int buf_stride = ((width_ext + 3) & ~3) + 16; in restoration_internal() 1230 dgd_stride, sum_buf, square_sum_buf, buf_stride, width_ext, in restoration_internal() 1355 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; 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() 1395 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in apply_selfguided_restoration_neon() local [all …]
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 512 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in av1_selfguided_restoration_sse4_1() local 518 int buf_stride = ((width_ext + 3) & ~3) + 16; in av1_selfguided_restoration_sse4_1() 551 integral_images_highbd(CONVERT_TO_SHORTPTR(dgd0), dgd_stride, width_ext, in av1_selfguided_restoration_sse4_1() 554 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/libaom/av1/common/ |
D | restoration.c | 670 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in calculate_intermediate_result() local 676 int buf_stride = ((width_ext + 3) & ~3) + 16; in calculate_intermediate_result() 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() 762 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in selfguided_restoration_fast_internal() local 767 int buf_stride = ((width_ext + 3) & ~3) + 16; in selfguided_restoration_fast_internal() 821 const int width_ext = width + 2 * SGRPROJ_BORDER_HORZ; in selfguided_restoration_internal() local 826 int buf_stride = ((width_ext + 3) & ~3) + 16; in selfguided_restoration_internal()
|