Searched refs:hv_coef_mod (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c665 const u32 *hv_coef_mod; local
679 hv_coef_mod = NULL;
681 hv_coef_mod = coef_hvdown[five_taps];
687 hv_coef_mod = coef_hvup[five_taps];
689 hv_coef_mod = NULL;
699 if (hv_coef_mod) {
701 hv |= (hv_coef_mod[i] & 0xff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/omap2/dss/
H A Ddispc.c665 const u32 *hv_coef_mod; local
679 hv_coef_mod = NULL;
681 hv_coef_mod = coef_hvdown[five_taps];
687 hv_coef_mod = coef_hvup[five_taps];
689 hv_coef_mod = NULL;
699 if (hv_coef_mod) {
701 hv |= (hv_coef_mod[i] & 0xff);

Completed in 186 milliseconds