Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8_dec.c505 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) { in NzCodeBits()
530 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); in ParseResiduals() local
553 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); in ParseResiduals() local
574 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst); in ParseResiduals() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dvp8_dec.c507 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) { in NzCodeBits()
532 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); in ParseResiduals() local
555 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); in ParseResiduals() local
576 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst); in ParseResiduals() local
/third_party/ltp/testcases/kernel/sound/
Dsnd_timer01.c90 int i, nz; in run() local
/third_party/ffmpeg/libavcodec/
Dsbrdsp_fixed.c39 int i, nz, nz0; in sbr_sum_square_c() local
124 int nz, mant, expo; in autocorr_calc() local
Daaccoder.c308 int nz = 0; in search_for_quantizers_anmr() local
416 int nz = 0; in search_for_quantizers_fast() local
Daacsbr_fixed.c129 int base, prod, nz = 0; in make_bands() local
Daacdec_fixed.c138 unsigned nz = idx >> 12; in DEC_UQUAD() local
Daacsbr_template.c371 int tmp, nz = 0; local
545 int nz = 0; local
Daaccoder_twoloop.h221 int nz = 0; in search_for_quantizers_twoloop() local
/third_party/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()
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
Dtorus.h64 float nz = sinU; in GenerateTorus() local
/third_party/ffmpeg/libavcodec/arm/
Daac.h101 unsigned v0, v1, v2, v3, nz; in VMUL4S() local
/third_party/flutter/skia/third_party/externals/libwebp/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
1201 int nz = 0; in SimpleQuantize() local
1227 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
/third_party/skia/third_party/externals/libwebp/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
1201 int nz = 0; in SimpleQuantize() local
1227 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
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfma.c47 struct num nx, ny, nz; in fma() local
/third_party/musl/src/math/
Dfma.c47 struct num nx, ny, nz; in fma() local
/third_party/FreeBSD/contrib/gdtoa/
Dstrtod.c96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
Dstrtodg.c327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
/third_party/flutter/glfw/examples/
Dsplitview.c62 double s, t, x, y, z, nx, ny, nz, scale, twopi; in drawTorus() local
/third_party/libsnd/src/ALAC/
Dag_enc.c234 uint32_t m, k, n, c, mz, nz ; in dyn_comp() local
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglbumper.c399 float nx, ny, nz; /* Normal */ member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nvc0_tex_choose_tile_dims()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Denc_sse41.c315 int nz; in Quantize2Blocks_SSE41() local

123