Searched defs:comp_pred8 (Results 1 – 7 of 7) sorted by relevance
| /external/libaom/av1/encoder/x86/ |
| D | reconinter_enc_sse2.c | 169 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()
|
| /external/libaom/av1/encoder/ |
| D | reconinter_enc.c | 565 uint8_t *comp_pred8, int width, int height, in aom_highbd_upsampled_pred_c() 644 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_avg_upsampled_pred_c() 665 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_c() 691 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_mask_upsampled_pred()
|
| /external/libaom/aom_dsp/ |
| D | variance.c | 731 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_avg_pred_c() 750 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_c() 841 void aom_highbd_comp_mask_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_c()
|
| /external/libaom/aom_dsp/x86/ |
| D | highbd_variance_sse2.c | 628 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_sse2()
|
| D | variance_sse2.c | 591 void aom_highbd_comp_mask_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_sse2()
|
| D | variance_avx2.c | 347 void aom_highbd_comp_mask_pred_avx2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_avx2()
|
| /external/libaom/test/ |
| D | sad_test.cc | 261 uint8_t *const comp_pred8 = comp_pred_; in ReferenceDistWtdCompAvg() local
|