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

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_ResizeYUVtoBGR565.c128 if (u32_width_out >= u32_width_in[YPlane])
130 u32_x_inc[YPlane] = ((u32_width_in[YPlane]-1) * MAX_SHORT) / (u32_width_out-1);
134 u32_x_inc[YPlane] = (u32_width_in[YPlane] * MAX_SHORT) / (u32_width_out);
138 if (u32_height_out >= u32_height_in[YPlane])
140 u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (u32_height_out-1);
144 u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHOR
[all...]
H A DM4VIFI_ResizeYUVtoRGB565.c132 if (u32_width_out >= u32_width_in[YPlane])
134 u32_x_inc[YPlane] = ((u32_width_in[YPlane]-1) * MAX_SHORT) / (u32_width_out-1);
138 u32_x_inc[YPlane] = (u32_width_in[YPlane] * MAX_SHORT) / (u32_width_out);
142 if (u32_height_out >= u32_height_in[YPlane])
144 u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (u32_height_out-1);
148 u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHOR
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4VIFI_Defines.h137 #define YPlane 0 macro

Completed in 93 milliseconds