Searched defs:flt1 (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 186 int flt0_stride, int32_t *flt1, in av1_lowbd_pixel_proj_error_c() 258 int32_t *flt1, int flt1_stride, int xq[2], in av1_highbd_pixel_proj_error_c() 332 int32_t *flt1, int flt1_stride, int *xqd, in get_pixel_proj_error() 351 int flt0_stride, int32_t *flt1, int flt1_stride, int start_step, int *xqd, in finer_search_pixel_proj_error() 419 int32_t *flt0, int flt0_stride, int32_t *flt1, in get_proj_subspace() 532 int pu_width, int pu_height, int32_t *flt0, int32_t *flt1, in apply_sgr() 557 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in search_selfguided_restoration() local
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 504 int32_t *flt1, int flt_stride, in av1_selfguided_restoration_sse4_1() 589 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in apply_selfguided_restoration_sse4_1() local
|
D | selfguided_avx2.c | 551 int32_t *flt1, int flt_stride, in av1_selfguided_restoration_avx2() 639 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in apply_selfguided_restoration_avx2() local
|
/external/libaom/libaom/av1/encoder/x86/ |
D | pickrst_sse4.c | 505 int32_t *flt1, int flt1_stride, int xq[2], const sgr_params_type *params) { in av1_lowbd_pixel_proj_error_sse4_1() 628 int32_t *flt1, int flt1_stride, int xq[2], const sgr_params_type *params) { in av1_highbd_pixel_proj_error_sse4_1()
|
D | pickrst_avx2.c | 496 int32_t *flt1, int flt1_stride, int xq[2], const sgr_params_type *params) { in av1_lowbd_pixel_proj_error_avx2() 628 int32_t *flt1, int flt1_stride, int xq[2], const sgr_params_type *params) { in av1_highbd_pixel_proj_error_avx2()
|
/external/libaom/libaom/av1/common/ |
D | restoration.c | 863 int dgd_stride, int32_t *flt0, int32_t *flt1, in av1_selfguided_restoration_c() 908 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in apply_selfguided_restoration_c() local
|
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 1345 int stride, int32_t *flt0, int32_t *flt1, in av1_selfguided_restoration_neon() 1389 int32_t *flt1 = flt0 + RESTORATION_UNITPELS_MAX; in apply_selfguided_restoration_neon() local
|