HomeSort by relevance Sort by last modified time
    Searched refs:UPlane (Results 1 - 3 of 3) sorted by null

  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeYUVtoBGR565.c 148 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_SHORT) / (u32_height2_RGB)
    [all...]
M4VIFI_ResizeYUVtoRGB565.c 152 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_SHORT) / (u32_height2_RGB)
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_Defines.h 138 #define UPlane 1

Completed in 39 milliseconds