Searched defs:pred8 (Results 1 – 11 of 11) sorted by relevance
/external/libaom/libaom/test/ |
D | comp_avg_pred_test.h | 98 uint8_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local 143 uint8_t pred8[kMaxSize * kMaxSize]; in RunSpeedTest() local 202 uint8_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local 265 uint8_t pred8[kMaxSize * kMaxSize]; in RunSpeedTest() local 331 uint16_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local 380 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/libaom/aom_dsp/ |
D | subtract.c | 37 ptrdiff_t src_stride, const uint8_t *pred8, in aom_highbd_subtract_block_c()
|
D | variance.c | 856 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_avg_pred_c() 1006 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_avg_upsampled_pred_c() 1026 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_c() 1050 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_c() 1156 void aom_highbd_comp_mask_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_c() 1180 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_mask_upsampled_pred()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_variance_sse2.c | 771 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_avg_upsampled_pred_sse2() 807 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_sse2() 859 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_dist_wtd_comp_avg_upsampled_pred_sse2()
|
D | highbd_subtract_sse2.c | 258 ptrdiff_t src_stride, const uint8_t *pred8, in aom_highbd_subtract_block_sse2()
|
D | variance_avx2.c | 436 void aom_highbd_comp_mask_pred_avx2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_avx2()
|
D | variance_sse2.c | 717 void aom_highbd_comp_mask_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_sse2()
|
/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 44 const uint8_t *pred8, ptrdiff_t pred_stride) { in subtract_block()
|
D | temporal_filter.c | 162 const uint8_t *pred8, int buf_stride, unsigned int block_width, in highbd_apply_temporal_filter_self()
|
D | mcomp.c | 648 uint8_t *pred8 = CONVERT_TO_BYTEPTR(pred16); in upsampled_pref_error() local 2551 uint8_t *pred8 = CONVERT_TO_BYTEPTR(pred); in upsampled_obmc_pref_error() local
|
/external/libaom/libaom/av1/common/ |
D | warped_motion.c | 519 const uint8_t *const pred8, int p_col, int p_row, in highbd_warp_plane()
|