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

  /frameworks/av/libvideoeditor/vss/common/inc/
M4VIFI_Defines.h 51 #define DEMATRIX(Rx,Gx,Bx,Yx37,Ux,Vx) \
53 Gx = CLIP(((Yx37 - ((Ux+(Vx<<1)) * 13) +16) >> 5) + 135); \
56 #define DEMATRIX(Rx,Gx,Bx,Yx2568,Ux,Vx) \
58 Gx = CLIP(((Yx2568 - (Ux * 0x0c92) - (Vx * 0x1a1e) + (M4VIFI_Int32)0x00110180) >> 13)); \
65 * r, g, b, Rx, Gx, Bx are 8 bit color value
71 #define PACK_BGR24(rgb_ptr,Rx,Gx,Bx) {rgb_ptr[0] = (M4VIFI_UInt8)Bx; rgb_ptr[1] =\
72 (M4VIFI_UInt8)Gx; rgb_ptr[2] = (M4VIFI_UInt8)Rx;}
73 #define PACK_RGB24(rgb_ptr,Rx,Gx,Bx) {rgb_ptr[0] = (M4VIFI_UInt8)Rx; rgb_ptr[1] =\
74 (M4VIFI_UInt8)Gx; rgb_ptr[2] = (M4VIFI_UInt8)Bx;}
77 #define PACK_RGB565(a, Rx, Gx, Bx) (((Rx >> 3) << (11 + (a)))
    [all...]
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_test.c 70 if ((err = mp_read_radix(G->x, (char *)ltc_ecc_sets[i].Gx, 16)) != CRYPT_OK) { goto done; }
ecc_make_key.c 96 if ((err = mp_read_radix(base->x, (char *)key->dp->Gx, 16)) != CRYPT_OK) { goto errkey; }
ecc_verify_hash.c 115 if ((err = mp_read_radix(mG->x, (char *)key->dp->Gx, 16)) != CRYPT_OK) { goto error; }
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 55 DO(mp_read_radix(G->x, ltc_ecc_sets[z].Gx, 16));
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 173 char *Gx;
  /external/openssl/crypto/ec/
ectest.c     [all...]
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 682 mp_read_radix(G->x, (char *)ltc_ecc_sets[x].Gx, 16);
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 233 milliseconds