Home
last modified time | relevance | path

Searched defs:pred8 (Results 1 – 12 of 12) sorted by relevance

/external/libaom/test/
Dcomp_avg_pred_test.h101 uint8_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local
146 uint8_t pred8[kMaxSize * kMaxSize]; in RunSpeedTest() local
204 uint8_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local
266 uint8_t pred8[kMaxSize * kMaxSize]; in RunSpeedTest() local
332 uint16_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local
381 uint16_t pred8[kMaxSize * kMaxSize]; in RunSpeedTest() local
441 uint16_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local
506 uint16_t pred8[kMaxSize * kMaxSize]; in RunSpeedTest() local
/external/libaom/aom_dsp/
Dsubtract.c38 ptrdiff_t src_stride, const uint8_t *pred8, in aom_highbd_subtract_block_c()
Dvariance.c731 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/arm/
Dsubtract_neon.c93 ptrdiff_t src_stride, const uint8_t *pred8, in aom_highbd_subtract_block_neon()
/external/libaom/av1/encoder/x86/
Dreconinter_enc_sse2.c273 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/
Dreconinter_enc.c644 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()
Dencodemb.c40 ptrdiff_t src_stride, const uint8_t *pred8, in av1_subtract_block()
Dmcomp.c2365 uint8_t *pred8 = CONVERT_TO_BYTEPTR(pred16); in upsampled_pref_error() local
3337 uint8_t *pred8 = CONVERT_TO_BYTEPTR(pred); in upsampled_obmc_pref_error() local
/external/libaom/aom_dsp/x86/
Dhighbd_subtract_sse2.c258 ptrdiff_t src_stride, const uint8_t *pred8, in aom_highbd_subtract_block_sse2()
Dhighbd_variance_sse2.c628 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_sse2()
Dvariance_sse2.c591 void aom_highbd_comp_mask_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_sse2()
Dvariance_avx2.c347 void aom_highbd_comp_mask_pred_avx2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_avx2()