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

1 2

  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
wbalance.rs 29 int4 hv = rsGetElementAt_int4(histogramValues, i);
30 int r = hv.r;
31 int g = hv.g;
32 int b = hv.b;
56 int4 hv = rsGetElementAt_int4(histogramValues, i);
57 int r = hv.r;
58 int g = hv.g;
59 int b = hv.b;
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
wbalance.rs 29 int4 hv = rsGetElementAt_int4(histogramValues, i);
30 int r = hv.r;
31 int g = hv.g;
32 int b = hv.b;
56 int4 hv = rsGetElementAt_int4(histogramValues, i);
57 int r = hv.r;
58 int g = hv.g;
59 int b = hv.b;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
wbalance.rs 29 int3 hv = rsGetElementAt_int3(histogramValues, i);
30 int r = hv.r;
31 int g = hv.g;
32 int b = hv.b;
56 int3 hv = rsGetElementAt_int3(histogramValues, i);
57 int r = hv.r;
58 int g = hv.g;
59 int b = hv.b;
  /external/lzma/C/
LzHash.h 15 #define HASH2_CALC hv = cur[0] | ((UInt32)cur[1] << 8);
20 hv = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
27 hv = (temp ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
36 hv = (temp ^ (p->crc[cur[4]] << 3)) & p->hashMask; }
38 /* #define HASH_ZIP_CALC hv = ((cur[0] | ((UInt32)cur[1] << 8)) ^ p->crc[cur[2]]) & 0xFFFF; */
39 #define HASH_ZIP_CALC hv = ((cur[2] | ((UInt32)cur[0] << 8)) ^ p->crc[cur[1]]) & 0xFFFF;
LzFind.c 503 UInt32 lenLimit; UInt32 hv; const Byte *cur; UInt32 curMatch; \
531 curMatch = p->hash[hv];
532 p->hash[hv] = p->pos;
542 curMatch = p->hash[hv];
543 p->hash[hv] = p->pos;
561 curMatch = hash[kFix3HashSize + hv];
564 hash[kFix3HashSize + hv] = pos;
599 curMatch = hash[kFix4HashSize + hv];
603 hash[kFix4HashSize + hv] = pos;
656 curMatch = hash[kFix5HashSize + hv];
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 435 HighlightView hv = new HighlightView(mImageView);
462 hv.setup(mImageMatrix, imageRect, faceRect, mCircleCrop,
465 mImageView.add(hv);
470 HighlightView hv = new HighlightView(mImageView);
493 hv.setup(mImageMatrix, imageRect, cropRect, mCircleCrop,
495 mImageView.add(hv);
569 for (HighlightView hv : mHighlightViews) {
570 hv.mMatrix.set(getImageMatrix());
571 hv.invalidate();
572 if (hv.mIsFocused)
614 HighlightView hv = mHighlightViews.get(i); local
624 HighlightView hv = mHighlightViews.get(i); local
630 HighlightView hv = mHighlightViews.get(i); local
656 HighlightView hv = mHighlightViews.get(i); local
675 HighlightView hv = mHighlightViews.get(i); local
    [all...]
  /external/opencv/cxcore/src/
cxsvd.cpp 241 double *hv; local
276 hv = update_u ? uT : hv0;
281 scale += fabs( hv[j] = t );
290 double t = (hv[j] *= f);
295 f = hv[0];
298 hv[0] = f - g;
303 /* calc temp[0:n-i] = a[i:m,i:n]'*hv[0:m-i] */
304 icvMatrAXPY_64f( m1, n1 - 1, a + 1, lda, hv, temp + 1, 0 );
307 /* modify a: a[i:m,i:n] = a[i:m,i:n] + hv[0:m-i]*temp[0:n-i]' */
308 icvMatrAXPY_64f( m1, n1 - 1, temp + 1, 0, hv, a + 1, lda )
636 float *hv; local
    [all...]
  /external/fec/
peakval_av.c 14 union { vector signed char cv; vector signed short hv; signed short s[8]; signed char c[16];} s; member in union:__anon19186
59 s.hv = largest;
  /external/pdfium/third_party/libopenjpeg20/
t1_generate_luts.c 42 int h, v, d, n, t, hv; local
81 hv = h + v;
83 if (!hv) {
85 } else if (hv == 1) {
91 if (!hv) {
93 } else if (hv == 1) {
99 if (!hv) {
  /frameworks/native/cmds/lshal/
Lshal.cpp 126 hardware::hidl_vec<hardware::hidl_string> hv; local
127 hv.resize(v.size());
129 hv[i].setToExternal(v[i].c_str(), v[i].size());
131 return hv;
  /hardware/intel/img/psb_video/src/
tng_ved_scaling.c 319 unsigned int lc, hv, x; local
344 for(hv=0 ; hv<2 ; hv++)
348 psb_cmdbuf_rendec_write(cmdbuf, ctx->scaler_coeff_reg[lc][hv][x]);
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlrun.swg 315 HV *stash = SvSTASH(SvRV(obj));
318 HV *hv = GvHVn(gv);
323 if (hv_exists_ent(hv, obj, 0)) {
324 hv_delete_ent(hv, obj, 0, 0);
341 HV *hash=newHV();
342 HV *stash;
346 HV *hv;
350 hv=GvHVn(gv)
    [all...]
  /system/libhidl/
test_main.cpp 278 android::hardware::hidl_vec<int> hv(input.begin(), input.end());
280 EXPECT_EQ(input.size(), hv.size());
283 EXPECT_EQ(input[i], hv[i]);
284 sum += hv[i];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
HostnameVerifierTest.java 39 HostnameVerifier hv = HttpsURLConnection.getDefaultHostnameVerifier(); local
40 assertFalse(hv.verify("localhost", session));
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
response_test.go 681 hv := reflect.ValueOf(have).Elem()
683 if hv.Type() != wv.Type() {
684 t.Errorf("%s: type mismatch %v want %v", prefix, hv.Type(), wv.Type())
686 for i := 0; i < hv.NumField(); i++ {
687 name := hv.Type().Field(i).Name
691 hf := hv.Field(i).Interface()
  /prebuilts/go/linux-x86/src/net/http/
response_test.go 681 hv := reflect.ValueOf(have).Elem()
683 if hv.Type() != wv.Type() {
684 t.Errorf("%s: type mismatch %v want %v", prefix, hv.Type(), wv.Type())
686 for i := 0; i < hv.NumField(); i++ {
687 name := hv.Type().Field(i).Name
691 hf := hv.Field(i).Interface()
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader.go 340 hv := d.tmp[7+3*i]
341 h, v := int(hv>>4), int(hv&0x0f)
391 // hv vectors: [0x11 0x11 0x11 0x11] and [0x22 0x11 0x11 0x22].
392 // Theoretically, 4-component JPEG images could mix and match hv values
401 if hv != 0x11 && hv != 0x22 {
405 if hv != 0x11 {
  /prebuilts/go/linux-x86/src/image/jpeg/
reader.go 340 hv := d.tmp[7+3*i]
341 h, v := int(hv>>4), int(hv&0x0f)
391 // hv vectors: [0x11 0x11 0x11 0x11] and [0x22 0x11 0x11 0x22].
392 // Theoretically, 4-component JPEG images could mix and match hv values
401 if hv != 0x11 && hv != 0x22 {
405 if hv != 0x11 {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenPcdDb.py 265 hv = hex(ord(ch)).replace('0x', ' ')
266 if len(hv) == 1:
267 hv = '0'+hv
268 lst.append(hv)
    [all...]
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/libpcap/
pcap-linux.c 414 # define VLAN_TPID(hdr, hv) (((hv)->tp_vlan_tpid || ((hdr)->tp_status & TP_STATUS_VLAN_TPID_VALID)) ? (hv)->tp_vlan_tpid : ETH_P_8021Q)
416 # define VLAN_TPID(hdr, hv) ETH_P_8021Q
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 506 struct elf_link_hash_entry *h, *hv;
541 hv = h;
542 while (hv->root.type == bfd_link_hash_indirect
543 || hv->root.type == bfd_link_hash_warning)
544 hv = (struct elf_link_hash_entry *) hv->root.u.i.link;
548 hv->root.type = bfd_link_hash_indirect;
549 hv->root.u.i.link = (struct bfd_link_hash_entry *) h;
550 (*bed->elf_backend_copy_indirect_symbol) (info, h, hv);
503 struct elf_link_hash_entry *h, *hv; local
    [all...]
  /external/caliper/lib/
jersey-client-1.11.jar 

Completed in 1570 milliseconds

1 2