Searched defs:p_in2_Y (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c4235 M4VIFI_UInt8 *p_in2_Y; local
4264 p_in2_Y = PlaneIn2[0].pac_data;
4291 *( p_out0+x+y*PlaneOut[0].u_stride)=*(p_in2_Y+x+y*PlaneIn2[0].u_stride);
4350 M4VIFI_UInt8 *p_in2_Y; local
4386 p_in2_Y = PlaneIn2[0].pac_data;
4412 *( *(p_in2_Y+x+y*PlaneIn2[0].u_stride)) )/alphaBlendRange );
4430 *( p_out0+x+y*PlaneOut[0].u_stride)=*(p_in2_Y+x+y*PlaneIn2[0].u_stride);

Completed in 13 milliseconds