Home
last modified time | relevance | path

Searched defs:nz (Results 1 – 25 of 30) sorted by relevance

12

/external/webp/src/dec/
Dvp8_dec.c504 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) { in NzCodeBits()
529 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); in ParseResiduals() local
552 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); in ParseResiduals() local
573 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst); in ParseResiduals() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, in nv50_tex_choose_tile_dims_helper()
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nv50_tex_choose_tile_dims()
/external/webp/src/enc/
Dquant_enc.c730 int nz = 0; in TrellisQuantizeBlock() local
762 int nz = 0; in ReconstructIntra16() local
814 int nz = 0; in ReconstructIntra4() local
915 int nz = 0; in ReconstructUV() local
1195 int nz = 0; in SimpleQuantize() local
1221 int nz = 0; in RefineUsingDistortion() local
Diterator_enc.c232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) argument
268 uint32_t nz = 0; in VP8IteratorBytesToNz() local
Dvp8i_enc.h220 uint32_t nz; // non-zero blocks member
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c32 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nvc0_tex_choose_tile_dims()
/external/libaom/libaom/av1/encoder/x86/
Dav1_highbd_quantize_avx2.c84 const __m256i nz = _mm256_cmpeq_epi32(zc, zero); in quantize() local
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_avx2.c101 const __m256i nz = _mm256_cmpeq_epi32(zc, zero); in quantize() local
/external/bzip2/
Dcompress.c58 #define bsNEEDW(nz) \ argument
/external/u-boot/lib/bzip2/
Dbzlib_compress.c98 #define bsNEEDW(nz) \ argument
/external/eigen/unsupported/Eigen/src/SparseExtra/
DRandomSetter.h310 Index nz = 0; in nonZeros() local
/external/webp/src/dsp/
Denc_sse41.c315 int nz; in Quantize2Blocks_SSE41() local
Denc_mips32.c244 int nz; in Quantize2Blocks_MIPS32() local
Denc_neon.c900 int nz; in Quantize2Blocks_NEON() local
Denc.c682 int nz; in Quantize2Blocks_C() local
Denc_mips_dsp_r2.c1318 int nz; in Quantize2Blocks_MIPSdspR2() local
Denc_msa.c858 int nz; in Quantize2Blocks_MSA() local
Denc_sse2.c1344 int nz; in Quantize2Blocks_SSE2() local
/external/mesa3d/src/mesa/main/
Dapi_loopback.c368 _mesa_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz ) in _mesa_Normal3b()
374 _mesa_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz ) in _mesa_Normal3d()
380 _mesa_Normal3i( GLint nx, GLint ny, GLint nz ) in _mesa_Normal3i()
386 _mesa_Normal3s( GLshort nx, GLshort ny, GLshort nz ) in _mesa_Normal3s()
Des1_conversion.c656 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) in _mesa_Normal3x()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_nopfuncs.c246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) in nop_glNormal3hNV()
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java495 public void glNormal3f(float nx, float ny, float nz) { in glNormal3f()
500 public void glNormal3x(int nx, int ny, int nz) { in glNormal3x()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp1118 GL_API void GL_APIENTRY glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f()
1123 GL_API void GL_APIENTRY glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x()
DlibGLES_CM.cpp3054 void Normal3f(GLfloat nx, GLfloat ny, GLfloat nz) in Normal3f()
3066 void Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) in Normal3x()
/external/skqp/third_party/skcms/
Dskcms.cc2044 size_t nz, in skcms_TransformWithPalette()

12