OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u32_Gtemp_value
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB565toRGB565.c
58
M4VIFI_UInt32 u32_Rtemp_value,
u32_Gtemp_value
,u32_Btemp_value;
216
u32_Gtemp_value
= 63;
224
u32_Gtemp_value
= (M4VIFI_UInt8)(((i32_g00*(16-u32_x_frac) +
235
*pu16_data_out++ = (M4VIFI_UInt16)( (((
u32_Gtemp_value
& 0x38) >> 3) | (u32_Btemp_value << 3)) |\
236
( (((
u32_Gtemp_value
& 0x7) << 5 ) | u32_Rtemp_value)<<8 ));
M4VIFI_ResizeRGB888toRGB888.c
71
M4VIFI_UInt32 u32_Rtemp_value,
u32_Gtemp_value
,u32_Btemp_value;
245
u32_Gtemp_value
= (M4VIFI_UInt8)(((i32_g00*(16-u32_x_frac) +
256
*pu8_data_out++ =
u32_Gtemp_value
;
Completed in 22 milliseconds