Home
last modified time | relevance | path

Searched refs:pred8 (Results 1 – 14 of 14) sorted by relevance

/external/libaom/libaom/test/
Dcomp_avg_pred_test.h43 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
98 uint8_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local
105 pred8[i * w + j] = rnd_.Rand8(); in RunCheckOutput()
121 aom_dist_wtd_comp_avg_pred_c(output, pred8 + offset_r * w + offset_c, in RunCheckOutput()
124 test_impl(output2, pred8 + offset_r * w + offset_c, in_w, in_h, in RunCheckOutput()
143 uint8_t pred8[kMaxSize * kMaxSize]; in RunSpeedTest() local
150 pred8[i * w + j] = rnd_.Rand8(); in RunSpeedTest()
167 aom_dist_wtd_comp_avg_pred_c(output, pred8, in_w, in_h, ref8, in_w, in RunSpeedTest()
179 test_impl(output2, pred8, in_w, in_h, ref8, in_w, &dist_wtd_comp_params); in RunSpeedTest()
202 uint8_t pred8[kMaxSize * kMaxSize]; in RunCheckOutput() local
[all …]
Dcomp_mask_variance_test.cc281 const uint8_t *pred8, int width,
/external/libaom/libaom/aom_dsp/
Dsubtract.c37 ptrdiff_t src_stride, const uint8_t *pred8, in aom_highbd_subtract_block_c() argument
41 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); in aom_highbd_subtract_block_c()
Dvariance.c856 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_avg_pred_c() argument
860 uint16_t *pred = CONVERT_TO_SHORTPTR(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() argument
1011 const uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); 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() argument
1032 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); 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() argument
1057 const uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); 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() argument
1161 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); in aom_highbd_comp_mask_pred_c()
[all …]
Dvariance.h74 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
Daom_dsp_rtcd_defs.pl968 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
973 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
1383 …add_proto qw/void aom_highbd_comp_avg_pred/, "uint8_t *comp_pred8, const uint8_t *pred8, int width…
1385 … aom_highbd_dist_wtd_comp_avg_pred/, "uint8_t *comp_pred8, const uint8_t *pred8, int width, int he…
1639 …add_proto qw/void aom_highbd_comp_mask_pred/, "uint8_t *comp_pred, const uint8_t *pred8, int width…
/external/libaom/libaom/av1/encoder/
Dencodemb.c44 const uint8_t *pred8, ptrdiff_t pred_stride) { in subtract_block() argument
48 src_stride, pred8, pred_stride, xd->bd); in subtract_block()
51 aom_subtract_block_c(rows, cols, diff, diff_stride, src8, src_stride, pred8, in subtract_block()
59 pred8, pred_stride, xd->bd); in subtract_block()
62 aom_subtract_block(rows, cols, diff, diff_stride, src8, src_stride, pred8, in subtract_block()
Dmcomp.c648 uint8_t *pred8 = CONVERT_TO_BYTEPTR(pred16); in upsampled_pref_error() local
652 xd, cm, mi_row, mi_col, mv, pred8, second_pred, w, h, subpel_x_q3, in upsampled_pref_error()
657 xd, cm, mi_row, mi_col, mv, pred8, second_pred, w, h, subpel_x_q3, in upsampled_pref_error()
661 aom_highbd_upsampled_pred(xd, cm, mi_row, mi_col, mv, pred8, w, h, in upsampled_pref_error()
665 besterr = vfp->vf(pred8, w, src, src_stride, sse); in upsampled_pref_error()
2551 uint8_t *pred8 = CONVERT_TO_BYTEPTR(pred); in upsampled_obmc_pref_error() local
2552 aom_highbd_upsampled_pred(xd, cm, mi_row, mi_col, mv, pred8, w, h, in upsampled_obmc_pref_error()
2555 besterr = vfp->ovf(pred8, w, wsrc, mask, sse); in upsampled_obmc_pref_error()
Dtemporal_filter.c162 const uint8_t *pred8, int buf_stride, unsigned int block_width, in highbd_apply_temporal_filter_self() argument
166 const uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); in highbd_apply_temporal_filter_self()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_variance_sse2.c771 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_avg_upsampled_pred_sse2() argument
777 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); 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() argument
818 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); 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() argument
863 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); in aom_highbd_dist_wtd_comp_avg_upsampled_pred_sse2()
Dhighbd_subtract_sse2.c258 ptrdiff_t src_stride, const uint8_t *pred8, in aom_highbd_subtract_block_sse2() argument
261 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); in aom_highbd_subtract_block_sse2()
Dvariance_avx2.c436 void aom_highbd_comp_mask_pred_avx2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_avx2() argument
441 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); in aom_highbd_comp_mask_pred_avx2()
Dvariance_sse2.c717 void aom_highbd_comp_mask_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_sse2() argument
723 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); in aom_highbd_comp_mask_pred_sse2()
/external/libaom/libaom/av1/common/
Dwarped_motion.c519 const uint8_t *const pred8, int p_col, int p_row, in highbd_warp_plane() argument
535 uint16_t *pred = CONVERT_TO_SHORTPTR(pred8); in highbd_warp_plane()