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

  /frameworks/av/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c 66 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local
173 i32_u10 = U16(i32_r10, i32_g10, i32_b10);
193 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_BGR565toYUV420.c 65 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local
149 i32_u10 = U16(i32_r10, i32_g10, i32_b10);
171 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
M4VIFI_RGB565toYUV420.c 66 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local
152 i32_u10 = U16(i32_r10, i32_g10, i32_b10);
174 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
M4VIFI_RGB888toYUV420.c 51 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local
118 i32_u10 = U24(i32_r10, i32_g10, i32_b10);
133 *pu8_u = (M4VIFI_UInt8)((i32_u00 + i32_u01 + i32_u10 + i32_u11 + 2) >> 2);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorTools.cpp 1094 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local
1274 M4VIFI_Int32 i32_u00, i32_u01, i32_u10, i32_u11; local
    [all...]

Completed in 3478 milliseconds