Searched refs:srcw_uv (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | extend.c | 175 const int srcw_uv = ROUND_POWER_OF_TWO(srcw, 1); in av1_copy_and_extend_frame_with_rect() local 182 dst->u_buffer + dst_uv_offset, dst->uv_stride, srcw_uv, in av1_copy_and_extend_frame_with_rect() 186 dst->v_buffer + dst_uv_offset, dst->uv_stride, srcw_uv, in av1_copy_and_extend_frame_with_rect()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 178 const int srcw_uv = ROUND_POWER_OF_TWO(srcw, 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()
|