Searched refs:DCT3X3_0_0 (Results 1 – 1 of 1) sorted by relevance
402 #define DCT3X3_0_0 0.5773502691896258f /* 1/sqrt(3) */ macro424 dstp_r[x] = srcp[r] * DCT3X3_0_0 + srcp[g] * DCT3X3_0_1 + srcp[b] * DCT3X3_0_2; in color_decorrelation()449 … dstp[r] = av_clip_uint8(src_r[x] * DCT3X3_0_0 + src_g[x] * DCT3X3_1_0 + src_b[x] * DCT3X3_2_0); in color_correlation()493 dstp_r[x] = srcp_r[x] * DCT3X3_0_0 + srcp_g[x] * DCT3X3_0_1 + srcp_b[x] * DCT3X3_0_2; in color_decorrelation_gbrp()520 … dstp_r[x] = av_clip_uint8(src_r[x] * DCT3X3_0_0 + src_g[x] * DCT3X3_1_0 + src_b[x] * DCT3X3_2_0); in color_correlation_gbrp()