Searched defs:nz (Results 1 - 25 of 33) sorted by relevance

12

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h310 Index nz = 0; local
312 nz += static_cast<Index>(m_hashmaps[k].size());
313 return nz;
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, argument
51 if (nz > 16 && tile_mode < 0x020)
53 if (nz > 8) return tile_mode | 0x400; /* depth 16 tiles */
54 if (nz > 4) return tile_mode | 0x300; /* depth 8 tiles */
55 if (nz > 2) return tile_mode | 0x200; /* depth 4 tiles */
56 if (nz > 1) return tile_mode | 0x100; /* depth 2 tiles */
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument
64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c32 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument
34 return nv50_tex_choose_tile_dims_helper(nx, ny, nz, is_3d);
/external/webp/src/dsp/
H A Denc_mips32.c244 int nz; local
245 nz = QuantizeBlock_MIPS32(in + 0 * 16, out + 0 * 16, mtx) << 0;
246 nz |= QuantizeBlock_MIPS32(in + 1 * 16, out + 1 * 16, mtx) << 1;
247 return nz;
H A Denc_sse41.c315 int nz; local
317 nz = DoQuantizeBlock_SSE41(in + 0 * 16, out + 0 * 16, sharpen, mtx) << 0;
318 nz |= DoQuantizeBlock_SSE41(in + 1 * 16, out + 1 * 16, sharpen, mtx) << 1;
319 return nz;
H A Denc.c682 int nz; local
683 nz = VP8EncQuantizeBlock(in + 0 * 16, out + 0 * 16, mtx) << 0;
684 nz |= VP8EncQuantizeBlock(in + 1 * 16, out + 1 * 16, mtx) << 1;
685 return nz;
H A Denc_mips_dsp_r2.c1318 int nz; local
1319 nz = QuantizeBlock_MIPSdspR2(in + 0 * 16, out + 0 * 16, mtx) << 0;
1320 nz |= QuantizeBlock_MIPSdspR2(in + 1 * 16, out + 1 * 16, mtx) << 1;
1321 return nz;
H A Denc_msa.c858 int nz; local
859 nz = VP8EncQuantizeBlock(in + 0 * 16, out + 0 * 16, mtx) << 0;
860 nz |= VP8EncQuantizeBlock(in + 1 * 16, out + 1 * 16, mtx) << 1;
861 return nz;
H A Denc_neon.c900 int nz; local
901 nz = QuantizeBlock_NEON(in + 0 * 16, out + 0 * 16, mtx) << 0;
902 nz |= QuantizeBlock_NEON(in + 1 * 16, out + 1 * 16, mtx) << 1;
903 return nz;
H A Denc_sse2.c1344 int nz; local
1346 nz = DoQuantizeBlock_SSE2(in + 0 * 16, out + 0 * 16, sharpen, mtx) << 0;
1347 nz |= DoQuantizeBlock_SSE2(in + 1 * 16, out + 1 * 16, sharpen, mtx) << 1;
1348 return nz;
/external/webp/src/enc/
H A Diterator_enc.c225 #define BIT(nz, n) (!!((nz) & (1 << (n))))
261 uint32_t nz = 0; local
265 nz |= (top_nz[0] << 12) | (top_nz[1] << 13);
266 nz |= (top_nz[2] << 14) | (top_nz[3] << 15);
267 nz |= (top_nz[4] << 18) | (top_nz[5] << 19);
268 nz |= (top_nz[6] << 22) | (top_nz[7] << 23);
269 nz |= (top_nz[8] << 24); // we propagate the _top_ bit, esp. for intra4
271 nz |= (left_nz[0] << 3) | (left_nz[1] << 7);
272 nz |
[all...]
H A Dquant_enc.c91 printf("\nD:%d SD:%d R:%d H:%d nz:0x%x score:%d\n",
92 (int)rd->D, (int)rd->SD, (int)rd->R, (int)rd->H, (int)rd->nz,
531 rd->nz = 0;
540 dst->nz = src->nz; // note that nz is not accumulated, but just copied.
549 dst->nz |= src->nz; // here, new nz bits are accumulated.
729 int nz local
761 int nz = 0; local
813 int nz = 0; local
835 int nz = 0; local
1120 int nz = 0; local
1146 int nz = 0; local
[all...]
H A Dvp8i_enc.h215 uint32_t nz; // non-zero blocks member in struct:__anon30442
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
H A DSpecialFunctionsImpl.h283 Scalar p, q, nz, s, w, y; local
292 nz = zero;
304 nz = q - p;
305 if (nz != half) {
306 if (nz > half) {
308 nz = q - p;
310 nz = m_pi / numext::tan(m_pi * nz);
313 nz = zero;
330 return (negative) ? y - nz
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_nopfuncs.c246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) argument
/external/mesa3d/src/mesa/main/
H A Des1_conversion.c656 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) argument
660 (GLfloat) (nz / 65536.0f));
/external/opencv/cv/src/
H A Dcvmorph.cpp167 int el_type = 0, nz = -1; local
183 CV_CALL( nz = cvCountNonZero(_element));
184 if( nz == _ksize.width*_ksize.height )
H A Dcvhough.cpp872 CvSeq *nz, *centers; local
891 CV_CALL( nz = cvCreateSeq( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), storage ));
954 cvSeqPush( nz, &pt );
958 nz_count = nz->total;
1013 cvStartReadSeq( nz, &reader );
/external/webp/src/dec/
H A Dvp8_dec.c504 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) { argument
506 nz_coeffs |= (nz > 3) ? 3 : (nz > 1) ? 2 : dc_nz;
529 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); local
530 mb->nz_dc_ = left_mb->nz_dc_ = (nz > 0);
531 if (nz > 1) { // more than just the DC -> perform the full transform
552 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); local
553 l = (nz > first);
555 nz_coeffs = NzCodeBits(nz_coeffs, nz, dst[0] != 0);
573 const int nz local
[all...]
/external/libconstrainedcrypto/
H A Dp256_ec.c1043 /* scalar_base_mult sets {nx,ny,nz} = scalar*G where scalar is a little-endian
1046 static void scalar_base_mult(felem nx, felem ny, felem nz, argument
1057 memset(nz, 0, sizeof(felem));
1063 point_double(nx, ny, nz, nx, ny, nz);
1077 * {nx,ny,nz} != {px,py,1}, unless both are zero, which we handle
1079 point_add_mixed(tx, ty, tz, nx, ny, nz, px, py);
1080 /* The result of point_add_mixed is incorrect if {nx,ny,nz} is zero
1085 copy_conditional(nz, kOne, n_is_infinity_mask);
1089 * only copying from {tx,ty,tz} to {nx,ny,nz} i
1103 point_to_affine(felem x_out, felem y_out, const felem nx, const felem ny, const felem nz) argument
1114 scalar_mult(felem nx, felem ny, felem nz, const felem x, const felem y, const p256_int* scalar) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java495 public void glNormal3f(float nx, float ny, float nz) { argument
496 ((GL10)mGL).glNormal3f(nx, ny, nz);
500 public void glNormal3x(int nx, int ny, int nz) { argument
501 ((GL10)mGL).glNormal3x(nx, ny, nz);
/external/opencv/ml/src/
H A Dmltree.cpp1352 int nz = 0, m = data->get_num_classes(); local
1354 nz += cls_count[i] != 0;
1355 if( nz == 1 ) // there is only one class
2439 int nz = n - node->get_num_valid(node->split->var_idx); local
2443 if( nz && data->params.use_surrogates )
2446 for( ; split != 0 && nz; split = split->next )
2463 if( --nz )
2483 if( --nz )
2492 if( nz )
2496 nl = n - nr - nz;
[all...]
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.cpp3049 void Normal3f(GLfloat nx, GLfloat ny, GLfloat nz) argument
3051 TRACE("(GLfloat nx, GLfloat ny, GLfloat nz)", nx, ny, nz);
3057 context->setVertexAttrib(sw::Normal, nx, ny, nz, 0);
3061 void Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) argument
H A Dmain.cpp270 void Normal3f(GLfloat nx, GLfloat ny, GLfloat nz);
271 void Normal3x(GLfixed nx, GLfixed ny, GLfixed nz);
1118 GL_API void GL_APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) argument
1120 return es1::Normal3f(nx, ny, nz);
1123 GL_API void GL_APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) argument
1125 return es1::Normal3x(nx, ny, nz);
/external/boringssl/src/third_party/fiat/
H A Dcurve25519.c100 static uint64_t cmovznz64(uint64_t t, uint64_t z, uint64_t nz) { argument
102 return (t&nz) | ((~t)&z);
143 static uint32_t cmovznz32(uint32_t t, uint32_t z, uint32_t nz) { argument
145 return (t&nz) | ((~t)&z);

Completed in 527 milliseconds

12