Searched defs:flt_stride (Results 1 – 8 of 8) sorted by relevance
| /external/libaom/libaom/av1/encoder/arm/neon/ |
| D | picksrt_neon.c | 84 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_lowbd_pixel_proj_error_neon() local
|
| /external/libaom/libaom/av1/encoder/ |
| D | pickrst.c | 326 int flt_stride; in av1_highbd_pixel_proj_error_c() local 748 int flt_stride) { in apply_sgr() 772 const int flt_stride, int *exqd, int64_t *err) { in compute_sgrproj_err() 806 int flt_stride = ((width + 7) & ~7) + 8; in search_selfguided_restoration() local
|
| /external/libaom/libaom/av1/common/x86/ |
| D | selfguided_sse4.c | 506 int32_t *flt1, int flt_stride, in av1_selfguided_restoration_sse4_1()
|
| D | selfguided_avx2.c | 551 int32_t *flt1, int flt_stride, in av1_selfguided_restoration_avx2()
|
| /external/libaom/libaom/av1/encoder/x86/ |
| D | pickrst_sse4.c | 560 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_lowbd_pixel_proj_error_sse4_1() local 1151 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_highbd_pixel_proj_error_sse4_1() local
|
| D | pickrst_avx2.c | 564 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_lowbd_pixel_proj_error_avx2() local 1189 const int flt_stride = (params->r[0] > 0) ? flt0_stride : flt1_stride; in av1_highbd_pixel_proj_error_avx2() local
|
| /external/libaom/libaom/av1/common/ |
| D | restoration.c | 873 int flt_stride, int sgr_params_idx, in av1_selfguided_restoration_c()
|
| /external/libaom/libaom/av1/common/arm/ |
| D | selfguided_neon.c | 1407 int flt_stride, int sgr_params_idx, in av1_selfguided_restoration_neon()
|