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

  /external/skia/gm/
mixercolorfilter.cpp 79 g_lo = SkColorGetG(lo), local
98 0, 0, 0, (g_hi - g_lo) / 255.0f, SkIntToScalar(g_lo),
  /external/webp/src/dsp/
yuv_neon.c 33 const uint16x4_t g_lo = vget_low_u16(g); local
39 const uint32x4_t tmp1_lo = vmlal_n_u16(tmp0_lo, g_lo, 33059u);
93 const int16x4_t g_lo = vreinterpret_s16_u16(vget_low_u16(g)); \
101 const int32x4_t tmp1_lo = vmlal_n_s16(tmp0_lo, g_lo, C1); \

Completed in 533 milliseconds