Home | History | Annotate | Download | only in enc

Lines Matching full:clip_8b

227 static uint8_t clip_8b(fixed_t v) {
371 return clip_8b(16 + (luma >> (YUV_FIX + SFIX)));
376 return clip_8b(128 + (u >> (YUV_FIX + SFIX)));
381 return clip_8b(128 + (v >> (YUV_FIX + SFIX)));