five_taps         104 drivers/gpu/drm/omapdrm/dss/dispc.c 		u32 fourcc, bool *five_taps,
five_taps         811 drivers/gpu/drm/omapdrm/dss/dispc.c 				     int fir_vinc, int five_taps,
five_taps         818 drivers/gpu/drm/omapdrm/dss/dispc.c 	v_coef = dispc_ovl_get_scale_coef(fir_vinc, five_taps);
five_taps         848 drivers/gpu/drm/omapdrm/dss/dispc.c 	if (five_taps) {
five_taps        1722 drivers/gpu/drm/omapdrm/dss/dispc.c 				      bool five_taps, u8 rotation,
five_taps        1730 drivers/gpu/drm/omapdrm/dss/dispc.c 	dispc_ovl_set_scale_coef(dispc, plane, fir_hinc, fir_vinc, five_taps,
five_taps        1828 drivers/gpu/drm/omapdrm/dss/dispc.c 					 bool ilace, bool five_taps,
five_taps        1837 drivers/gpu/drm/omapdrm/dss/dispc.c 				  out_width, out_height, five_taps,
five_taps        1845 drivers/gpu/drm/omapdrm/dss/dispc.c 	l |= five_taps ? (1 << 21) : 0;
five_taps        1857 drivers/gpu/drm/omapdrm/dss/dispc.c 		l |= five_taps ? (1 << 22) : 0;
five_taps        1883 drivers/gpu/drm/omapdrm/dss/dispc.c 				     bool ilace, bool five_taps,
five_taps        1949 drivers/gpu/drm/omapdrm/dss/dispc.c 				  out_width, out_height, five_taps,
five_taps        1966 drivers/gpu/drm/omapdrm/dss/dispc.c 				  bool ilace, bool five_taps,
five_taps        1973 drivers/gpu/drm/omapdrm/dss/dispc.c 				     out_width, out_height, ilace, five_taps,
five_taps        1977 drivers/gpu/drm/omapdrm/dss/dispc.c 				 out_width, out_height, ilace, five_taps,
five_taps        2144 drivers/gpu/drm/omapdrm/dss/dispc.c 		bool five_taps)
five_taps        2167 drivers/gpu/drm/omapdrm/dss/dispc.c 	if (!five_taps)
five_taps        2293 drivers/gpu/drm/omapdrm/dss/dispc.c 				       u32 fourcc, bool *five_taps,
five_taps        2304 drivers/gpu/drm/omapdrm/dss/dispc.c 	*five_taps = false;
five_taps        2342 drivers/gpu/drm/omapdrm/dss/dispc.c 				       u32 fourcc, bool *five_taps,
five_taps        2355 drivers/gpu/drm/omapdrm/dss/dispc.c 		*five_taps = in_height > out_height;
five_taps        2360 drivers/gpu/drm/omapdrm/dss/dispc.c 				*five_taps = false;
five_taps        2362 drivers/gpu/drm/omapdrm/dss/dispc.c 		if (*five_taps)
five_taps        2373 drivers/gpu/drm/omapdrm/dss/dispc.c 				out_height, *five_taps);
five_taps        2374 drivers/gpu/drm/omapdrm/dss/dispc.c 		if (error && *five_taps) {
five_taps        2375 drivers/gpu/drm/omapdrm/dss/dispc.c 			*five_taps = false;
five_taps        2380 drivers/gpu/drm/omapdrm/dss/dispc.c 			(in_width > maxsinglelinewidth && *five_taps) ||
five_taps        2388 drivers/gpu/drm/omapdrm/dss/dispc.c 			if (*five_taps) {
five_taps        2407 drivers/gpu/drm/omapdrm/dss/dispc.c 				in_height, out_width, out_height, *five_taps)) {
five_taps        2418 drivers/gpu/drm/omapdrm/dss/dispc.c 	if (in_width > maxsinglelinewidth && *five_taps) {
five_taps        2430 drivers/gpu/drm/omapdrm/dss/dispc.c 				       u32 fourcc, bool *five_taps,
five_taps        2499 drivers/gpu/drm/omapdrm/dss/dispc.c 				  u32 fourcc, bool *five_taps,
five_taps        2555 drivers/gpu/drm/omapdrm/dss/dispc.c 					five_taps, x_predecim, y_predecim,
five_taps        2572 drivers/gpu/drm/omapdrm/dss/dispc.c 		*five_taps ? 5 : 3,
five_taps        2601 drivers/gpu/drm/omapdrm/dss/dispc.c 	bool five_taps = true;
five_taps        2654 drivers/gpu/drm/omapdrm/dss/dispc.c 				   &five_taps, &x_predecim, &y_predecim, pos_x,
five_taps        2744 drivers/gpu/drm/omapdrm/dss/dispc.c 				      out_width, out_height, ilace, five_taps,
five_taps         106 drivers/gpu/drm/omapdrm/dss/dispc.h const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps);
five_taps         276 drivers/gpu/drm/omapdrm/dss/dispc_coefs.c const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps)
five_taps         310 drivers/gpu/drm/omapdrm/dss/dispc_coefs.c 			return five_taps ? coefs[i].coef_5 : coefs[i].coef_3;
five_taps          70 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		enum omap_color_mode color_mode, bool *five_taps,
five_taps         644 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 				int fir_vinc, int five_taps,
five_taps         651 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	v_coef = dispc_ovl_get_scale_coef(fir_vinc, five_taps);
five_taps         675 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	if (five_taps) {
five_taps        1474 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		bool five_taps, u8 rotation,
five_taps        1482 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	dispc_ovl_set_scale_coef(plane, fir_hinc, fir_vinc, five_taps,
five_taps        1578 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		bool ilace, bool five_taps,
five_taps        1587 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 				out_width, out_height, five_taps,
five_taps        1595 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	l |= five_taps ? (1 << 21) : 0;
five_taps        1607 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		l |= five_taps ? (1 << 22) : 0;
five_taps        1632 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		bool ilace, bool five_taps,
five_taps        1696 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			out_width, out_height, five_taps,
five_taps        1712 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		bool ilace, bool five_taps,
five_taps        1721 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			ilace, five_taps,
five_taps        1728 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		ilace, five_taps,
five_taps        2142 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		bool five_taps)
five_taps        2163 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	if (!five_taps)
five_taps        2287 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		enum omap_color_mode color_mode, bool *five_taps,
five_taps        2297 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	*five_taps = false;
five_taps        2333 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		enum omap_color_mode color_mode, bool *five_taps,
five_taps        2345 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		*five_taps = in_height > out_height;
five_taps        2350 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 				*five_taps = false;
five_taps        2352 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		if (*five_taps)
five_taps        2363 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 				out_height, *five_taps);
five_taps        2364 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		if (error && *five_taps) {
five_taps        2365 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			*five_taps = false;
five_taps        2370 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			(in_width > maxsinglelinewidth && *five_taps) ||
five_taps        2378 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			if (*five_taps) {
five_taps        2397 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 				in_height, out_width, out_height, *five_taps)) {
five_taps        2408 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	if (in_width > maxsinglelinewidth && *five_taps) {
five_taps        2418 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		enum omap_color_mode color_mode, bool *five_taps,
five_taps        2464 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		enum omap_color_mode color_mode, bool *five_taps,
five_taps        2499 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		*five_taps = false;
five_taps        2513 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		out_width, out_height, color_mode, five_taps,
five_taps        2530 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		*five_taps ? 5 : 3,
five_taps        2552 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	bool five_taps = true;
five_taps        2582 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			&five_taps, x_predecim, y_predecim, pos_x,
five_taps        2596 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	bool five_taps = true;
five_taps        2651 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			&five_taps, &x_predecim, &y_predecim, pos_x,
five_taps        2764 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 				   out_height, ilace, five_taps, fieldmode,
five_taps         103 drivers/video/fbdev/omap2/omapfb/dss/dispc.h const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps);
five_taps         278 drivers/video/fbdev/omap2/omapfb/dss/dispc_coefs.c const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps)
five_taps         312 drivers/video/fbdev/omap2/omapfb/dss/dispc_coefs.c 			return five_taps ? coefs[i].coef_5 : coefs[i].coef_3;