HomeSort by relevance Sort by last modified time
    Searched defs:bh (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_format.c 58 GLuint bw, bh; local
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_format.c 58 GLuint bw, bh; local
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_complexity.c 67 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; local
69 const int ymis = MIN(cm->mi_rows - mi_row, bh);
78 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
81 (bw * bh);
vp9_aq_variance.c 126 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; local
129 vp9_64_zeros, 0, bw, bh, &sse, &avg);
130 var = sse - (((int64_t)avg * avg) / (bw * bh));
131 return (256 * var) / (bw * bh);
vp9_aq_cyclicrefresh.c 135 const int bh = num_8x8_blocks_high_lookup[bsize]; local
137 const int ymis = MIN(cm->mi_rows - mi_row, bh);
vp9_segmentation.c 116 int bw, int bh, int mi_row, int mi_col) {
127 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
161 int bw, bh; local
168 bh = num_8x8_blocks_high_lookup[mi[0]->mbmi.sb_type];
170 if (bw == bs && bh == bs) {
173 } else if (bw == bs && bh < bs) {
179 } else if (bw < bs && bh == bs) {
189 assert(bw < bs && bh < bs);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress.c 451 GLuint bw, bh; local
454 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
457 ASSERT(row % bh == 0);
459 offset = ((width + bw - 1) / bw) * (row / bh) + col / bw;
480 GLuint bytes, bw, bh; local
483 _mesa_get_format_block_size(format, &bw, &bh);
492 texImage.RowStride = srcRowStride * bh / bytes;
texcompress_etc_tmp.h 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
150 for (y = 0; y < height; y += bh) {
156 for (j = 0; j < bh; j++) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_complexity.c 67 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; local
69 const int ymis = MIN(cm->mi_rows - mi_row, bh);
78 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
81 (bw * bh);
vp9_aq_variance.c 126 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; local
129 vp9_64_zeros, 0, bw, bh, &sse, &avg);
130 var = sse - (((int64_t)avg * avg) / (bw * bh));
131 return (256 * var) / (bw * bh);
  /external/mesa3d/src/mesa/main/
texcompress.c 451 GLuint bw, bh; local
454 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
457 ASSERT(row % bh == 0);
459 offset = ((width + bw - 1) / bw) * (row / bh) + col / bw;
480 GLuint bytes, bw, bh; local
483 _mesa_get_format_block_size(format, &bw, &bh);
492 texImage.RowStride = srcRowStride * bh / bytes;
texcompress_etc_tmp.h 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
150 for (y = 0; y < height; y += bh) {
156 for (j = 0; j < bh; j++) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_complexity.c 68 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; local
70 const int ymis = MIN(cm->mi_rows - mi_row, bh);
79 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
82 (bw * bh);
vp9_aq_variance.c 126 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; local
129 vp9_64_zeros, 0, bw, bh, &sse, &avg);
130 var = sse - (((int64_t)avg * avg) / (bw * bh));
131 return (256 * var) / (bw * bh);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_etc.c 28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
32 for (y = 0; y < height; y += bh) {
38 for (j = 0; j < bh; j++) {
68 const unsigned bw = 4, bh = 4; local
72 assert(i < bw && j < bh);
u_format_rgtc.c 53 const unsigned bw = 4, bh = 4, comps = 4; local
57 for(y = 0; y < height; y += bh) {
60 for(j = 0; j < bh; ++j) {
79 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
82 for(y = 0; y < height; y += bh) {
85 uint8_t tmp[4][4]; /* [bh][bw][comps] */
86 for(j = 0; j < bh; ++j) {
126 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
129 for(y = 0; y < height; y += bh) {
132 uint8_t tmp[4][4]; /* [bh][bw][comps] *
177 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
245 const unsigned bw = 4, bh = 4, comps = 4; local
270 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
295 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_etc.c 28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
32 for (y = 0; y < height; y += bh) {
38 for (j = 0; j < bh; j++) {
68 const unsigned bw = 4, bh = 4; local
72 assert(i < bw && j < bh);
  /external/qemu/
async.c 76 QEMUBH **bh = opaque; local
77 qemu_bh_delete(*bh);
78 g_free(bh);
88 QEMUBH **bh; local
101 /* Schedule BH to run any queued AIO completions as soon as possible */
102 bh = g_malloc(sizeof(*bh));
103 *bh = qemu_bh_new(bh_run_aio_completions, bh);
104 qemu_bh_schedule(*bh);
129 QEMUBH *bh; local
140 QEMUBH *bh, **bhp; local
199 QEMUBH *bh; local
    [all...]
dma-helpers.c 49 QEMUBH *bh; member in struct:__anon33354
58 qemu_bh_delete(dbs->bh);
59 dbs->bh = NULL;
67 dbs->bh = qemu_bh_new(reschedule_dma, dbs);
68 qemu_bh_schedule(dbs->bh);
161 dbs->bh = NULL;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.c 46 unsigned bw, bh, bpb, total_size, i; local
58 svga_format_size(key->format, &bw, &bh, &bpb);
66 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 195 GLuint bw, bh; local
201 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
204 assert(y % bh == 0);
232 map += stride * (y / bh) + texelSize * (x / bw);
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 46 unsigned bw, bh, bpb, total_size, i; local
58 svga_format_size(key->format, &bw, &bh, &bpb);
66 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb;
  /external/mesa3d/src/mesa/swrast/
s_texture.c 195 GLuint bw, bh; local
201 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
204 assert(y % bh == 0);
232 map += stride * (y / bh) + texelSize * (x / bw);
  /build/tools/droiddoc/templates-pdk/assets/
jquery-1.6.2.min.js 16 (function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cr(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function bZ(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function bY(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bC.test(a)?d(a,e):bY(a+"["+(typeof e=="object"||f.isArray(e)?b:"")+"]",e,c,d)});else if(!c&&b!=null&&typeof b=="object")for(var e in b)bY(a+"["+e+"]",b[e],c,d);else d(a,b)}function bX(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bR,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bX(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bX(a,c,d,e,"*",g));return l}function bW(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bN),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bA(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?bv:bw;if(d>0){c!=="border"&&f.each(e,function(){c||(d-=parseFloat(f.css(a,"padding"+this))||0),c==="margin"?d+=parseFloat(f.css(a,c+this))||0:d-=parseFloat(f.css(a,"border"+this+"Width"))||0});return d+"px"}d=bx(a,b,b);if(d<0||d==null)d=a.style[b]||0;d=parseFloat(d)||0,c&&f.each(e,function(){d+=parseFloat(f.css(a,"padding"+this))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+this+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+this))||0)});return d+"px"}function bm(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(be,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function bl(a){f.nodeName(a,"input")?bk(a):"getElementsByTagName"in a&&f.grep(a.getElementsByTagName("input"),bk)}function bk(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bj(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bi(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bh(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c=f.expando,d=f.data(a),e=f.data(b,d);if(d=d[c]){var g (…)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_pred_common.c 373 const int bh = num_8x8_blocks_high_lookup[bsize]; local
375 const int ymis = MIN(cm->mi_rows - mi_row, bh);

Completed in 1639 milliseconds

1 2 3 4 5 6 7