Searched refs:UPlane (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_ResizeYUVtoBGR565.c148 if (u32_width2_RGB >= u32_width_in[UPlane])
150 u32_x_inc[UPlane] = ((u32_width_in[UPlane]-1) * MAX_SHORT) / (u32_width2_RGB-1);
154 u32_x_inc[UPlane] = (u32_width_in[UPlane] * MAX_SHORT) / (u32_width2_RGB);
159 if (u32_height2_RGB >= u32_height_in[UPlane])
161 u32_y_inc[UPlane] = ((u32_height_in[UPlane]-1) * MAX_SHORT) / (u32_height2_RGB-1);
165 u32_y_inc[UPlane] = (u32_height_in[UPlane] * MAX_SHOR
[all...]
H A DM4VIFI_ResizeYUVtoRGB565.c152 if (u32_width2_RGB >= u32_width_in[UPlane])
154 u32_x_inc[UPlane] = ((u32_width_in[UPlane]-1) * MAX_SHORT) / (u32_width2_RGB-1);
158 u32_x_inc[UPlane] = (u32_width_in[UPlane] * MAX_SHORT) / (u32_width2_RGB);
163 if (u32_height2_RGB >= u32_height_in[UPlane])
165 u32_y_inc[UPlane] = ((u32_height_in[UPlane]-1) * MAX_SHORT) / (u32_height2_RGB-1);
169 u32_y_inc[UPlane] = (u32_height_in[UPlane] * MAX_SHOR
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4VIFI_Defines.h138 #define UPlane 1 macro

Completed in 139 milliseconds