Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c544 MACROBLOCKD *xd, int plane, int x, int y, int w, int h, uint8_t *ext_dst0, in build_wedge_inter_predictor_from_buf() argument
560 CONVERT_TO_BYTEPTR(ext_dst0), ext_dst_stride0, in build_wedge_inter_predictor_from_buf()
564 comp_data->seg_mask, comp_data->mask_type, ext_dst0, in build_wedge_inter_predictor_from_buf()
571 dst, dst_buf->stride, CONVERT_TO_BYTEPTR(ext_dst0), ext_dst_stride0, in build_wedge_inter_predictor_from_buf()
575 build_masked_compound(dst, dst_buf->stride, ext_dst0, ext_dst_stride0, in build_wedge_inter_predictor_from_buf()
581 aom_highbd_convolve_copy(CONVERT_TO_BYTEPTR(ext_dst0), ext_dst_stride0, in build_wedge_inter_predictor_from_buf()
585 aom_convolve_copy(ext_dst0, ext_dst_stride0, dst, dst_buf->stride, NULL, in build_wedge_inter_predictor_from_buf()
593 uint8_t *ext_dst0[3], in av1_build_wedge_inter_predictor_from_buf()
604 xd, plane, 0, 0, bw, bh, ext_dst0[plane], ext_dst_stride0[plane], in av1_build_wedge_inter_predictor_from_buf()
Dreconinter_enc.h107 uint8_t *ext_dst0[3],