Searched refs:dst_uv_offset (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 100 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() local 120 dst->u_buffer + dst_uv_offset, dst->uv_stride, srch, in vp8_copy_and_extend_frame_with_rect() 124 dst->v_buffer + dst_uv_offset, dst->uv_stride, srch, in vp8_copy_and_extend_frame_with_rect()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 176 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp9_copy_and_extend_frame_with_rect() local 185 dst->u_buffer + dst_uv_offset, dst->uv_stride, srcw_uv, in vp9_copy_and_extend_frame_with_rect() 189 dst->v_buffer + dst_uv_offset, dst->uv_stride, srcw_uv, in vp9_copy_and_extend_frame_with_rect()
|