Lines Matching refs:comp_pred8
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
673 uint16_t *comp_pred = CONVERT_TO_SHORTPTR(comp_pred8); in aom_highbd_dist_wtd_comp_avg_upsampled_pred_c()
674 aom_highbd_upsampled_pred_c(xd, cm, mi_row, mi_col, mv, comp_pred8, 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() argument
695 aom_highbd_upsampled_pred(xd, cm, mi_row, mi_col, mv, comp_pred8, width, in aom_highbd_comp_mask_upsampled_pred()
698 aom_highbd_comp_mask_pred(comp_pred8, pred8, width, height, comp_pred8, width, in aom_highbd_comp_mask_upsampled_pred()