Home
last modified time | relevance | path

Searched refs:dst_uv_offset (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_extend.c125 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp9_copy_and_extend_frame_with_rect() local
135 dst->u_buffer + dst_uv_offset, dst->uv_stride, in vp9_copy_and_extend_frame_with_rect()
140 dst->v_buffer + dst_uv_offset, dst->uv_stride, in vp9_copy_and_extend_frame_with_rect()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dextend.c117 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() local
145 dst->u_buffer + dst_uv_offset, in vp8_copy_and_extend_frame_with_rect()
152 dst->v_buffer + dst_uv_offset, in vp8_copy_and_extend_frame_with_rect()