HomeSort by relevance Sort by last modified time
    Searched full:comps (Results 26 - 50 of 166) sorted by null

12 3 4 5 6 7

  /external/pdfium/third_party/libopenjpeg20/
tcd.c 60 opj_tcd_tilecomp_t *tilec = &tile->comps[compno];
231 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno];
305 OPJ_INT32 value; /*, matrice[tcd_tcp->numlayers][tcd_tile->comps[0].numresolutions][3]; */
314 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno];
321 * (OPJ_FLOAT32) (tcd->image->comps[compno].prec / 16.0));
339 OPJ_INT32 imsb = (OPJ_INT32)(tcd->image->comps[compno].prec - cblk->numbps); /* number of bit-plan equal to zero */
419 opj_tcd_tilecomp_t *tilec = &tcd_tile->comps[compno];
469 maxSE += (((OPJ_FLOAT64)(1 << tcd->image->comps[compno].prec) - 1.0)
470 * ((OPJ_FLOAT64)(1 << tcd->image->comps[compno].prec) -1.0))
600 p_tcd->tcd_image->tiles->comps = (opj_tcd_tilecomp_t *) opj_calloc(p_image->numcomps,sizeof(opj_tcd_tilecomp_t))
    [all...]
pi.c 240 comp = &pi->comps[pi->compno];
251 comp = &pi->comps[pi->compno];
280 comp = &pi->comps[pi->compno];
290 comp = &pi->comps[pi->compno];
326 comp = &pi->comps[compno];
352 comp = &pi->comps[pi->compno];
405 comp = &pi->comps[pi->compno];
413 comp = &pi->comps[compno];
433 comp = &pi->comps[pi->compno];
489 comp = &pi->comps[pi->compno]
    [all...]
  /external/opencv3/modules/cudaimgproc/src/
mssegmentation.cpp 316 DjSets comps(g.numv);
323 int c1 = comps.find(v);
324 int c2 = comps.find(g.edges[e_it].to);
326 comps.merge(c1, c2);
336 int c1 = comps.find(v);
339 int c2 = comps.find(g.edges[e_it].to);
351 int c1 = comps.find(edges[i].from);
352 int c2 = comps.find(edges[i].to);
353 if (c1 != c2 && (comps.size[c1] < minsize || comps.size[c2] < minsize)
    [all...]
  /external/selinux/policycoreutils/setsebool/
setsebool-bash-completion.sh 31 local verb comps
44 local verb comps
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_unittest.cpp 495 img.comps = FX_Alloc(opj_image_comp_t, 3);
518 img.comps[0] = y;
519 img.comps[1] = u;
520 img.comps[2] = v;
523 EXPECT_EQ(img.comps[0].w, img.comps[1].w);
524 EXPECT_EQ(img.comps[0].h, img.comps[1].h);
525 EXPECT_EQ(img.comps[0].w, img.comps[2].w)
    [all...]
  /external/llvm/lib/LineEditor/
LineEditor.cpp 35 const std::vector<Completion> &Comps) {
36 assert(!Comps.empty());
38 std::string CommonPrefix = Comps[0].TypedText;
39 for (std::vector<Completion>::const_iterator I = Comps.begin() + 1,
40 E = Comps.end();
56 std::vector<Completion> Comps = getCompletions(Buffer, Pos);
57 if (Comps.empty()) {
62 std::string CommonPrefix = getCommonPrefix(Comps);
71 for (std::vector<Completion>::iterator I = Comps.begin(), E = Comps.end()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
macpath.py 138 comps = s.split(":")
140 while i < len(comps)-1:
141 if comps[i] == "" and comps[i-1] != "":
143 del comps[i-1:i+1]
151 s = ":".join(comps)
154 if s[-1] == ":" and len(comps) > 2 and s != ":"*len(s):
  /prebuilts/gdb/linux-x86/lib/python2.7/
macpath.py 138 comps = s.split(":")
140 while i < len(comps)-1:
141 if comps[i] == "" and comps[i-1] != "":
143 del comps[i-1:i+1]
151 s = ":".join(comps)
154 if s[-1] == ":" and len(comps) > 2 and s != ":"*len(s):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macpath.py 138 comps = s.split(":")
140 while i < len(comps)-1:
141 if comps[i] == "" and comps[i-1] != "":
143 del comps[i-1:i+1]
151 s = ":".join(comps)
154 if s[-1] == ":" and len(comps) > 2 and s != ":"*len(s):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macpath.py 138 comps = s.split(":")
140 while i < len(comps)-1:
141 if comps[i] == "" and comps[i-1] != "":
143 del comps[i-1:i+1]
151 s = ":".join(comps)
154 if s[-1] == ":" and len(comps) > 2 and s != ":"*len(s):
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgtc.c 33 unsigned i, unsigned j, uint8_t *value, unsigned comps);
39 unsigned i, unsigned j, int8_t *value, unsigned comps);
53 const unsigned bw = 4, bh = 4, comps = 4; local
62 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
85 uint8_t tmp[4][4]; /* [bh][bw][comps] */
132 uint8_t tmp[4][4]; /* [bh][bw][comps] */
183 int8_t tmp[4][4]; /* [bh][bw][comps] */
245 const unsigned bw = 4, bh = 4, comps = 4; local
254 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
301 uint8_t tmp_r[4][4]; /* [bh][bw][comps] */
    [all...]
u_format_s3tc.c 250 const unsigned bw = 4, bh = 4, comps = 4; local
257 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
398 uint8_t tmp[4][4][3]; /* [bh][bw][comps] */
418 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 8; local
423 uint8_t tmp[4][4][4]; /* [bh][bw][comps] */
426 for(k = 0; k < comps; ++k) {
427 tmp[j][i][k] = src[(y + j)*src_stride/sizeof(*src) + (x + i)*comps + k];
443 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
448 uint8_t tmp[4][4][4]; /* [bh][bw][comps] */
451 for(k = 0; k < comps; ++k)
468 const unsigned bw = 4, bh = 4, comps = 4, bytes_per_block = 16; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 87 #define GEN_DIRECT_FLOAT_LOADER(TYPE, COMPS, TYPECODE, CASENAME, VALUES) \
88 class LoaderVertexAttrib##COMPS##TYPECODE : public FloatLoader \
97 COMPONENTS = COMPS \
106 gl.glVertexAttrib ##COMPS ##TYPECODE VALUES; \
117 return "VertexAttrib" #COMPS #TYPECODE; \
121 #define GEN_INDIRECT_FLOAT_LOADER(TYPE, COMPS, TYPECODE, CASENAME) \
122 class LoaderVertexAttrib##COMPS##TYPECODE : public FloatLoader \
131 COMPONENTS = COMPS \
140 gl.glVertexAttrib ##COMPS ##TYPECODE (index, value.getPtr()); \
151 return "VertexAttrib" #COMPS #TYPECODE;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_dump.cpp 42 for(unsigned i = 0; i < op.comps; ++i)
53 for(unsigned i = 0; i < op.comps; ++i)
104 if(op.comps)
110 for(unsigned i = 0; i < op.comps; ++i)
118 for(unsigned i = 0; i < op.comps; ++i)
sm4_parse.cpp 90 op.comps = 0;
93 op.comps = 1;
97 op.comps = 4;
173 for(unsigned i = 0; i < op.comps; ++i)
178 for(unsigned i = 0; i < op.comps; ++i)
284 dcl.indexable_temp.comps = read32();
  /toolchain/binutils/binutils-2.25/libiberty/
cp-demint.c 203 di.comps = ((struct demangle_component *)
207 if (di.comps == NULL || di.subs == NULL)
209 free (di.comps);
227 *mem = di.comps;
229 free (di.comps);
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 883 CvAvgComp* comps = 0; local
    [all...]
cvhaar.cpp 867 CvAvgComp* comps = 0; local
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_rgtc.c 57 unsigned i, unsigned j, GLubyte *value, unsigned comps);
60 unsigned i, unsigned j, GLbyte *value, unsigned comps);
63 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps)
68 curaddr = srcaddr + j * srcRowStride * comps;
71 curaddr += comps;
77 GLint srcRowStride, GLint numxpixels, GLint numypixels, GLint comps)
82 curaddr = srcaddr + j * srcRowStride * comps;
85 curaddr += comps;
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 410 nmv_component_counts *const comps = &accum->mv.comps[k]; local
411 const nmv_component_counts *const comps_t = &counts->mv.comps[k];
414 comps->sign[i] += comps_t->sign[i];
415 comps->class0_hp[i] += comps_t->class0_hp[i];
416 comps->hp[i] += comps_t->hp[i];
420 comps->classes[i] += comps_t->classes[i];
423 comps->class0[i] += comps_t->class0[i];
425 comps->class0_fp[i][j] += comps_t->class0_fp[i][j];
430 comps->bits[i][j] += comps_t->bits[i][j]
    [all...]
vp9_entropymv.h 98 nmv_component comps[2]; member in struct:__anon17177
124 nmv_component_counts comps[2]; member in struct:__anon17179
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 695 DisjointSets comps(num_images);
703 int comp1 = comps.findSetByElem(i);
704 int comp2 = comps.findSetByElem(j);
707 comps.mergeSets(comp1, comp2);
737 for (size_t i = 0; i < comps.size.size(); ++i)
739 if (comps.size[comps.findSetByElem((int)i)] == 1)
758 DisjointSets comps(num_images);
765 int comp1 = comps.findSetByElem(i);
766 int comp2 = comps.findSetByElem(j)
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 115 bool hasCompletion(const CompVector &Comps, StringRef TypedText,
117 for (CompVector::const_iterator I = Comps.begin(), E = Comps.end(); I != E;
448 CompVector Comps = getCompletions();
451 Comps, "hasParent(",
455 EXPECT_TRUE(hasCompletion(Comps, "whileStmt(",
459 Comps, "hasDescendant(",
495 Comps = getCompletions("classTemplateSpecializationDecl", 0);
497 Comps, "isSameOrDerivedFrom(",
  /external/opencv3/3rdparty/libjasper/
jpc_cs.c 473 if (siz->comps) {
474 jas_free(siz->comps);
504 if (!(siz->comps = jas_alloc2(siz->numcomps, sizeof(jpc_sizcomp_t)))) {
509 jpc_getuint8(in, &siz->comps[i].hsamp) ||
510 jpc_getuint8(in, &siz->comps[i].vsamp)) {
511 jas_free(siz->comps);
514 siz->comps[i].sgnd = (tmp >> 7) & 1;
515 siz->comps[i].prec = (tmp & 0x7f) + 1;
518 jas_free(siz->comps);
547 if (jpc_putuint8(out, ((siz->comps[i].sgnd & 1) << 7)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymv.h 95 nmv_component comps[2]; member in struct:__anon30661
123 nmv_component_counts comps[2]; member in struct:__anon30663

Completed in 885 milliseconds

12 3 4 5 6 7