HomeSort by relevance Sort by last modified time
    Searched refs:ext_dst_stride0 (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 545 int ext_dst_stride0, uint8_t *ext_dst1, int ext_dst_stride1) {
560 CONVERT_TO_BYTEPTR(ext_dst0), ext_dst_stride0,
565 ext_dst_stride0, ext_dst1, ext_dst_stride1, h, w);
571 dst, dst_buf->stride, CONVERT_TO_BYTEPTR(ext_dst0), ext_dst_stride0,
575 build_masked_compound(dst, dst_buf->stride, ext_dst0, ext_dst_stride0,
581 aom_highbd_convolve_copy(CONVERT_TO_BYTEPTR(ext_dst0), ext_dst_stride0, local
585 aom_convolve_copy(ext_dst0, ext_dst_stride0, dst, dst_buf->stride, NULL,
594 int ext_dst_stride0[3],
604 xd, plane, 0, 0, bw, bh, ext_dst0[plane], ext_dst_stride0[plane],
reconinter_enc.h 108 int ext_dst_stride0[3],

Completed in 204 milliseconds