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

  /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,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/vp9/encoder/
vp9_extend.c 176 const int dst_y_offset = srcy * dst->y_stride + srcx; local
188 dst->y_buffer + dst_y_offset, dst->y_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 1443 milliseconds