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

  /external/webp/src/dsp/
yuv_mips32.c 38 temp3 -= kGCst; \
68 temp3 -= kGCst; \
yuv_mips_dsp_r2.c 84 const int t_con_7 = kGCst; \
upsampling_mips_dsp_r2.c 36 G = G - t2 + kGCst; \
  /external/opencv3/3rdparty/libwebp/dsp/
yuv.h 137 #define kGCst (-kYScale * 16 + kUToG * 128 + kVToG * 128 + YUV_HALF)
155 return kYScale * y - kUToG * u - kVToG * v + kGCst;

Completed in 994 milliseconds