Searched refs:old_h (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dgconf.c478 static gint old_h; local
486 if (h == old_h)
488 old_h = h;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dgconf.c555 static gint old_h; local
563 if (h == old_h)
565 old_h = h;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34.c1618 static AVRational update_sar(int old_w, int old_h, AVRational sar, int new_w, int new_h) argument
1624 sar = av_mul_q(sar, (AVRational){new_h * old_w, new_w * old_h});

Completed in 77 milliseconds