Searched refs:p_in_Y (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp519 M4VIFI_UInt8 *p_in_Y = PlaneIn[0].pac_data; local
569 p_in_Y += PlaneIn[0].u_topleft;
672 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(p_in_Y+y+x*PlaneIn[0].u_stride));
679 *( p_out0+y+x*PlaneOut[0].u_stride)+=(*(p_in_Y+y+x*PlaneIn[0].u_stride))*(1-alphaBlending);
699 *( p_out0+y+x*PlaneOut[0].u_stride)=*(p_in_Y+y+x*PlaneIn[0].u_stride);
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c3820 M4VIFI_UInt8 *p_in_Y = PlaneIn[0].pac_data; local
3854 p_in_Y += PlaneIn[0].u_topleft;
3936 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(p_in_Y+y+x*PlaneIn[0].u_stride));
3948 (*(p_in_Y+y+x*PlaneIn[0].u_stride))*(1-alphaBlending);
3978 *( p_out0+y+x*PlaneOut[0].u_stride)=*(p_in_Y+y+x*PlaneIn[0].u_stride);

Completed in 1209 milliseconds