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

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp521 M4VIFI_UInt8 *p_in_V = PlaneIn[2].pac_data; local
571 p_in_V += PlaneIn[2].u_topleft;
674 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=(*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride));
683 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)+=(*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride))*(1-alphaBlending);
701 *( p_out2+(y>>1)+(x>>1)*PlaneOut[2].u_stride)=*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride);
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c3822 M4VIFI_UInt8 *p_in_V = PlaneIn[2].pac_data; local
3856 p_in_V += PlaneIn[2].u_topleft;
3940 (*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride));
3960 (*(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride))*(1-alphaBlending);
3982 *(p_in_V+(y>>1)+(x>>1)*PlaneIn[2].u_stride);

Completed in 744 milliseconds