/aosp_15_r20/external/libaom/test/ |
H A D | comp_avg_pred_test.cc | 103 uint8_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local 148 uint8_t pred8[kMaxSize * kMaxSize]; in RunSpeedTest() local 410 uint16_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local 459 uint16_t pred8[kMaxSize * kMaxSize]; in RunSpeedTest() local 521 uint16_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local 586 uint16_t pred8[kMaxSize * kMaxSize]; in RunSpeedTest() local
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | highbd_avg_pred_neon.c | 24 void aom_highbd_comp_avg_pred_neon(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_avg_pred_neon() 77 void aom_highbd_comp_mask_pred_neon(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_neon() 132 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_neon()
|
H A D | subtract_neon.c | 94 ptrdiff_t src_stride, const uint8_t *pred8, in aom_highbd_subtract_block_neon()
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | reconinter_enc_neon.c | 250 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_avg_upsampled_pred_neon() 263 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_neon()
|
H A D | highbd_temporal_filter_neon.c | 290 int tf_wgt_calc_lvl, const uint8_t *pred8, uint32_t *accum, in av1_highbd_apply_temporal_filter_neon()
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | reconinter_enc_sse2.c | 273 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_avg_upsampled_pred_sse2() 295 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_sse2()
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | variance.c | 668 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_avg_pred_c() 687 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_c() 778 void aom_highbd_comp_mask_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_c()
|
H A D | subtract.c | 38 ptrdiff_t src_stride, const uint8_t *pred8, in aom_highbd_subtract_block_c()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | reconinter_enc.c | 620 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_avg_upsampled_pred_c() 641 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_c() 667 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_mask_upsampled_pred()
|
H A D | encodemb.c | 40 ptrdiff_t src_stride, const uint8_t *pred8, in av1_subtract_block()
|
H A D | mcomp.c | 2529 uint8_t *pred8 = CONVERT_TO_BYTEPTR(pred16); in upsampled_pref_error() local 3641 uint8_t *pred8 = CONVERT_TO_BYTEPTR(pred); in upsampled_obmc_pref_error() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | highbd_subtract_sse2.c | 258 ptrdiff_t src_stride, const uint8_t *pred8, in aom_highbd_subtract_block_sse2()
|
H A D | highbd_variance_sse2.c | 627 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_sse2()
|
H A D | variance_sse2.c | 434 void aom_highbd_comp_mask_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_sse2()
|
H A D | variance_avx2.c | 439 void aom_highbd_comp_mask_pred_avx2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_avx2()
|