/external/webp/src/dec/ |
D | vp8_dec.c | 504 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/ |
D | nv50_miptree.c | 32 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/ |
D | quant_enc.c | 730 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
|
D | iterator_enc.c | 232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) argument 268 uint32_t nz = 0; in VP8IteratorBytesToNz() local
|
D | vp8i_enc.h | 220 uint32_t nz; // non-zero blocks member
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_miptree.c | 32 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/ |
D | av1_highbd_quantize_avx2.c | 84 const __m256i nz = _mm256_cmpeq_epi32(zc, zero); in quantize() local
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_quantize_intrin_avx2.c | 101 const __m256i nz = _mm256_cmpeq_epi32(zc, zero); in quantize() local
|
/external/bzip2/ |
D | compress.c | 58 #define bsNEEDW(nz) \ argument
|
/external/u-boot/lib/bzip2/ |
D | bzlib_compress.c | 98 #define bsNEEDW(nz) \ argument
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | RandomSetter.h | 310 Index nz = 0; in nonZeros() local
|
/external/webp/src/dsp/ |
D | enc_sse41.c | 315 int nz; in Quantize2Blocks_SSE41() local
|
D | enc_mips32.c | 244 int nz; in Quantize2Blocks_MIPS32() local
|
D | enc_neon.c | 900 int nz; in Quantize2Blocks_NEON() local
|
D | enc.c | 682 int nz; in Quantize2Blocks_C() local
|
D | enc_mips_dsp_r2.c | 1318 int nz; in Quantize2Blocks_MIPSdspR2() local
|
D | enc_msa.c | 858 int nz; in Quantize2Blocks_MSA() local
|
D | enc_sse2.c | 1344 int nz; in Quantize2Blocks_SSE2() local
|
/external/mesa3d/src/mesa/main/ |
D | api_loopback.c | 368 _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()
|
D | es1_conversion.c | 656 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) in _mesa_Normal3x()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_nopfuncs.c | 246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) in nop_glNormal3hNV()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 495 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/ |
D | main.cpp | 1118 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()
|
D | libGLES_CM.cpp | 3054 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/ |
D | skcms.cc | 2044 size_t nz, in skcms_TransformWithPalette()
|