/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 221 int src_stride, const uint8_t *dat8, in av1_lowbd_pixel_proj_error_c() argument 228 const uint8_t *dat = dat8; in av1_lowbd_pixel_proj_error_c() 294 const uint8_t *dat8, int dat_stride, in av1_highbd_pixel_proj_error_c() argument 299 const uint16_t *dat = CONVERT_TO_SHORTPTR(dat8); in av1_highbd_pixel_proj_error_c() 368 int src_stride, const uint8_t *dat8, in get_pixel_proj_error() argument 378 return av1_highbd_pixel_proj_error(src8, width, height, src_stride, dat8, in get_pixel_proj_error() 383 return av1_lowbd_pixel_proj_error(src8, width, height, src_stride, dat8, in get_pixel_proj_error() 389 return av1_lowbd_pixel_proj_error(src8, width, height, src_stride, dat8, in get_pixel_proj_error() 398 const uint8_t *dat8, int dat_stride, int use_highbitdepth, int32_t *flt0, in finer_search_pixel_proj_error() argument 402 src8, width, height, src_stride, dat8, dat_stride, use_highbitdepth, flt0, in finer_search_pixel_proj_error() [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | arm-ldrlit.s | 84 .reloc 0x14, R_ARM_LDR_PC_G0, dat8 108 dat8: label
|
D | arm-thumb2-ldrlit.s | 95 .reloc 0x1a, R_ARM_THM_PC12, dat8 118 dat8: label
|
D | arm-thumb2-adr.s | 93 .reloc 0x1a, R_ARM_THM_ALU_PREL_11_0, dat8 116 dat8: label
|
/external/libaom/libaom/av1/encoder/x86/ |
D | pickrst_avx2.c | 503 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in av1_lowbd_pixel_proj_error_avx2() argument 510 const uint8_t *dat = dat8; in av1_lowbd_pixel_proj_error_avx2() 637 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in calc_proj_params_r0_r1_avx2() argument 641 const uint8_t *dat = dat8; in calc_proj_params_r0_r1_avx2() 730 const uint8_t *dat8, in calc_proj_params_r0_avx2() argument 736 const uint8_t *dat = dat8; in calc_proj_params_r0_avx2() 789 const uint8_t *dat8, in calc_proj_params_r1_avx2() argument 795 const uint8_t *dat = dat8; in calc_proj_params_r1_avx2() 847 int src_stride, const uint8_t *dat8, in av1_calc_proj_params_avx2() argument 852 calc_proj_params_r0_r1_avx2(src8, width, height, src_stride, dat8, in av1_calc_proj_params_avx2() [all …]
|
D | pickrst_sse4.c | 506 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in av1_lowbd_pixel_proj_error_sse4_1() argument 513 const uint8_t *dat = dat8; in av1_lowbd_pixel_proj_error_sse4_1() 630 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, in av1_highbd_pixel_proj_error_sse4_1() argument 637 const uint16_t *dat = CONVERT_TO_SHORTPTR(dat8); in av1_highbd_pixel_proj_error_sse4_1()
|
/external/libaom/libaom/av1/common/ |
D | av1_rtcd_defs.pl | 337 …onst uint8_t *src8, int width, int height, int src_stride, const uint8_t *dat8, int dat_stride, in… 340 …onst uint8_t *src8, int width, int height, int src_stride, const uint8_t *dat8, int dat_stride, in… 344 …onst uint8_t *src8, int width, int height, int src_stride, const uint8_t *dat8, int dat_stride, in…
|
D | restoration.c | 911 void av1_apply_selfguided_restoration_c(const uint8_t *dat8, int width, in av1_apply_selfguided_restoration_c() argument 921 dat8, width, height, stride, flt0, flt1, width, eps, bit_depth, highbd); in av1_apply_selfguided_restoration_c() 931 const uint8_t *dat8ij = dat8 + i * stride + j; in av1_apply_selfguided_restoration_c()
|
/external/libaom/libaom/test/ |
D | pickrst_test.cc | 34 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, 199 const uint8_t *dat8, int dat_stride, int32_t *flt0, int flt0_stride, 369 const uint8_t *dat8, int dat_stride,
|
D | selfguided_filter_test.cc | 34 typedef void (*SgrFunc)(const uint8_t *dat8, int width, int height, int stride,
|
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 1405 int av1_selfguided_restoration_neon(const uint8_t *dat8, int width, int height, in av1_selfguided_restoration_neon() argument 1422 const uint16_t *dgd16_tmp = CONVERT_TO_SHORTPTR(dat8); in av1_selfguided_restoration_neon() 1430 dat8 - SGRPROJ_BORDER_VERT * dgd_stride - SGRPROJ_BORDER_HORZ, in av1_selfguided_restoration_neon() 1438 dat8 - SGRPROJ_BORDER_VERT * dgd_stride - SGRPROJ_BORDER_HORZ, dgd_stride, in av1_selfguided_restoration_neon() 1452 void av1_apply_selfguided_restoration_neon(const uint8_t *dat8, int width, in av1_apply_selfguided_restoration_neon() argument 1474 const uint16_t *dgd16_tmp = CONVERT_TO_SHORTPTR(dat8); in av1_apply_selfguided_restoration_neon() 1482 dat8 - SGRPROJ_BORDER_VERT * dgd_stride - SGRPROJ_BORDER_HORZ, in av1_apply_selfguided_restoration_neon() 1490 dat8 - SGRPROJ_BORDER_VERT * dgd_stride - SGRPROJ_BORDER_HORZ, dgd_stride, in av1_apply_selfguided_restoration_neon()
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 585 void av1_apply_selfguided_restoration_sse4_1(const uint8_t *dat8, int width, in av1_apply_selfguided_restoration_sse4_1() argument 594 dat8, width, height, stride, flt0, flt1, width, eps, bit_depth, highbd); in av1_apply_selfguided_restoration_sse4_1() 610 const uint8_t *dat8ij = dat8 + i * stride + j; in av1_apply_selfguided_restoration_sse4_1()
|
D | selfguided_avx2.c | 633 void av1_apply_selfguided_restoration_avx2(const uint8_t *dat8, int width, in av1_apply_selfguided_restoration_avx2() argument 642 dat8, width, height, stride, flt0, flt1, width, eps, bit_depth, highbd); in av1_apply_selfguided_restoration_avx2() 658 const uint8_t *dat8ij = dat8 + i * stride + j; in av1_apply_selfguided_restoration_avx2()
|