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

  /frameworks/av/libvideoeditor/vss/src/
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/
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);
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);
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/
VideoEditorTools.cpp 1095 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local
1275 M4VIFI_Int32 i32_v00, i32_v01, i32_v10, i32_v11; local
    [all...]

Completed in 153 milliseconds