Searched defs:u32_Btemp_value (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_ResizeRGB565toRGB565.c58 M4VIFI_UInt32 u32_Rtemp_value,u32_Gtemp_value,u32_Btemp_value; local
217 u32_Btemp_value = 0;
229 u32_Btemp_value = (M4VIFI_UInt8)(((i32_b00*(16-u32_x_frac) +
235 *pu16_data_out++ = (M4VIFI_UInt16)( (((u32_Gtemp_value & 0x38) >> 3) | (u32_Btemp_value << 3)) |\
H A DM4VIFI_ResizeRGB888toRGB888.c71 M4VIFI_UInt32 u32_Rtemp_value,u32_Gtemp_value,u32_Btemp_value; local
250 u32_Btemp_value = (M4VIFI_UInt8)(((i32_b00*(16-u32_x_frac) +
255 *pu8_data_out++ = u32_Btemp_value ;

Completed in 122 milliseconds