Searched refs:uv_off_out (Results 1 – 1 of 1) sorted by relevance
55 const int uv_off_out = rnd + (128 << (OUT_BIT_DEPTH - 8 + sh)); in fn() local87 dst1[x] = av_clip_pixel((u * cuu + v * cuv + uv_off_out) >> sh); in fn()88 dst2[x] = av_clip_pixel((u * cvu + v * cvv + uv_off_out) >> sh); in fn()