HomeSort by relevance Sort by last modified time
    Searched refs:plot (Results 1 - 25 of 75) sorted by null

1 2 3

  /pdk/apps/CameraITS/tests/
test_blc_lsc.py 88 pylab.plot(exposures, r_means_center, 'r')
89 pylab.plot(exposures, g_means_center, 'g')
90 pylab.plot(exposures, b_means_center, 'b')
95 pylab.plot(exposures, r_means_corner, 'r')
96 pylab.plot(exposures, g_means_corner, 'g')
97 pylab.plot(exposures, b_means_corner, 'b')
test_param_exposure_time.py 59 # Draw a plot.
60 pylab.plot(exposures, r_means, 'r')
61 pylab.plot(exposures, g_means, 'g')
62 pylab.plot(exposures, b_means, 'b')
test_black_white.py 64 # Draw a plot.
65 pylab.plot([0,1], r_means, 'r')
66 pylab.plot([0,1], g_means, 'g')
67 pylab.plot([0,1], b_means, 'b')
test_exposure.py 55 # Draw a plot.
56 pylab.plot(mults, r_means, 'r')
57 pylab.plot(mults, g_means, 'g')
58 pylab.plot(mults, b_means, 'b')
test_param_sensitivity.py 66 # Draw a plot.
67 pylab.plot(sensitivities, r_means, 'r')
68 pylab.plot(sensitivities, g_means, 'g')
69 pylab.plot(sensitivities, b_means, 'b')
test_black_level.py 83 pylab.plot(range(32), yhist.tolist()[0:32], 'rgb'[si])
84 pylab.plot(range(32), uhist.tolist()[112:144], 'rgb'[si]+'--')
85 pylab.plot(range(32), vhist.tolist()[112:144], 'rgb'[si]+'--')
test_latching.py 66 # Draw a plot.
68 pylab.plot(idxs, r_means, 'r')
69 pylab.plot(idxs, g_means, 'g')
70 pylab.plot(idxs, b_means, 'b')
test_linearity.py 99 pylab.plot(sensitivities, r_means, ['r','r--'][i])
100 pylab.plot(sensitivities, g_means, ['g','g--'][i])
101 pylab.plot(sensitivities, b_means, ['b','b--'][i])
test_param_color_correction.py 92 # Draw a plot.
94 pylab.plot(domain, r_means, 'r')
95 pylab.plot(domain, g_means, 'g')
96 pylab.plot(domain, b_means, 'b')
  /external/chromium_org/third_party/flot/
jquery.flot.image.min.js 1 (function(c){var a={series:{images:{show:false,alpha:1,anchor:"corner"}}};c.plot.image={};c.plot.image.loadDataImages=function(g,f,k){var j=[],h=[];var i=f.series.images.show;c.each(g,function(l,m){if(!(i||m.images.show)){return}if(m.data){m=m.data}c.each(m,function(n,o){if(typeof o[0]=="string"){j.push(o[0]);h.push(o)}})});c.plot.image.load(j,function(l){c.each(h,function(n,o){var m=o[0];if(l[m]){o[0]=l[m]}});k()})};c.plot.image.load=function(h,i){var g=h.length,f={};if(g==0){i({})}c.each(h,function(k,j){var l=function(){--g;f[j]=this;if(g==0){i(f)}};c("<img />").load(l).error(l).attr("src",j)})};function d(q,o,l){var m=q.getPlotOffset();if(!l.images||!l.images.show){return}var r=l.datapoints.points,n=l.datapoints.pointsize;for(var t=0;t<r.length;t+=n){var y=r[t],w=r[t+1],g=r[t+2],v=r[t+3],f=r[t+4],h=l.xaxis,u=l.yaxis,x;if(!y||y.width<=0||y.height<=0){continue}if(w>v){x=v;v=w;w=x}if(g>f){x=f;f=g;g=x}if(l.images.anchor=="center"){x=0.5*(v-w)/(y.width-1);w-=x;v+=x;x=0.5*(f-g)/(y.height-1);g-=x;f+=x}if(w==v||g==f||w>=h.max||v<=h.min||g>=u.max||f<=u.min){continue}var k=0,s=0,j=y.width,p=y.height;if(w<h.min){k+=(j-k)*(h.min-w)/(v-w);w=h.min}if(v>h.max){j+=(j-k)*(h.max-v)/(v-w);v=h.max}if(g<u.min){p+=(s-p)*(u.min-g)/(f-g);g=u.min}if(f>u.max){s+=(s-p)*(u.max-f)/(f-g);f=u.max}w=h.p2c(w);v=h.p2c(v);g=u.p2c(g);f=u.p2c(f);if(w>v){x=v;v=w;w=x}if(g>f){x=f;f=g;g=x}x=o.globalAlpha;o.globalAlpha*=l.images.alpha;o.drawImage(y,k,s,j-k,p-s,w+m.left,g+m.top,v-w,f-g);o.globalAlpha=x}}function b(i,f,g,h){if(!f.images.show){return}h.format=[{required:true},{x:true,number:true,required:true},{y:true,number:true,required:true},{x:true,number:true,required:true},{y:true,number:true,required:true}]}function e(f){f.hooks.processRawData.push(b);f.hooks.drawSeries.push(d)}c.plot.plugins.push({init:e,options:a,name:"image",version:"1.1"})})(jQuery)
jquery.flot.symbol.min.js 1 (function(b){function a(h,e,g){var d={square:function(k,j,n,i,m){var l=i*Math.sqrt(Math.PI)/2;k.rect(j-l,n-l,l+l,l+l)},diamond:function(k,j,n,i,m){var l=i*Math.sqrt(Math.PI/2);k.moveTo(j-l,n);k.lineTo(j,n-l);k.lineTo(j+l,n);k.lineTo(j,n+l);k.lineTo(j-l,n)},triangle:function(l,k,o,j,n){var m=j*Math.sqrt(2*Math.PI/Math.sin(Math.PI/3));var i=m*Math.sin(Math.PI/3);l.moveTo(k-m/2,o+i/2);l.lineTo(k+m/2,o+i/2);if(!n){l.lineTo(k,o-i/2);l.lineTo(k-m/2,o+i/2)}},cross:function(k,j,n,i,m){var l=i*Math.sqrt(Math.PI)/2;k.moveTo(j-l,n-l);k.lineTo(j+l,n+l);k.moveTo(j-l,n+l);k.lineTo(j+l,n-l)}};var f=e.points.symbol;if(d[f]){e.points.symbol=d[f]}}function c(d){d.hooks.processDatapoints.push(a)}b.plot.plugins.push({init:c,name:"symbols",version:"1.0"})})(jQuery)
jquery.flot.threshold.min.js 1 (function(B){var A={series:{threshold:null}};function C(D){function E(L,S,M){if(!S.threshold){return }var F=M.pointsize,I,O,N,G,K,H=B.extend({},S);H.datapoints={points:[],pointsize:F};H.label=null;H.color=S.threshold.color;H.threshold=null;H.originSeries=S;H.data=[];var P=S.threshold.below,Q=M.points,R=S.lines.show;threspoints=[];newpoints=[];for(I=0;I<Q.length;I+=F){O=Q[I];N=Q[I+1];K=G;if(N<P){G=threspoints}else{G=newpoints}if(R&&K!=G&&O!=null&&I>0&&Q[I-F]!=null){var J=(O-Q[I-F])/(N-Q[I-F+1])*(P-N)+O;K.push(J);K.push(P);for(m=2;m<F;++m){K.push(Q[I+m])}G.push(null);G.push(null);for(m=2;m<F;++m){G.push(Q[I+m])}G.push(J);G.push(P);for(m=2;m<F;++m){G.push(Q[I+m])}}G.push(O);G.push(N)}M.points=newpoints;H.datapoints.points=threspoints;if(H.datapoints.points.length>0){L.getData().push(H)}}D.hooks.processDatapoints.push(E)}B.plot.plugins.push({init:C,options:A,name:"threshold",version:"1.0"})})(jQuery)
jquery.flot.fillbetween.min.js 1 (function(b){var a={series:{fillBetween:null}};function c(f){function d(j,h){var g;for(g=0;g<h.length;++g){if(h[g].id==j.fillBetween){return h[g]}}if(typeof j.fillBetween=="number"){g=j.fillBetween;if(g<0||g>=h.length){return null}return h[g]}return null}function e(B,u,g){if(u.fillBetween==null){return}var p=d(u,B.getData());if(!p){return}var y=g.pointsize,E=g.points,h=p.datapoints.pointsize,x=p.datapoints.points,r=[],w,v,k,G,F,q,t=u.lines.show,o=y>2&&g.format[2].y,n=t&&u.lines.steps,D=true,C=0,A=0,z;while(true){if(C>=E.length){break}z=r.length;if(E[C]==null){for(m=0;m<y;++m){r.push(E[C+m])}C+=y}else{if(A>=x.length){if(!t){for(m=0;m<y;++m){r.push(E[C+m])}}C+=y}else{if(x[A]==null){for(m=0;m<y;++m){r.push(null)}D=true;A+=h}else{w=E[C];v=E[C+1];G=x[A];F=x[A+1];q=0;if(w==G){for(m=0;m<y;++m){r.push(E[C+m])}q=F;C+=y;A+=h}else{if(w>G){if(t&&C>0&&E[C-y]!=null){k=v+(E[C-y+1]-v)*(G-w)/(E[C-y]-w);r.push(G);r.push(k);for(m=2;m<y;++m){r.push(E[C+m])}q=F}A+=h}else{if(D&&t){C+=y;continue}for(m=0;m<y;++m){r.push(E[C+m])}if(t&&A>0&&x[A-h]!=null){q=F+(x[A-h+1]-F)*(w-G)/(x[A-h]-G)}C+=y}}D=false;if(z!=r.length&&o){r[z+2]=q}}}}if(n&&z!=r.length&&z>0&&r[z]!=null&&r[z]!=r[z-y]&&r[z+1]!=r[z-y+1]){for(m=0;m<y;++m){r[z+y+m]=r[z+m]}r[z+1]=r[z-y+1]}}g.points=r}f.hooks.processDatapoints.push(e)}b.plot.plugins.push({init:c,options:a,name:"fillbetween",version:"1.0"})})(jQuery)
jquery.flot.stack.min.js 1 (function(b){var a={series:{stack:null}};function c(f){function d(k,j){var h=null;for(var g=0;g<j.length;++g){if(k==j[g]){break}if(j[g].stack==k.stack){h=j[g]}}return h}function e(C,v,g){if(v.stack==null){return}var p=d(v,C.getData());if(!p){return}var z=g.pointsize,F=g.points,h=p.datapoints.pointsize,y=p.datapoints.points,t=[],x,w,k,J,I,r,u=v.lines.show,G=v.bars.horizontal,o=z>2&&(G?g.format[2].x:g.format[2].y),n=u&&v.lines.steps,E=true,q=G?1:0,H=G?0:1,D=0,B=0,A;while(true){if(D>=F.length){break}A=t.length;if(F[D]==null){for(m=0;m<z;++m){t.push(F[D+m])}D+=z}else{if(B>=y.length){if(!u){for(m=0;m<z;++m){t.push(F[D+m])}}D+=z}else{if(y[B]==null){for(m=0;m<z;++m){t.push(null)}E=true;B+=h}else{x=F[D+q];w=F[D+H];J=y[B+q];I=y[B+H];r=0;if(x==J){for(m=0;m<z;++m){t.push(F[D+m])}t[A+H]+=I;r=I;D+=z;B+=h}else{if(x>J){if(u&&D>0&&F[D-z]!=null){k=w+(F[D-z+H]-w)*(J-x)/(F[D-z+q]-x);t.push(J);t.push(k+I);for(m=2;m<z;++m){t.push(F[D+m])}r=I}B+=h}else{if(E&&u){D+=z;continue}for(m=0;m<z;++m){t.push(F[D+m])}if(u&&B>0&&y[B-h]!=null){r=I+(y[B-h+H]-I)*(x-J)/(y[B-h+q]-J)}t[A+H]+=r;D+=z}}E=false;if(A!=t.length&&o){t[A+2]+=r}}}}if(n&&A!=t.length&&A>0&&t[A]!=null&&t[A]!=t[A-z]&&t[A+1]!=t[A-z+1]){for(m=0;m<z;++m){t[A+z+m]=t[A+m]}t[A+1]=t[A-z+1]}}g.points=t}f.hooks.processDatapoints.push(e)}b.plot.plugins.push({init:c,options:a,name:"stack",version:"1.2"})})(jQuery)
  /external/eigen/bench/btl/data/
mk_gnuplot_script.sh 9 echo plot \\ >> $WHAT.gnuplot
33 echo plot \\ >> $WHAT.gnuplot
48 echo plot \\ >> $WHAT.gnuplot
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 104 static void adjustForPlot(GrIPoint16* loc, const GrIPoint16& plot) {
105 loc->fX += plot.fX * GR_ATLAS_WIDTH;
106 loc->fY += plot.fY * GR_ATLAS_HEIGHT;
215 GrIPoint16 plot; local
216 if (!fPlotMgr->newPlot(&plot)) {
236 GrAtlas* newAtlas = SkNEW_ARGS(GrAtlas, (this, plot.fX, plot.fY, format));
  /external/skia/src/gpu/
GrAtlas.cpp 104 static void adjustForPlot(GrIPoint16* loc, const GrIPoint16& plot) {
105 loc->fX += plot.fX * GR_ATLAS_WIDTH;
106 loc->fY += plot.fY * GR_ATLAS_HEIGHT;
215 GrIPoint16 plot; local
216 if (!fPlotMgr->newPlot(&plot)) {
236 GrAtlas* newAtlas = SkNEW_ARGS(GrAtlas, (this, plot.fX, plot.fY, format));
  /external/libvpx/libvpx/vp8/common/
textblit.c 55 static void plot (const int x, const int y, unsigned char *image, const int pitch) function
106 plot(y,x, image, pitch);
120 plot(x,y, image, pitch);
  /external/libvpx/libvpx/vp9/common/
vp9_textblit.c 27 static void plot(int x, int y, unsigned char *image, int pitch) { function
101 plot(y, x, image, pitch);
111 plot(x, y, image, pitch);
  /external/chromium_org/v8/tools/profviz/
profviz.js 103 "plot",
120 this.plot.style.webkitFilter = "grayscale(1)";
128 this.plot.style.webkitFilter = "";
140 this.toggle("plot");
141 this.plot.src = "";
147 if (this.toggledisplay.next_mode == "plot") {
149 this.plot.style.display = "block";
153 this.toggledisplay.next_mode = "plot";
154 this.plot.style.display = "none";
156 this.toggledisplay.innerHTML = "Show plot";
    [all...]
  /external/skia/bench/
ChartBench.cpp 31 // Generates a path to stroke along the top of each plot and a fill path for the area below each
32 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at
40 SkPath* plot, SkPath* fill) {
41 plot->rewind();
43 plot->incReserve(topData.count());
55 plot->moveTo(x, topData[leftShift]);
59 plot->lineTo(x, topData[i + leftShift]);
65 plot->lineTo(x, topData[i]);
90 // A set of scrolling line plots with the area between each plot filled. Stresses out GPU pat
    [all...]
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 116 class Plot(object):
124 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
144 def collect_fields(plot):
153 for field in flatten([item.fieldrefs() for item in plot]):
158 def is_y2_used(plot):
159 for subplot in plot:
160 if isinstance(subplot, Plot):
180 def generate_script_and_datafile(plot, trace, datafile, output):
181 (fields, field_to_index) = collect_fields(plot)
192 if is_y2_used(plot)
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 116 class Plot(object):
124 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
144 def collect_fields(plot):
153 for field in flatten([item.fieldrefs() for item in plot]):
158 def is_y2_used(plot):
159 for subplot in plot:
160 if isinstance(subplot, Plot):
180 def generate_script_and_datafile(plot, trace, datafile, output):
181 (fields, field_to_index) = collect_fields(plot)
192 if is_y2_used(plot)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 31 function init(plot) {
33 plot.hooks.processDatapoints.push(function(plot, series, datapoints) {
37 plot.hooks.draw.push(function(plot, ctx) {
39 var plotOffset = plot.getPlotOffset(),
221 $.plot.plugins.push({
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 31 function init(plot) {
33 plot.hooks.processDatapoints.push(function(plot, series, datapoints) {
37 plot.hooks.draw.push(function(plot, ctx) {
39 var plotOffset = plot.getPlotOffset(),
221 $.plot.plugins.push({

Completed in 379 milliseconds

1 2 3