Searched refs:i32_v11 (Results 1 - 5 of 5) sorted by relevance
/frameworks/av/libvideoeditor/vss/src/ |
H A D | M4VIFI_xVSS_RGB565toYUV420.c | 67 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local 184 i32_v11 = V16(i32_r11, i32_g11, i32_b11); 194 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
|
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
H A D | M4VIFI_BGR565toYUV420.c | 66 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local 160 i32_v11 = V16(i32_r11, i32_g11, i32_b11); 172 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
|
H A D | M4VIFI_RGB565toYUV420.c | 67 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local 163 i32_v11 = V16(i32_r11, i32_g11, i32_b11); 175 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
|
H A D | M4VIFI_RGB888toYUV420.c | 52 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local 129 i32_v11 = V24(i32_r11, i32_g11, i32_b11); 134 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
|
/frameworks/av/libvideoeditor/lvpp/ |
H A D | VideoEditorTools.cpp | 1095 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local 1212 i32_v11 = V16(i32_r11, i32_g11, i32_b11); 1222 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2); 1275 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local 1352 i32_v11 = V24(i32_r11, i32_g11, i32_b11); 1357 *pu8_v = (M4VIFI_UInt8)((i32_v00 + i32_v01 + i32_v10 + i32_v11 + 2) >> 2);
|
Completed in 2107 milliseconds