HomeSort by relevance Sort by last modified time
    Searched refs:nb (Results 101 - 125 of 298) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 110 const int16_t *scan, *nb; local
113 get_scan(xd, tx_size, type, block_idx, &scan, &nb);
118 pt = get_coef_context(nb, token_cache, c);
131 pt = get_coef_context(nb, token_cache, c);
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Utils.h 64 * Convert the 'nb' unsigned integers in 'tab' table from LE into BE
67 void M4MP4W_table32ToBE(M4OSA_UInt32* tab, M4OSA_UInt32 nb);
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 84 int nb; local
88 nb = write(fd, &c, 1);
90 if (nb <= 0) {
93 c, nb, strerror(err), err);
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305.c 311 uint32_t b, nb; local
338 nb = ~b;
339 state->h0 = (state->h0 & nb) | (g0 & b);
340 state->h1 = (state->h1 & nb) | (g1 & b);
341 state->h2 = (state->h2 & nb) | (g2 & b);
342 state->h3 = (state->h3 & nb) | (g3 & b);
343 state->h4 = (state->h4 & nb) | (g4 & b);
  /external/elfutils/src/
strings.c 548 size_t nb = (size_t) n + ntrailer; local
549 if (nb >= min_len_bytes)
552 nb &= ~(bytes_per_char - 1);
554 process_chunk (fname, buf, from + nb, nb, &unprinted);
560 memmove (buf, buf + nb - to_keep, to_keep + nb);
561 ntrailer = to_keep + nb;
562 from += nb;
565 ntrailer = nb;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java 169 FloatBuffer nb = (FloatBuffer) norm.getData(); local
173 nb.clear();
190 nb.put(bnb).clear();
311 VertexBuffer nb = mesh.getBuffer(Type.Normal); local
312 FloatBuffer fnb = (FloatBuffer) nb.getData();
386 nb.updateData(fnb);
414 VertexBuffer nb = mesh.getBuffer(Type.Normal); local
416 FloatBuffer fnb = (FloatBuffer) nb.getData();
524 nb.updateData(fnb);
  /external/chromium_org/third_party/opus/src/celt/dump_modes/
dump_modes.c 299 int i, nb; local
307 nb = (argc-1)/2;
308 m = malloc(nb*sizeof(CELTMode*));
309 for (i=0;i<nb;i++)
323 dump_modes(file, m, nb);
325 for (i=0;i<nb;i++)
  /external/chromium_org/third_party/libwebp/enc/
frame.c 70 static int CalcSkipProba(uint64_t nb, uint64_t total) {
71 return (int)(total ? (total - nb) * 255 / total : 255);
170 static int CalcTokenProba(int nb, int total) {
171 assert(nb <= total);
172 return nb ? (255 - nb * 255 / total) : 255;
175 // Cost of coding 'nb' 1's and 'total-nb' 0's using 'proba' probability.
176 static int BranchCost(int nb, int total, int proba) {
177 return nb * VP8BitCost(1, proba) + (total - nb) * VP8BitCost(0, proba)
189 const int nb = (stats >> 0) & 0xffff; local
    [all...]
  /external/webp/src/enc/
frame.c 70 static int CalcSkipProba(uint64_t nb, uint64_t total) {
71 return (int)(total ? (total - nb) * 255 / total : 255);
170 static int CalcTokenProba(int nb, int total) {
171 assert(nb <= total);
172 return nb ? (255 - nb * 255 / total) : 255;
175 // Cost of coding 'nb' 1's and 'total-nb' 0's using 'proba' probability.
176 static int BranchCost(int nb, int total, int proba) {
177 return nb * VP8BitCost(1, proba) + (total - nb) * VP8BitCost(0, proba)
189 const int nb = (stats >> 0) & 0xffff; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 169 SsaBasicBlock nb = nodes.get(b); local
171 BitSet pred = nb.getPredecessors();
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DomFront.java 173 SsaBasicBlock nb = nodes.get(b); local
175 BitSet pred = nb.getPredecessors();
  /external/chromium_org/third_party/sqlite/src/test/
randexpr1.tcl 178 set nb [llength $::boolexpr]
188 set rb [lindex $::boolexpr [expr {int(rand()*$nb)}]]
205 set nb [expr {$nb/$div}]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Spline.java 129 int nb = list.size() - 1; local
144 CRcontrolPoints.add(list.get(nb).add(list.get(nb).subtract(list.get(nb - 1))));
  /external/kernel-headers/original/linux/
module.h 463 int register_module_notifier(struct notifier_block * nb);
464 int unregister_module_notifier(struct notifier_block * nb);
552 static inline int register_module_notifier(struct notifier_block * nb)
558 static inline int unregister_module_notifier(struct notifier_block * nb)
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 114 const int16_t *scan, *nb; local
127 get_scan(xd, tx_size, type, block, &scan, &nb);
135 pt = get_coef_context(nb, token_cache, c);
  /external/opencv/cxcore/src/
cxsvd.cpp 1026 const double* b, int ldb, int nb,
1033 nb = m;
1036 memset( x + i*ldx, 0, nb*sizeof(x[0]));
1051 if( nb == 1 )
1099 memset( buffer, 0, nb*sizeof(buffer[0]));
1100 icvMatrAXPY_64f( m, nb, b, ldb, uT, buffer, 0 );
1101 for( j = 0; j < nb; j++ )
1106 for( j = 0; j < nb; j++ )
1109 icvMatrAXPY_64f( n, nb, buffer, 0, vT, x, ldx );
1120 const float* b, int ldb, int nb,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mul.c 1104 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb)
1109 fprintf(stderr," bn_mul_normal %d * %d\n",na,nb);
1112 if (na < nb)
1117 itmp=na; na=nb; nb=itmp;
1122 if (nb <= 0)
1132 if (--nb <= 0) return;
1134 if (--nb <= 0) return;
1136 if (--nb <= 0) return;
1138 if (--nb <= 0) return
    [all...]
  /external/openssl/crypto/bn/
bn_mul.c 1104 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb)
1109 fprintf(stderr," bn_mul_normal %d * %d\n",na,nb);
1112 if (na < nb)
1117 itmp=na; na=nb; nb=itmp;
1122 if (nb <= 0)
1132 if (--nb <= 0) return;
1134 if (--nb <= 0) return;
1136 if (--nb <= 0) return;
1138 if (--nb <= 0) return
    [all...]
  /external/ppp/pppd/
ccp.c 551 * NB: If MPPE is required, all other compression opts are invalid.
1076 int len, clen, type, nb; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlmemory.c 647 int nb = 0; local
686 nb++;
687 if (nb < 100)
718 int nb = 0; local
767 nb++;
768 if (nb < 100)
  /external/libxml2/
xmlmemory.c 650 int nb = 0; local
689 nb++;
690 if (nb < 100)
721 int nb = 0; local
770 nb++;
771 if (nb < 100)
  /external/chromium_org/cc/trees/
layer_sorter.cc 311 for (size_t nb = na + 1; nb < nodes_.size(); nb++) {
312 GraphNode& node_b = nodes_[nb];
  /external/chromium_org/third_party/icu/source/data/region/
reslocal.mk 59 nb.txt\
  /external/chromium_org/third_party/icu/source/data/zone/
reslocal.mk 58 nb.txt\
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
sparcv9a-mont.pl 110 $na="%f8"; $nb="%f10"; $nc="%f12"; $nd="%f14";
216 ldda [%sp+$bias+$frame+4]%asi,$nb
226 fxtod $nb,$nb
235 fmuld $nlo,$nb,$nlob
247 fmuld $nhi,$nb,$nhib
296 fmuld $nlo,$nb,$nlob
330 fmuld $nhi,$nb,$nhib
384 fmuld $nlo,$nb,$nlob
411 fmuld $nhi,$nb,$nhi
    [all...]

Completed in 1806 milliseconds

1 2 3 45 6 7 8 91011>>