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

  /external/libvpx/libvpx/vp8/common/
extend.c 99 int dst_y_offset = srcy * dst->y_stride + srcx; local
110 dst->y_buffer + dst_y_offset, dst->y_stride, srch, srcw,
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 169 const int dst_y_offset = srcy * dst->y_stride + srcx; local
181 dst->y_buffer + dst_y_offset, dst->y_stride, srcw, srch,

Completed in 184 milliseconds