/external/libaom/libaom/aom_dsp/ |
D | sad.c | 218 uint8_t *const comp_pred8 = CONVERT_TO_BYTEPTR(comp_pred); \ 219 aom_highbd_comp_avg_pred(comp_pred8, second_pred, m, n, ref, ref_stride); \ 220 return highbd_sadb(src, src_stride, comp_pred8, m, m, n); \ 226 uint8_t *const comp_pred8 = CONVERT_TO_BYTEPTR(comp_pred); \ 227 aom_highbd_dist_wtd_comp_avg_pred(comp_pred8, second_pred, m, n, ref, \ 229 return highbd_sadb(src, src_stride, comp_pred8, m, m, n); \
|
D | variance.c | 807 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_avg_pred_c() argument 813 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_avg_pred_c() 828 uint8_t *comp_pred8, int width, int height, in aom_highbd_upsampled_pred_c() argument 858 av1_enc_build_one_inter_predictor(comp_pred8, width, mv, in aom_highbd_upsampled_pred_c() 868 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_upsampled_pred_c() 877 aom_highbd_convolve8_horiz_c(ref8, ref_stride, comp_pred8, width, kernel, in aom_highbd_upsampled_pred_c() 882 aom_highbd_convolve8_vert_c(ref8, ref_stride, comp_pred8, width, NULL, -1, in aom_highbd_upsampled_pred_c() 900 MAX_SB_SIZE, comp_pred8, width, NULL, -1, kernel_y, 16, width, height, in aom_highbd_upsampled_pred_c() 907 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_avg_upsampled_pred_c() argument 913 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_avg_upsampled_pred_c() [all …]
|
D | variance.h | 74 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
|
D | aom_dsp_rtcd_defs.pl | 1098 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3, 1103 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 1108 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 1521 …add_proto qw/void aom_highbd_comp_avg_pred/, "uint8_t *comp_pred8, const uint8_t *pred8, int width… 1523 …add_proto qw/void aom_highbd_dist_wtd_comp_avg_pred/, "uint8_t *comp_pred8, const uint8_t *pred8, …
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_variance_sse2.c | 619 uint8_t *comp_pred8, int width, int height, in aom_highbd_upsampled_pred_sse2() argument 649 av1_enc_build_one_inter_predictor(comp_pred8, width, mv, in aom_highbd_upsampled_pred_sse2() 659 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_upsampled_pred_sse2() 690 aom_highbd_convolve8_horiz(ref8, ref_stride, comp_pred8, width, kernel, 16, in aom_highbd_upsampled_pred_sse2() 695 aom_highbd_convolve8_vert(ref8, ref_stride, comp_pred8, width, NULL, -1, in aom_highbd_upsampled_pred_sse2() 716 comp_pred8, width, NULL, -1, kernel_y, 16, width, in aom_highbd_upsampled_pred_sse2() 723 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, in aom_highbd_comp_avg_upsampled_pred_sse2() argument 726 aom_highbd_upsampled_pred(xd, cm, mi_row, mi_col, mv, comp_pred8, width, in aom_highbd_comp_avg_upsampled_pred_sse2() 730 uint16_t *comp_pred16 = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_avg_upsampled_pred_sse2() 759 uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, in aom_highbd_dist_wtd_comp_avg_pred_sse2() argument [all …]
|
D | variance_avx2.c | 445 void aom_highbd_comp_mask_pred_avx2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_avx2() argument 452 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_mask_pred_avx2()
|
D | variance_sse2.c | 676 void aom_highbd_comp_mask_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, in aom_highbd_comp_mask_pred_sse2() argument 681 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_mask_pred_sse2()
|
/external/libaom/libaom/test/ |
D | comp_mask_variance_test.cc | 279 typedef void (*highbd_comp_mask_pred_func)(uint8_t *comp_pred8,
|
D | comp_avg_pred_test.h | 51 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
|
D | sad_test.cc | 218 uint8_t *const comp_pred8 = comp_pred_; in ReferenceDistWtdCompAvg() local 229 comp_pred8[h * width_ + w] = ROUND_POWER_OF_TWO(tmp, 4); in ReferenceDistWtdCompAvg()
|