Searched refs:plane_src (Results 1 – 2 of 2) sorted by relevance
225 const uint8_t *plane_src = src_bc->buffers[plane]; in aom_yv12_copy_frame_c() local230 memcpy_short_addr(plane_dst, plane_src, src_bc->widths[is_uv]); in aom_yv12_copy_frame_c()231 plane_src += src_bc->strides[is_uv]; in aom_yv12_copy_frame_c()239 const uint8_t *plane_src = src_bc->buffers[plane]; in aom_yv12_copy_frame_c() local244 memcpy(plane_dst, plane_src, src_bc->widths[is_uv]); in aom_yv12_copy_frame_c()245 plane_src += src_bc->strides[is_uv]; in aom_yv12_copy_frame_c()
3290 struct tgsi_full_src_register plane_src, vpos_src; in emit_clip_distance_from_vpos() local3299 plane_src = make_src_const_reg(emit->clip_plane_const[i]); in emit_clip_distance_from_vpos()3304 &plane_src, &vpos_src, FALSE); in emit_clip_distance_from_vpos()3332 struct tgsi_full_src_register plane_src; in emit_clip_vertex_instructions() local3341 plane_src = make_src_const_reg(emit->clip_plane_const[i]); in emit_clip_vertex_instructions()3345 &plane_src, &clipvert_src, FALSE); in emit_clip_vertex_instructions()