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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-yuv.c141 static void ivtv_yuv_filter(struct ivtv *itv, int h_filter, int v_filter_1, int v_filter_2) argument
172 if (v_filter_1 > -1) {
173 if (v_filter_1 > 4)
174 v_filter_1 = 4;
175 i = IVTV_YUV_VERTICAL_FILTER_OFFSET + (v_filter_1 * 192);
183 IVTV_DEBUG_YUV("v_filter_1 -> %d\n", v_filter_1);
376 int v_filter_1, v_filter_2; local
550 v_filter_1 = 0;
554 v_filter_1
1144 int h_filter, v_filter_1, v_filter_2; local
[all...]
H A Divtv-driver.h478 int v_filter_1; member in struct:yuv_playback_info

Completed in 108 milliseconds