Searched refs:max_p (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drangecoder.c59 void ff_build_rac_states(RangeCoder *c, int factor, int max_p){ argument
72 if(last_p8 && last_p8<256 && p8<=max_p)
79 for(i=256-max_p; i<=max_p; i++){
87 if(p8 > max_p) p8= max_p;
H A Drangecoder.h49 void ff_build_rac_states(RangeCoder *c, int factor, int max_p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drangecoder.c62 void ff_build_rac_states(RangeCoder *c, int factor, int max_p) argument
77 if (last_p8 && last_p8 < 256 && p8 <= max_p)
84 for (i = 256 - max_p; i <= max_p; i++) {
93 if (p8 > max_p)
94 p8 = max_p;
H A Drangecoder.h50 void ff_build_rac_states(RangeCoder *c, int factor, int max_p);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv50_calc.c56 if (*P > pll->max_p)
57 *P = pll->max_p;
H A Dnouveau_calc.c283 int minP = pll_lim->max_p ? pll_lim->min_p : 0;
284 int maxP = pll_lim->max_p ? pll_lim->max_p : pll_lim->max_usable_log2p;
309 P = pll_lim->max_p ? maxP : (1 << maxP);
320 P = pll_lim->max_p ? thisP : (1 << thisP);
H A Dnouveau_bios.h208 uint8_t max_p; member in struct:pll_lims
H A Dnouveau_bios.c4954 pll_lim->max_p = record[13];
5026 if (!pll_lim->max_p) {
5031 NV_DEBUG(dev, "pll.max_p: %d\n", pll_lim->max_p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.c1628 int max_p = 0; local
1636 max_p = 0;
1639 p[max_p].fd = tcp_fd;
1640 p[max_p++].events = POLLIN;
1647 p[max_p].fd = ffurl_get_file_handle(rtsp_st->rtp_handle);
1648 p[max_p++].events = POLLIN;
1649 p[max_p].fd = ff_rtp_get_rtcp_file_handle(rtsp_st->rtp_handle);
1650 p[max_p++].events = POLLIN;
1653 n = poll(p, max_p, POLL_TIMEOUT_MS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.c1836 int max_p = 0; local
1845 max_p = 0;
1848 p[max_p].fd = tcp_fd;
1849 p[max_p++].events = POLLIN;
1867 p[max_p].fd = fds[fdsidx];
1868 p[max_p++].events = POLLIN;
1873 n = poll(p, max_p, POLL_TIMEOUT_MS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbhw.c44 int min_p, max_p, min_p1, max_p1; member in struct:pll_min_max
943 if (p_max > pll->max_p)
944 p_max = pll->max_p;

Completed in 205 milliseconds