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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
extend.c 115 int dst_y_offset = srcy * dst->y_stride + srcx; local
131 dst->y_buffer + dst_y_offset,
  /external/libvpx/libvpx/vp8/common/
extend.c 115 int dst_y_offset = srcy * dst->y_stride + srcx; local
131 dst->y_buffer + dst_y_offset,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_extend.c 106 const int dst_y_offset = srcy * dst->y_stride + srcx; local
118 dst->y_buffer + dst_y_offset, dst->y_stride,
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 118 const int dst_y_offset = srcy * dst->y_stride + srcx; local
130 dst->y_buffer + dst_y_offset, dst->y_stride,

Completed in 309 milliseconds