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

1 2

  /external/chromium_org/third_party/icu/source/tools/tzcode/
ialloc.c 16 #define nonzero(n) (((n) == 0) ? 1 : (n)) macro
22 return malloc((size_t) nonzero(n));
42 return realloc((void *) pointer, (size_t) nonzero(size));
  /external/icu/icu4c/source/tools/tzcode/
ialloc.c 16 #define nonzero(n) (((n) == 0) ? 1 : (n)) macro
22 return malloc((size_t) nonzero(n));
42 return realloc((void *) pointer, (size_t) nonzero(size));
  /external/tremolo/Tremolo/
mapping0.c 136 int *nonzero= local
137 alloca(sizeof(*nonzero)*vi->channels);
163 nonzero[i]=1;
165 nonzero[i]=0;
169 /* channel coupling can 'dirty' the nonzero listing */
171 if(nonzero[info->coupling[i].mag] ||
172 nonzero[info->coupling[i].ang]){
173 nonzero[info->coupling[i].mag]=1;
174 nonzero[info->coupling[i].ang]=1;
183 if(nonzero[j]
    [all...]
res012.c 104 ogg_int32_t **in,int *nonzero,int ch){
123 if(nonzero[i])
198 for(i=0;i<ch;i++)if(nonzero[i])break;
199 if(i==ch)return(0); /* no nonzero vectors */
codec_internal.h 151 ogg_int32_t **in,int *nonzero,int ch);
  /external/libvorbis/lib/
mapping0.c 247 int *nonzero = alloca(sizeof(*nonzero)*vi->channels); local
625 nonzero[i]=floor1_encode(opb,vb,b->flr[info->floorsubmap[submap]],
652 nonzero,
676 if(nonzero[j])zerobundle[ch_in_bundle]=1;
719 int *nonzero =alloca(sizeof(*nonzero)*vi->channels); local
728 nonzero[i]=1;
730 nonzero[i]=0;
734 /* channel coupling can 'dirty' the nonzero listing *
    [all...]
res0.c 717 float **in,int *nonzero,int ch){
720 if(nonzero[i])
729 int **in,int *nonzero,int ch, long **partword, int submap){
732 if(nonzero[i])
743 int **in,int *nonzero,int ch){
746 if(nonzero[i])
755 float **in,int *nonzero,int ch){
758 if(nonzero[i])
767 int **in,int *nonzero,int ch){
770 if(nonzero[i])used++
    [all...]
psy.h 150 int *nonzero,
psytune.c 310 int nonzero[2]; local
389 nonzero[i]=_floor_P[1]->forward(&vb,floor_look,
418 nonzero);
428 nonzero);
520 fprintf(stderr,"average nonzero samples: %.03g/%d\n",nonz/tot*framesize/2,
psy.c 974 /* For now: no acc adjustment for nonzero quantization. populate *out and q as this value is final. */
982 again, no energy adjustment for error in nonzero quant-- for now
1013 int *nonzero,
1068 memcpy(nz,nonzero,sizeof(*nz)*ch);
    [all...]
floor1.c 598 long nonzero=0; local
617 nonzero+=accumulate_fit(logmask,logmdct,0,n,fits,n,info);
620 nonzero+=accumulate_fit(logmask,logmdct,look->sorted_index[i],
625 if(nonzero){
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pycapsule.pxd 100 # Return a nonzero value if the object is valid and matches the
108 # Return 0 on success. Return nonzero and set an exception on
115 # Return 0 on success. Return nonzero and set an exception on
124 # Return 0 on success. Return nonzero and set an exception on
130 # success. Return nonzero and set an exception on failure.
  /frameworks/av/media/libmedia/
Visualizer.cpp 311 int32_t nonzero = 0; local
316 nonzero |= workspace[i >> 1];
319 if (nonzero) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 36 ; it can be used to mark nonzero
75 orrne r1, r1, r2, lsr #24 ; add flag for nonzero coeffs
85 orrne r1, r1, r2, lsr #23 ; add flag for nonzero coeffs
113 ; check shortcut for nonzero qcoeffs
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 36 ; it can be used to mark nonzero
75 orrne r1, r1, r2, lsr #24 ; add flag for nonzero coeffs
85 orrne r1, r1, r2, lsr #23 ; add flag for nonzero coeffs
113 ; check shortcut for nonzero qcoeffs
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 36 ; it can be used to mark nonzero
75 orrne r1, r1, r2, lsr #24 ; add flag for nonzero coeffs
85 orrne r1, r1, r2, lsr #23 ; add flag for nonzero coeffs
113 ; check shortcut for nonzero qcoeffs
  /external/libvorbis/doc/
07-floor1.tex 127 9) if ( vector [floor1_class_subclasses] element [i] is nonzero ) \{
169 Packet decode begins by checking the \varname{[nonzero]} flag:
172 1) [nonzero] = read 1 bit as boolean
175 If \varname{[nonzero]} is unset, that indicates this channel contained
183 Assuming \varname{[nonzero]} is set, decode proceeds as follows:
229 \varname{[nonzero]} flag had been unset at the beginning of decode.
288 16) if ( [val] is nonzero ) \{
09-helper.tex 60 4) if ( [sign] is nonzero ) then negate [mantissa]
04-codec.tex 68 \varname{[blocksize_1]}. The framing bit must be nonzero. Failure to
128 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.
192 \item If the mapping type is nonzero, the stream is undecodable
222 \item read 2 bits (reserved field); if the value is nonzero, the stream is undecodable
412 \subsubsection{nonzero vector propagate}
a1-encapsulation-ogg.tex 162 offset is nonzero, the second finished audio packet must flush the
  /external/chromium_org/chrome/renderer/resources/extensions/
media_galleries_custom_bindings.js 105 // Store the blob in a global object to keep its refcount nonzero -- this
  /bionic/libc/arch-x86/silvermont/string/
sse4-memcmp-slm.S 170 jne L(nonzero)
174 jne L(nonzero)
181 jne L(nonzero)
188 jne L(nonzero)
195 jne L(nonzero)
202 jne L(nonzero)
211 L(nonzero):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py     [all...]
  /external/opencv/cxcore/src/
_cxipp.h 301 ( const srctype* img, int imgstep, CvSize size, int* nonzero ))
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_update_job_unittest.cc 411 const char nonzero[] = local
424 return std::string(nonzero, arraysize(nonzero));
    [all...]

Completed in 847 milliseconds

1 2