Searched defs:dat8 (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 184 int src_stride, const uint8_t *dat8, in av1_lowbd_pixel_proj_error_c() 256 const uint8_t *dat8, int dat_stride, in av1_highbd_pixel_proj_error_c() 329 int src_stride, const uint8_t *dat8, in get_pixel_proj_error() 350 const uint8_t *dat8, int dat_stride, int use_highbitdepth, int32_t *flt0, in finer_search_pixel_proj_error() 417 int src_stride, const uint8_t *dat8, in get_proj_subspace() 530 static void apply_sgr(int sgr_params_idx, const uint8_t *dat8, int width, in apply_sgr() 553 const uint8_t *dat8, int width, int height, int dat_stride, in search_selfguided_restoration()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | pickrst_sse4.c | 504 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in av1_lowbd_pixel_proj_error_sse4_1() 627 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in av1_highbd_pixel_proj_error_sse4_1()
|
D | pickrst_avx2.c | 495 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in av1_lowbd_pixel_proj_error_avx2() 627 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in av1_highbd_pixel_proj_error_avx2()
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 583 void apply_selfguided_restoration_sse4_1(const uint8_t *dat8, int width, in apply_selfguided_restoration_sse4_1()
|
D | selfguided_avx2.c | 633 void apply_selfguided_restoration_avx2(const uint8_t *dat8, int width, in apply_selfguided_restoration_avx2()
|
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 1344 int av1_selfguided_restoration_neon(const uint8_t *dat8, int width, int height, in av1_selfguided_restoration_neon() 1383 void apply_selfguided_restoration_neon(const uint8_t *dat8, int width, in apply_selfguided_restoration_neon()
|
/external/libaom/libaom/av1/common/ |
D | restoration.c | 902 void apply_selfguided_restoration_c(const uint8_t *dat8, int width, int height, in apply_selfguided_restoration_c()
|