Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c545 int ext_dst_stride0, uint8_t *ext_dst1, int ext_dst_stride1) { in build_wedge_inter_predictor_from_buf() argument
561 CONVERT_TO_BYTEPTR(ext_dst1), ext_dst_stride1, h, w, xd->bd); in build_wedge_inter_predictor_from_buf()
565 ext_dst_stride0, ext_dst1, ext_dst_stride1, h, w); in build_wedge_inter_predictor_from_buf()
572 CONVERT_TO_BYTEPTR(ext_dst1), ext_dst_stride1, comp_data, in build_wedge_inter_predictor_from_buf()
576 ext_dst1, ext_dst_stride1, comp_data, mbmi->sb_type, in build_wedge_inter_predictor_from_buf()
595 uint8_t *ext_dst1[3], in av1_build_wedge_inter_predictor_from_buf()
605 ext_dst1[plane], ext_dst_stride1[plane]); in av1_build_wedge_inter_predictor_from_buf()
Dreconinter_enc.h109 uint8_t *ext_dst1[3],