/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() argument 199 av1_enc_build_one_inter_predictor(comp_pred8, width, mv, in aom_highbd_upsampled_pred_sse2() 209 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_upsampled_pred_sse2() 240 aom_highbd_convolve8_horiz(ref8, ref_stride, comp_pred8, width, kernel, 16, in aom_highbd_upsampled_pred_sse2() 245 aom_highbd_convolve8_vert(ref8, ref_stride, comp_pred8, width, NULL, -1, in aom_highbd_upsampled_pred_sse2() 266 comp_pred8, width, NULL, -1, kernel_y, 16, width, 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() argument 276 aom_highbd_upsampled_pred(xd, cm, mi_row, mi_col, mv, comp_pred8, width, in aom_highbd_comp_avg_upsampled_pred_sse2() 280 uint16_t *comp_pred16 = CONVERT_TO_SHORTPTR(comp_pred8); 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() argument [all …]
|
/external/libaom/av1/encoder/ |
D | reconinter_enc.c | 565 uint8_t *comp_pred8, int width, int height, in aom_highbd_upsampled_pred_c() argument 595 av1_enc_build_one_inter_predictor(comp_pred8, width, mv, in aom_highbd_upsampled_pred_c() 605 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_upsampled_pred_c() 614 aom_highbd_convolve8_horiz_c(ref8, ref_stride, comp_pred8, width, kernel, in aom_highbd_upsampled_pred_c() 619 aom_highbd_convolve8_vert_c(ref8, ref_stride, comp_pred8, width, NULL, -1, in aom_highbd_upsampled_pred_c() 637 MAX_SB_SIZE, comp_pred8, width, NULL, -1, kernel_y, 16, width, 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() argument 650 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_avg_upsampled_pred_c() 651 aom_highbd_upsampled_pred(xd, cm, mi_row, mi_col, mv, comp_pred8, 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() argument [all …]
|
D | reconinter_enc.h | 29 const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
|
/external/libaom/aom_dsp/ |
D | sad.c | 286 uint8_t *const comp_pred8 = CONVERT_TO_BYTEPTR(comp_pred); \ 287 aom_highbd_comp_avg_pred(comp_pred8, second_pred, m, n, ref, ref_stride); \ 288 return highbd_sadb(src, src_stride, comp_pred8, m, m, n); \ 294 uint8_t *const comp_pred8 = CONVERT_TO_BYTEPTR(comp_pred); \ 295 aom_highbd_dist_wtd_comp_avg_pred(comp_pred8, second_pred, m, n, ref, \ 297 return highbd_sadb(src, src_stride, comp_pred8, m, m, n); \
|
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() argument 737 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_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() argument 758 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); 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() argument 848 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_mask_pred_c()
|
D | aom_dsp_rtcd_defs.pl | 1773 …add_proto qw/void aom_highbd_comp_avg_pred/, "uint8_t *comp_pred8, const uint8_t *pred8, int width… 1775 …add_proto qw/void aom_highbd_dist_wtd_comp_avg_pred/, "uint8_t *comp_pred8, const uint8_t *pred8, …
|
/external/libaom/av1/common/ |
D | av1_rtcd_defs.pl | 310 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3, 315 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 320 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width,
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 112 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 115 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 120 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 124 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 130 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3, 133 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
|
D | aom_dsp_rtcd.h | 2295 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, c… 2582 void aom_highbd_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int … 2583 void aom_highbd_dist_wtd_comp_avg_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, int width, i…
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 112 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 115 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 120 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 124 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 130 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3, 133 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
|
D | aom_dsp_rtcd.h | 2296 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, c… 2583 void aom_highbd_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int … 2584 void aom_highbd_dist_wtd_comp_avg_pred_sse2(uint8_t *comp_pred8, const uint8_t *pred8, int width, i…
|
/external/libaom/config/riscv64/config/ |
D | av1_rtcd.h | 99 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 104 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 110 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
|
D | aom_dsp_rtcd.h | 1900 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, c… 2143 void aom_highbd_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int …
|
/external/libaom/aom_dsp/x86/ |
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() argument 596 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_mask_pred_sse2()
|
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() argument 640 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_dist_wtd_comp_avg_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() argument 354 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_comp_mask_pred_avx2()
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 99 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 104 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 110 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
|
D | aom_dsp_rtcd.h | 1961 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, c… 2209 void aom_highbd_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int …
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 99 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 104 … const MV *const mv, uint8_t *comp_pred8, const uint8_t *pred8, int width, 110 … const MV *const mv, uint8_t *comp_pred8, int width, int height, int subpel_x_q3,
|
D | aom_dsp_rtcd.h | 1961 void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, c… 2209 void aom_highbd_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int …
|
/external/libaom/test/ |
D | comp_mask_variance_test.cc | 285 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 | 261 uint8_t *const comp_pred8 = comp_pred_; in ReferenceDistWtdCompAvg() local 272 comp_pred8[h * width_ + w] = ROUND_POWER_OF_TWO(tmp, 4); in ReferenceDistWtdCompAvg()
|