Searched refs:preds0 (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 7865 int mi_row, int mi_col, uint8_t **preds0, uint8_t **preds1, in get_inter_predictors_masked_compound() argument 7874 xd, bsize, 0, 0, mi_row, mi_col, 0, preds0, strides, can_use_previous); in get_inter_predictors_masked_compound() 7882 bw, CONVERT_TO_BYTEPTR(*preds0), bw, xd->bd); in get_inter_predictors_masked_compound() 7886 aom_subtract_block(bh, bw, diff10, bw, *preds1, bw, *preds0, bw); in get_inter_predictors_masked_compound() 7893 int rate_mv, const BUFFER_SET *ctx, int *out_rate_mv, uint8_t **preds0, in build_and_cost_compound_type() argument 7912 get_inter_predictors_masked_compound(cpi, x, bsize, mi_row, mi_col, preds0, in build_and_cost_compound_type() 7919 (void)cpi->fn_ptr[bsize].vf(CONVERT_TO_BYTEPTR(*preds0), *strides, in build_and_cost_compound_type() 7922 (void)cpi->fn_ptr[bsize].vf(*preds0, *strides, *preds1, *strides, &sse); in build_and_cost_compound_type() 7933 pick_interinter_mask(cpi, x, bsize, *preds0, *preds1, residual1, diff10); in build_and_cost_compound_type() 7965 av1_build_wedge_inter_predictor_from_buf(xd, bsize, 0, 0, preds0, in build_and_cost_compound_type() [all …]
|