HomeSort by relevance Sort by last modified time
    Searched refs:level0 (Results 1 - 10 of 10) sorted by null

  /external/valgrind/main/coregrind/
m_sparsewa.c 61 Level0;
66 void* child[256]; /* either LevelN* or Level0* */
76 void* curr_nd; /* LevelN* or Level0* */
158 static Level0* swa_new_Level0 ( SparseWA* swa )
160 Level0* level0 = swa->alloc_nofail( swa->cc, sizeof(Level0) ); local
161 VG_(memset)(level0, 0, sizeof(*level0));
162 level0->magic = Level0_MAGIC
202 Level0* level0 = (Level0*)curr_nd; local
282 Level0* level0; local
315 Level0* level0; local
373 Level0* level0; local
448 Level0* level0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
webtreemap.css 51 .webtreemap-level0 {
  /external/chromium_org/gpu/command_buffer/service/
texture_manager.cc 694 const Texture::LevelInfo& level0 = level_infos_[ii][0]; local
695 if (level0.target == 0 ||
696 level0.width != first_face.width ||
697 level0.height != first_face.height ||
698 level0.depth != 1 ||
699 level0.internal_format != first_face.internal_format ||
700 level0.format != first_face.format ||
701 level0.type != first_face.type) {
704 // Get level0 dimensions
705 GLsizei width = level0.width
    [all...]
texture_manager_unittest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 1474 int level0 = samp->view->u.tex.first_level + (int)lod[j]; local
1643 unsigned level0 = level > 0 ? level : 0; local
1824 int level0; local
1937 int level0 = samp->view->u.tex.first_level + (int)lod[j]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1474 int level0 = samp->view->u.tex.first_level + (int)lod[j]; local
1643 unsigned level0 = level > 0 ? level : 0; local
1824 int level0; local
1937 int level0 = samp->view->u.tex.first_level + (int)lod[j]; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
quant.c 208 const int level0 = enc->config_->filter_strength; local
211 const int level = level0 * 256 * enc->dqm_[i].quant_ / 128;
543 int level0; local
546 level0 = QUANTDIV(coeff0, iQ, B);
547 // test all alternate level values around level0.
552 int level = level0 + m;
    [all...]
filter.c 357 const int level0 = it->enc_->dqm_[s].fstrength_; // TODO: ref_lf_delta[] local
359 // explore +/-quant range of values around level0
378 const int level = level0 + d;
  /external/webp/src/enc/
quant.c 208 const int level0 = enc->config_->filter_strength; local
211 const int level = level0 * 256 * enc->dqm_[i].quant_ / 128;
543 int level0; local
546 level0 = QUANTDIV(coeff0, iQ, B);
547 // test all alternate level values around level0.
552 int level = level0 + m;
    [all...]
filter.c 357 const int level0 = it->enc_->dqm_[s].fstrength_; // TODO: ref_lf_delta[] local
359 // explore +/-quant range of values around level0
378 const int level = level0 + d;

Completed in 375 milliseconds