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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 239 milliseconds