Searched refs:narrow (Results 1 – 5 of 5) sorted by relevance
48 bool narrow = color_range == DRM_COLOR_YCBCR_LIMITED_RANGE; in komeda_select_yuv2rgb_coeffs() local53 coeffs = narrow ? yuv2rgb_bt709_narrow : yuv2rgb_bt709_wide; in komeda_select_yuv2rgb_coeffs()56 coeffs = narrow ? yuv2rgb_bt601_narrow : yuv2rgb_bt601_wide; in komeda_select_yuv2rgb_coeffs()
1707 static u64 widen_32_to_64(u32 narrow, u64 near) in widen_32_to_64() argument1709 return near + (s32) (narrow - near); in widen_32_to_64()
80 gpiolib so the library API becomes narrow and deep and handle all
206 * and narrow mode.
699 * so default to narrow transfers to avoid
Completed in 16 milliseconds