Home
last modified time | relevance | path

Searched refs:dispc_coef (Results 1 – 3 of 3) sorted by relevance

/drivers/video/omap2/dss/
Ddispc_coefs.c25 static const struct dispc_coef coef3_M8[8] = {
36 static const struct dispc_coef coef3_M9[8] = {
47 static const struct dispc_coef coef3_M10[8] = {
58 static const struct dispc_coef coef3_M11[8] = {
69 static const struct dispc_coef coef3_M12[8] = {
80 static const struct dispc_coef coef3_M13[8] = {
91 static const struct dispc_coef coef3_M14[8] = {
102 static const struct dispc_coef coef3_M16[8] = {
113 static const struct dispc_coef coef3_M19[8] = {
124 static const struct dispc_coef coef3_M22[8] = {
[all …]
Ddispc.h105 struct dispc_coef { struct
113 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps); argument
Ddispc.c624 const struct dispc_coef *h_coef, *v_coef; in dispc_ovl_set_scale_coef()