HomeSort by relevance Sort by last modified time
    Searched refs:i32_v10 (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
174 i32_v10 = V16(i32_r10, i32_g10, i32_b10);
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
150 i32_v10 = V16(i32_r10, i32_g10, i32_b10);
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
153 i32_v10 = V16(i32_r10, i32_g10, i32_b10);
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
119 i32_v10 = V24(i32_r10, i32_g10, i32_b10);
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 182 milliseconds