Searched refs:flat (Results 26 - 50 of 91) sorted by relevance

1234

/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_masks_dspr2.h141 uint32_t *flat) {
166 * flat |= (abs(p1 - p0) > thresh)
180 * flat |= (abs(q1 - q0) > thresh)
192 /* flat |= (abs(p0 - p2) > thresh) */
199 /* flat |= (abs(q0 - q2) > thresh) */
206 /* flat |= (abs(p3 - p0) > thresh) */
213 /* flat |= (abs(q3 - q0) > thresh) */
279 *flat = flat1;
294 /* flat |= (abs(p4 - p0) > thresh) */
301 /* flat |
132 vp9_filter_hev_mask_flatmask4_dspr2(uint32_t limit, uint32_t flimit, uint32_t thresh, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t *hev, uint32_t *mask, uint32_t *flat) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureRecord.h239 // Make sure that flat has fTopBot written.
240 static void WriteTopBot(const SkPaint& paint, const SkFlatData& flat) { argument
241 if (!flat.isTopBotWritten()) {
242 ComputeFontMetricsTopBottom(paint, flat.writableTopBot());
243 SkASSERT(flat.isTopBotWritten());
249 * SkBBoxRecord::drawPosTextH gets a flat paint and uses it,
/external/skia/src/core/
H A DSkPictureRecord.h267 // Make sure that flat has fTopBot written.
268 static void WriteTopBot(const SkPaint& paint, const SkFlatData& flat) { argument
269 if (!flat.isTopBotWritten()) {
270 ComputeFontMetricsTopBottom(paint, flat.writableTopBot());
271 SkASSERT(flat.isTopBotWritten());
277 * SkBBoxRecord::drawPosTextH gets a flat paint and uses it,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dvisitor.rb69 flat = @adaptor.flat_list?( tree )
73 tree = before.call( tree ) unless before.nil? or flat
78 tree = after.call( tree ) unless after.nil? or flat
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_mb_lpf_neon.asm62 ; flat && mask were not set for any of the channels. Just store the values
184 ; flat && mask were not set for any of the channels. Just store the values
353 vcge.u8 d20, d30, d20 ; flat
362 vand d16, d20, d19 ; flat && mask
392 vand d17, d18, d16 ; flat2 && flat && mask
445 ; mbfilter flat && mask branch
486 vbif d18, d5, d16 ; t_op2 |= p2 & ~(flat & mask)
487 vbif d19, d25, d16 ; t_op1 |= f_op1 & ~(flat & mask)
488 vbif d20, d24, d16 ; t_op0 |= f_op0 & ~(flat & mask)
489 vbif d21, d23, d16 ; t_oq0 |= f_oq0 & ~(flat
[all...]
H A Dvp9_loopfilter_neon.asm501 vcge.u8 d20, d23, d20 ; flat
507 vand d20, d20, d19 ; flat & mask
513 ; This instruction will truncate the "flat & mask" masks down to 4 bits
517 vmov.u32 r4, d30[0] ; flat & mask 4bits
521 ; If mask and flat are 1's for all vectors, then we only need to execute
569 ; If mask and flat are 0's for all vectors, then we only need to execute
573 ; If mask and flat are mixed then we must perform both branches and
588 vbif d0, d4, d20 ; op2 |= p2 & ~(flat & mask)
592 vbif d1, d25, d20 ; op1 |= f_op1 & ~(flat & mask)
601 vbif d2, d24, d20 ; op0 |= f_op0 & ~(flat
[all...]
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_mb_lpf_neon.asm62 ; flat && mask were not set for any of the channels. Just store the values
184 ; flat && mask were not set for any of the channels. Just store the values
353 vcge.u8 d20, d30, d20 ; flat
362 vand d16, d20, d19 ; flat && mask
392 vand d17, d18, d16 ; flat2 && flat && mask
445 ; mbfilter flat && mask branch
486 vbif d18, d5, d16 ; t_op2 |= p2 & ~(flat & mask)
487 vbif d19, d25, d16 ; t_op1 |= f_op1 & ~(flat & mask)
488 vbif d20, d24, d16 ; t_op0 |= f_op0 & ~(flat & mask)
489 vbif d21, d23, d16 ; t_oq0 |= f_oq0 & ~(flat
[all...]
H A Dvp9_loopfilter_neon.asm501 vcge.u8 d20, d23, d20 ; flat
507 vand d20, d20, d19 ; flat & mask
513 ; This instruction will truncate the "flat & mask" masks down to 4 bits
517 vmov.u32 r4, d30[0] ; flat & mask 4bits
521 ; If mask and flat are 1's for all vectors, then we only need to execute
569 ; If mask and flat are 0's for all vectors, then we only need to execute
573 ; If mask and flat are mixed then we must perform both branches and
588 vbif d0, d4, d20 ; op2 |= p2 & ~(flat & mask)
592 vbif d1, d25, d20 ; op1 |= f_op1 & ~(flat & mask)
601 vbif d2, d24, d20 ; op0 |= f_op0 & ~(flat
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h43 unsigned linear : 1; /* linearly interpolated if true (and not flat) */
44 unsigned flat : 1; member in struct:nv50_ir_varying
/external/chromium_org/v8/src/
H A Dconversions.cc491 String::FlatContent flat = string->GetFlatContent(); local
493 if (flat.IsOneByte()) {
495 unicode_cache, flat.ToOneByteVector(), flags, empty_string_val);
498 unicode_cache, flat.ToUC16Vector(), flags, empty_string_val);
H A Djson-stringifier.h845 String::FlatContent flat = string->GetFlatContent(); local
846 DCHECK(flat.IsOneByte());
847 return flat.ToOneByteVector();
853 String::FlatContent flat = string->GetFlatContent(); local
854 DCHECK(flat.IsTwoByte());
855 return flat.ToUC16Vector();
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h43 unsigned linear : 1; /* linearly interpolated if true (and not flat) */
44 unsigned flat : 1; member in struct:nv50_ir_varying
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Daccelerometer.css58 -webkit-transform-style: flat;
/external/lzma/Asm/x86/
H A D7zAsm.asm9 .model flat
/external/zlib/src/watcom/
H A Dwatcom_f.mak2 # OpenWatcom flat model
/external/tremolo/Tremolo/
H A Dbitwise.c694 unsigned char flat[4*TESTWORDS]; /* max possible needed size */ local
696 memset(flat,0,sizeof(flat));
711 flat[word] |= ((values[j]>>k)&0x1)<<bit;
723 /* construct random-length buffer chain from flat vector; random
746 orl->buffer->data[ibegin++]= flat[pos++];
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof62 # annotated with the flat and cumulative sample counts at each line.
67 # annotated with the flat and cumulative sample counts at each PC value.
645 my $flat = FlatProfile($reduced);
651 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm);
653 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
661 PrintText($symbols, $flat, $cumulative, -1);
667 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
854 my $flat = FlatProfile($reduced);
857 PrintText($symbols, $flat, $cumulative, $line_limit);
889 my $flat
[all...]
/external/jemalloc/bin/
H A Dpprof62 # annotated with the flat and cumulative sample counts at each line.
67 # annotated with the flat and cumulative sample counts at each PC value.
645 my $flat = FlatProfile($reduced);
651 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm);
653 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
661 PrintText($symbols, $flat, $cumulative, -1);
667 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
854 my $flat = FlatProfile($reduced);
857 PrintText($symbols, $flat, $cumulative, $line_limit);
889 my $flat
[all...]
/external/chromium_org/v8/tools/
H A Dgc-nvp-trace-processor.py44 flat = []
45 for i in l: flat.extend(i)
46 return flat
/external/chromium_org/v8/test/cctest/
H A Dtest-strings.cc397 bool flat = data->rng_.next(data->empty_leaf_threshold_); local
403 terminate |= flat;
443 // Special work needed for flat string.
444 if (flat) {
566 Handle<String> flat = ConstructBalanced(&data); local
567 String::Flatten(flat);
572 Traverse(flat, symmetric);
574 Traverse(flat, left_asymmetric);
576 Traverse(flat, right_asymmetric);
589 Traverse(flat, left_asymmetri
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof62 # annotated with the flat and cumulative sample counts at each line.
67 # annotated with the flat and cumulative sample counts at each PC value.
645 my $flat = FlatProfile($reduced);
651 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm);
653 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
661 PrintText($symbols, $flat, $cumulative, -1);
667 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
854 my $flat = FlatProfile($reduced);
857 PrintText($symbols, $flat, $cumulative, $line_limit);
889 my $flat
[all...]
/external/chromium_org/third_party/flot/
H A Dexcanvas.min.js1 if(!document.createElement("canvas").getContext){(function(){var ab=Math;var n=ab.round;var l=ab.sin;var A=ab.cos;var H=ab.abs;var N=ab.sqrt;var d=10;var f=d/2;var z=+navigator.userAgent.match(/MSIE ([\d.]+)?/)[1];function y(){return this.context_||(this.context_=new D(this))}var t=Array.prototype.slice;function g(j,m,p){var i=t.call(arguments,2);return function(){return j.apply(m,i.concat(t.call(arguments)))}}function af(i){return String(i).replace(/&/g,"&amp;").replace(/"/g,"&quot;")}function Y(m,j,i){if(!m.namespaces[j]){m.namespaces.add(j,i,"#default#VML")}}function R(j){Y(j,"g_vml_","urn:schemas-microsoft-com:vml");Y(j,"g_o_","urn:schemas-microsoft-com:office:office");if(!j.styleSheets.ex_canvas_){var i=j.createStyleSheet();i.owningElement.id="ex_canvas_";i.cssText="canvas{display:inline-block;overflow:hidden;text-align:left;width:300px;height:150px}"}}R(document);var e={init:function(i){var j=i||document;j.createElement("canvas");j.attachEvent("onreadystatechange",g(this.init_,this,j))},init_:function(p){var m=p.getElementsByTagName("canvas");for(var j=0;j<m.length;j++){this.initElement(m[j])}},initElement:function(j){if(!j.getContext){j.getContext=y;R(j.ownerDocument);j.innerHTML="";j.attachEvent("onpropertychange",x);j.attachEvent("onresize",W);var i=j.attributes;if(i.width&&i.width.specified){j.style.width=i.width.nodeValue+"px"}else{j.width=j.clientWidth}if(i.height&&i.height.specified){j.style.height=i.height.nodeValue+"px"}else{j.height=j.clientHeight}}return j}};function x(j){var i=j.srcElement;switch(j.propertyName){case"width":i.getContext().clearRect();i.style.width=i.attributes.width.nodeValue+"px";i.firstChild.style.width=i.clientWidth+"px";break;case"height":i.getContext().clearRect();i.style.height=i.attributes.height.nodeValue+"px";i.firstChild.style.height=i.clientHeight+"px";break}}function W(j){var i=j.srcElement;if(i.firstChild){i.firstChild.style.width=i.clientWidth+"px";i.firstChild.style.height=i.clientHeight+"px"}}e.init();var k=[];for(var ae=0;ae<16;ae++){for(var ad=0;ad<16;ad++){k[ae*16+ad]=ae.toString(16)+ad.toString(16)}}function B(){return[[1,0,0],[0,1,0],[0,0,1]]}function J(p,m){var j=B();for(var i=0;i<3;i++){for(var ah=0;ah<3;ah++){var Z=0;for(var ag=0;ag<3;ag++){Z+=p[i][ag]*m[ag][ah]}j[i][ah]=Z}}return j}function v(j,i){i.fillStyle=j.fillStyle;i.lineCap=j.lineCap;i.lineJoin=j.lineJoin;i.lineWidth=j.lineWidth;i.miterLimit=j.miterLimit;i.shadowBlur=j.shadowBlur;i.shadowColor=j.shadowColor;i.shadowOffsetX=j.shadowOffsetX;i.shadowOffsetY=j.shadowOffsetY;i.strokeStyle=j.strokeStyle;i.globalAlpha=j.globalAlpha;i.font=j.font;i.textAlign=j.textAlign;i.textBaseline=j.textBaseline;i.arcScaleX_=j.arcScaleX_;i.arcScaleY_=j.arcScaleY_;i.lineScale_=j.lineScale_}var b={aliceblue:"#F0F8FF",antiquewhite:"#FAEBD7",aquamarine:"#7FFFD4",azure:"#F0FFFF",beige:"#F5F5DC",bisque:"#FFE4C4",black:"#000000",blanchedalmond:"#FFEBCD",blueviolet:"#8A2BE2",brown:"#A52A2A",burlywood:"#DEB887",cadetblue:"#5F9EA0",chartreuse:"#7FFF00",chocolate:"#D2691E",coral:"#FF7F50",cornflowerblue:"#6495ED",cornsilk:"#FFF8DC",crimson:"#DC143C",cyan:"#00FFFF",darkblue:"#00008B",darkcyan:"#008B8B",darkgoldenrod:"#B8860B",darkgray:"#A9A9A9",darkgreen:"#006400",darkgrey:"#A9A9A9",darkkhaki:"#BDB76B",darkmagenta:"#8B008B",darkolivegreen:"#556B2F",darkorange:"#FF8C00",darkorchid:"#9932CC",darkred:"#8B0000",darksalmon:"#E9967A",darkseagreen:"#8FBC8F",darkslateblue:"#483D8B",darkslategray:"#2F4F4F",darkslategrey:"#2F4F4F",darkturquoise:"#00CED1",darkviolet:"#9400D3",deeppink:"#FF1493",deepskyblue:"#00BFFF",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1E90FF",firebrick:"#B22222",floralwhite:"#FFFAF0",forestgreen:"#228B22",gainsboro:"#DCDCDC",ghostwhite:"#F8F8FF",gold:"#FFD700",goldenrod:"#DAA520",grey:"#808080",greenyellow:"#ADFF2F",honeydew:"#F0FFF0",hotpink:"#FF69B4",indianred:"#CD5C5C",indigo:"#4B0082",ivory:"#FFFFF0",khaki:"#F0E68C",lavender:"#E6E6FA",lavenderblush:"#FFF0F5",lawngreen:"#7CFC00",lemonchiffon:"#FFFACD",lightblue:"#ADD8E6",lightcoral:"#F08080",lightcyan:"#E0FFFF",lightgoldenrodyellow:"#FAFAD2",lightgreen:"#90EE90",lightgrey:"#D3D3D3",lightpink:"#FFB6C1",lightsalmon:"#FFA07A",lightseagreen:"#20B2AA",lightskyblue:"#87CEFA",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#B0C4DE",lightyellow:"#FFFFE0",limegreen:"#32CD32",linen:"#FAF0E6",magenta:"#FF00FF",mediumaquamarine:"#66CDAA",mediumblue:"#0000CD",mediumorchid:"#BA55D3",mediumpurple:"#9370DB",mediumseagreen:"#3CB371",mediumslateblue:"#7B68EE",mediumspringgreen:"#00FA9A",mediumturquoise:"#48D1CC",mediumvioletred:"#C71585",midnightblue:"#191970",mintcream:"#F5FFFA",mistyrose:"#FFE4E1",moccasin:"#FFE4B5",navajowhite:"#FFDEAD",oldlace:"#FDF5E6",olivedrab:"#6B8E23",orange:"#FFA500",orangered:"#FF4500",orchid:"#DA70D6",palegoldenrod:"#EEE8AA",palegreen:"#98FB98",paleturquoise:"#AFEEEE",palevioletred:"#DB7093",papayawhip:"#FFEFD5",peachpuff:"#FFDAB9",peru:"#CD853F",pink:"#FFC0CB",plum:"#DDA0DD",powderblue:"#B0E0E6",rosybrown:"#BC8F8F",royalblue:"#4169E1",saddlebrown:"#8B4513",salmon:"#FA8072",sandybrown:"#F4A460",seagreen:"#2E8B57",seashell:"#FFF5EE",sienna:"#A0522D",skyblue:"#87CEEB",slateblue:"#6A5ACD",slategray:"#708090",slategrey:"#708090",snow:"#FFFAFA",springgreen:"#00FF7F",steelblue:"#4682B4",tan:"#D2B48C",thistle:"#D8BFD8",tomato:"#FF6347",turquoise:"#40E0D0",violet:"#EE82EE",wheat:"#F5DEB3",whitesmoke:"#F5F5F5",yellowgreen:"#9ACD32"};function M(j){var p=j.indexOf("(",3);var i=j.indexOf(")",p+1);var m=j.substring(p+1,i).split(",");if(m.length!=4||j.charAt(3)!="a"){m[3]=1}return m}function c(i){return parseFloat(i)/100}function r(j,m,i){return Math.min(i,Math.max(m,j))}function I(ag){var i,ai,aj,ah,ak,Z;ah=parseFloat(ag[0])/360%360;if(ah<0){ah++}ak=r(c(ag[1]),0,1);Z=r(c(ag[2]),0,1);if(ak==0){i=ai=aj=Z}else{var j=Z<0.5?Z*(1+ak):Z+ak-Z*ak;var m=2*Z-j;i=a(m,j,ah+1/3);ai=a(m,j,ah);aj=a(m,j,ah-1/3)}return"#"+k[Math.floor(i*255)]+k[Math.floor(ai*255)]+k[Math.floor(aj*255)]}function a(j,i,m){if(m<0){m++}if(m>1){m--}if(6*m<1){return j+(i-j)*6*m}else{if(2*m<1){return i}else{if(3*m<2){return j+(i-j)*(2/3-m)*6}else{return j}}}}var C={};function F(j){if(j in C){return C[j]}var ag,Z=1;j=String(j);if(j.charAt(0)=="#"){ag=j}else{if(/^rgb/.test(j)){var p=M(j);var ag="#",ah;for(var m=0;m<3;m++){if(p[m].indexOf("%")!=-1){ah=Math.floor(c(p[m])*255)}else{ah=+p[m]}ag+=k[r(ah,0,255)]}Z=+p[3]}else{if(/^hsl/.test(j)){var p=M(j);ag=I(p);Z=p[3]}else{ag=b[j]||j}}}return C[j]={color:ag,alpha:Z}}var o={style:"normal",variant:"normal",weight:"normal",size:10,family:"sans-serif"};var L={};function E(i){if(L[i]){return L[i]}var p=document.createElement("div");var m=p.style;try{m.font=i}catch(j){}return L[i]={style:m.fontStyle||o.style,variant:m.fontVariant||o.variant,weight:m.fontWeight||o.weight,size:m.fontSize||o.size,family:m.fontFamily||o.family}}function u(m,j){var i={};for(var ah in m){i[ah]=m[ah]}var ag=parseFloat(j.currentStyle.fontSize),Z=parseFloat(m.size);if(typeof m.size=="number"){i.size=m.size}else{if(m.size.indexOf("px")!=-1){i.size=Z}else{if(m.size.indexOf("em")!=-1){i.size=ag*Z}else{if(m.size.indexOf("%")!=-1){i.size=(ag/100)*Z}else{if(m.size.indexOf("pt")!=-1){i.size=Z/0.75}else{i.size=ag}}}}}i.size*=0.981;return i}function ac(i){return i.style+" "+i.variant+" "+i.weight+" "+i.size+"px "+i.family}var s={butt:"flat",round:"round"};function S(i){return s[i]||"square"}function D(i){this.m_=B();this.mStack_=[];this (…)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_program.c134 /* count recorded non-flat inputs */
141 m += info->in[i].flat ? 0 : 1;
147 /* Fill prog->in[] so that non-flat inputs are first and
160 unsigned j = info->in[i].flat ? m++ : n++;
187 /* (n == m) if m never increased, i.e. no flat inputs */
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py105 three formats called "flat row flat pixel", "boxed row flat pixel", and
112 Boxed row flat pixel::
126 Flat row flat pixel::
151 is 8 this is essentially the same as boxed row flat pixel; when the
628 an iterable that yields each row in boxed row flat pixel format.
665 `packed` is ``False`` the rows should be in boxed row flat pixel
824 Write an array in flat row flat pixe
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_program.c134 /* count recorded non-flat inputs */
141 m += info->in[i].flat ? 0 : 1;
147 /* Fill prog->in[] so that non-flat inputs are first and
160 unsigned j = info->in[i].flat ? m++ : n++;
187 /* (n == m) if m never increased, i.e. no flat inputs */

Completed in 3530 milliseconds

1234