Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c7865 int mi_row, int mi_col, uint8_t **preds0, uint8_t **preds1, in get_inter_predictors_masked_compound() argument
7876 xd, bsize, 0, 0, mi_row, mi_col, 1, preds1, strides, can_use_previous); in get_inter_predictors_masked_compound()
7880 CONVERT_TO_BYTEPTR(*preds1), bw, xd->bd); in get_inter_predictors_masked_compound()
7881 aom_highbd_subtract_block(bh, bw, diff10, bw, CONVERT_TO_BYTEPTR(*preds1), in get_inter_predictors_masked_compound()
7884 aom_subtract_block(bh, bw, residual1, bw, src->buf, src->stride, *preds1, in get_inter_predictors_masked_compound()
7886 aom_subtract_block(bh, bw, diff10, bw, *preds1, bw, *preds0, bw); in get_inter_predictors_masked_compound()
7894 uint8_t **preds1, int16_t *residual1, int16_t *diff10, int *strides, in build_and_cost_compound_type() argument
7913 preds1, residual1, diff10, strides); in build_and_cost_compound_type()
7920 CONVERT_TO_BYTEPTR(*preds1), *strides, &sse); in build_and_cost_compound_type()
7922 (void)cpi->fn_ptr[bsize].vf(*preds0, *strides, *preds1, *strides, &sse); in build_and_cost_compound_type()
[all …]