Home
last modified time | relevance | path

Searched refs:kRCst (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dyuv_mips32.c37 temp1 += kRCst; \
67 temp1 += kRCst; \
Dyuv_mips_dsp_r2.c83 const int t_con_6 = kRCst; \
Dupsampling_mips_dsp_r2.c35 R = R + kRCst; \
/external/opencv3/3rdparty/libwebp/dsp/
Dyuv.h136 #define kRCst (-kYScale * 16 - kVToR * 128 + YUV_HALF) macro
151 return kYScale * y + kVToR * v + kRCst; in VP8YUVToR()