Home
last modified time | relevance | path

Searched defs:comp_pred8 (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_avg_pred_neon.c24 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()
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dreconinter_enc_neon.c145 uint8_t *comp_pred8, int width, int height, in aom_highbd_upsampled_pred_neon()
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()
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dreconinter_enc_sse2.c169 uint8_t *comp_pred8, int width, int height, in aom_highbd_upsampled_pred_sse2()
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/av1/encoder/
H A Dreconinter_enc.c541 uint8_t *comp_pred8, int width, int height, in aom_highbd_upsampled_pred_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()
/aosp_15_r20/external/libaom/aom_dsp/
H A Dvariance.c668 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()
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dhighbd_variance_sse2.c627 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_sse2()
H A Dvariance_sse2.c434 void aom_highbd_comp_mask_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_sse2()
H A Dvariance_avx2.c439 void aom_highbd_comp_mask_pred_avx2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_avx2()
/aosp_15_r20/external/libaom/test/
H A Dcomp_avg_pred_test.cc287 uint8_t *const comp_pred8 = comp_pred_; in ReferenceDistWtdCompAvg() local