Searched refs:ext_dst_stride0 (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | reconinter_enc.c | 545 int ext_dst_stride0, uint8_t *ext_dst1, int ext_dst_stride1) { in build_wedge_inter_predictor_from_buf() argument 560 CONVERT_TO_BYTEPTR(ext_dst0), ext_dst_stride0, 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() 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() 594 int ext_dst_stride0[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()
|
D | reconinter_enc.h | 108 int ext_dst_stride0[3],
|