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

  /external/libvpx/libvpx/vp8/common/
extend.c 101 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); local
121 dst->u_buffer + dst_uv_offset, dst->uv_stride, srch,
125 dst->v_buffer + dst_uv_offset, dst->uv_stride, srch,
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 176 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); local
185 dst->u_buffer + dst_uv_offset, dst->uv_stride, srcw_uv,
189 dst->v_buffer + dst_uv_offset, dst->uv_stride, srcw_uv,

Completed in 647 milliseconds