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

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_ResizeRGB565toRGB565.c60 M4VIFI_UInt16 *pu16_src_bottom; local
167 pu16_src_bottom = pu16_src_top + (u32_stride_in>>1);
179 GET_RGB565(i32_b02,i32_g02,i32_r02,(M4VIFI_UInt16)pu16_src_bottom[0]);
180 GET_RGB565(i32_b03,i32_g03,i32_r03,(M4VIFI_UInt16)pu16_src_bottom[1]);

Completed in 20 milliseconds