Home
last modified time | relevance | path

Searched refs:zc (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dzerocodec.c33 ZeroCodecContext *zc = avctx->priv_data; in zerocodec_decode_frame() local
35 AVFrame *prev_pic = zc->previous_frame; in zerocodec_decode_frame()
36 z_stream *zstream = &zc->zstream; in zerocodec_decode_frame()
94 av_frame_unref(zc->previous_frame); in zerocodec_decode_frame()
95 if ((ret = av_frame_ref(zc->previous_frame, pic)) < 0) in zerocodec_decode_frame()
105 ZeroCodecContext *zc = avctx->priv_data; in zerocodec_decode_close() local
107 av_frame_free(&zc->previous_frame); in zerocodec_decode_close()
109 inflateEnd(&zc->zstream); in zerocodec_decode_close()
116 ZeroCodecContext *zc = avctx->priv_data; in zerocodec_decode_init() local
117 z_stream *zstream = &zc->zstream; in zerocodec_decode_init()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcarith.c35 JLONG zc; /* counter for pending 0x00 output values which might * member
157 if (e->zc) in finish_pass()
159 while (--e->zc); in finish_pass()
164 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */ in finish_pass()
168 ++e->zc; in finish_pass()
170 if (e->zc) in finish_pass()
172 while (--e->zc); in finish_pass()
176 if (e->zc) in finish_pass()
178 while (--e->zc); in finish_pass()
187 if (e->zc) /* output final pending zero bytes */ in finish_pass()
[all …]
/third_party/libjpeg-turbo/
Djcarith.c35 JLONG zc; /* counter for pending 0x00 output values which might * member
157 if (e->zc) in finish_pass()
159 while (--e->zc); in finish_pass()
164 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */ in finish_pass()
168 ++e->zc; in finish_pass()
170 if (e->zc) in finish_pass()
172 while (--e->zc); in finish_pass()
176 if (e->zc) in finish_pass()
178 while (--e->zc); in finish_pass()
187 if (e->zc) /* output final pending zero bytes */ in finish_pass()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djcarith.c35 JLONG zc; /* counter for pending 0x00 output values which might * member
157 if (e->zc) in finish_pass()
159 while (--e->zc); in finish_pass()
164 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */ in finish_pass()
168 ++e->zc; in finish_pass()
170 if (e->zc) in finish_pass()
172 while (--e->zc); in finish_pass()
176 if (e->zc) in finish_pass()
178 while (--e->zc); in finish_pass()
187 if (e->zc) /* output final pending zero bytes */ in finish_pass()
[all …]
/third_party/boost/boost/math/quadrature/
Dtanh_sinh.hpp179 auto u = [&](Real z, Real zc)->result_type in integrate()
185 return f(diff * (avg_over_diff_m1 - zc)); in integrate()
186 position = a - diff * zc; in integrate()
191 return f(diff * (avg_over_diff_p1 - zc)); in integrate()
192 position = b - diff * zc; in integrate()
228 auto u = [&](Real z, Real zc)->Real in integrate()
231 return f((a - b) * zc / 2 + a, (b - a) * zc / 2); in integrate()
233 return f((a - b) * zc / 2 + b, (b - a) * zc / 2); in integrate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2237 const ZINCase& zc = binaryOpZINPreserve[i]; in build() local
2238 if (isFP64 && !zc.supportedByFP64) in build()
2241 …_back(OTC("zero_op_var_preserve", B_ZIN_PRESERVE, zc.operationId, V_ZERO, zc.secondArgument, in build()
2242 …TC("signed_zero_op_var_preserve", B_ZIN_PRESERVE, zc.operationId, V_MINUS_ZERO, zc.secondArgument… in build()
2243 …h_back(OTC("inf_op_var_preserve", B_ZIN_PRESERVE, zc.operationId, V_INF, zc.secondArgument, z… in build()
2244 …OTC("signed_inf_op_var_preserve", B_ZIN_PRESERVE, zc.operationId, V_MINUS_INF, zc.secondArgument,… in build()
2245 …h_back(OTC("nan_op_var_preserve", B_ZIN_PRESERVE, zc.operationId, V_NAN, zc.secondArgument, z… in build()
2249 …"zero_op_var_preserve_nostorage", B_ZIN_PRESERVE, zc.operationId, V_ZERO, zc.secondArgument, in build()
2250 …_zero_op_var_preserve_nostorage", B_ZIN_PRESERVE, zc.operationId, V_MINUS_ZERO, zc.secondArgument… in build()
2251 …("inf_op_var_preserve_nostorage", B_ZIN_PRESERVE, zc.operationId, V_INF, zc.secondArgument, z… in build()
[all …]
/third_party/curl/lib/
DMakefile.vxworks57 OPENSSL_INC := D:/libraries/openssl/openssl-0.9.8zc-vxWorks6.3/include
58 OPENSSL_LIB := D:/libraries/openssl/openssl-0.9.8zc-vxWorks6.3
/third_party/toybox/toys/pending/
Dipcs.c106 int val, nc, zc, pid; in show_sem_id() local
109 zc = semctl(TT.id, i, GETZCNT, n); in show_sem_id()
111 if (val < 0 || nc < 0 || zc < 0 || pid < 0) in show_sem_id()
113 printf("%-10d %-10d %-10d %-10d %-10d\n", i, val, nc, zc, pid); in show_sem_id()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRasterizer.cpp549 const float zc = m_v2.z(); in rasterizeSingleSample() local
617 depthValues[packetNdx*4+0] = z0[0]*za + z1[0]*zb + zc; in rasterizeSingleSample()
618 depthValues[packetNdx*4+1] = z0[1]*za + z1[1]*zb + zc; in rasterizeSingleSample()
619 depthValues[packetNdx*4+2] = z0[2]*za + z1[2]*zb + zc; in rasterizeSingleSample()
620 depthValues[packetNdx*4+3] = z0[3]*za + z1[3]*zb + zc; in rasterizeSingleSample()
707 const float zc = m_v2.z(); in rasterizeMultiSample() local
799 depthValues[(packetNdx*4+0)*NumSamples + sampleNdx] = z0[0]*za + z1[0]*zb + zc; in rasterizeMultiSample()
800 depthValues[(packetNdx*4+1)*NumSamples + sampleNdx] = z0[1]*za + z1[1]*zb + zc; in rasterizeMultiSample()
801 depthValues[(packetNdx*4+2)*NumSamples + sampleNdx] = z0[2]*za + z1[2]*zb + zc; in rasterizeMultiSample()
802 depthValues[(packetNdx*4+3)*NumSamples + sampleNdx] = z0[3]*za + z1[3]*zb + zc; in rasterizeMultiSample()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzzerutil_test.cpp269 OpName %22 "zc" in TEST()
584 OpName %22 "zc" in TEST()
684 OpName %22 "zc" in TEST()
996 OpName %22 "zc" in TEST()
1423 OpName %22 "zc" in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzzerutil_test.cpp269 OpName %22 "zc" in TEST()
584 OpName %22 "zc" in TEST()
684 OpName %22 "zc" in TEST()
996 OpName %22 "zc" in TEST()
1423 OpName %22 "zc" in TEST()
/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c768 double xc, double yc, double zc, in xyz_to_rgb() argument
771 *r = m[0][0]*xc + m[0][1]*yc + m[0][2]*zc; in xyz_to_rgb()
772 *g = m[1][0]*xc + m[1][1]*yc + m[1][2]*zc; in xyz_to_rgb()
773 *b = m[2][0]*xc + m[2][1]*yc + m[2][2]*zc; in xyz_to_rgb()
/third_party/node/deps/cares/
DMakefile.Watcom41 CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm &
/third_party/typescript/tests/baselines/reference/
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "ys" | "yt" | "yu" | "yv" | "yw" | "yx" | "yy" | "yz" | "za" | "zb" | "zc" | "zd" | "ze" | "zf…
9zc: "aa.zc"; zd: "aa.zd"; ze: "aa.ze"; zf: "aa.zf"; zg: "aa.zg"; zh: "aa.zh"; zi: "aa.zi"; zj: "aa…
10zc: "aa.zc"; zd: "aa.zd"; ze: "aa.ze"; zf: "aa.zf"; zg: "aa.zg"; zh: "aa.zh"; zi: "aa.zi"; zj: "aa…
DhugeDeclarationOutputGTruncatedWithError.ts.types6 …" | "ys" | "yt" | "yu" | "yv" | "yw" | "yx" | "yy" | "yz" | "za" | "zb" | "zc" | "zd" | "ze" | "zf…
9zc: "aa.zc"; zd: "aa.zd"; ze: "aa.ze"; zf: "aa.zf"; zg: "aa.zg"; zh: "aa.zh"; zi: "aa.zi"; zj: "aa…
10zc: "aa.zc"; zd: "aa.zd"; ze: "aa.ze"; zf: "aa.zf"; zg: "aa.zg"; zh: "aa.zh"; zi: "aa.zi"; zj: "aa…
/third_party/openGLES/extensions/NV/
DNV_depth_clamp.txt176 "-wc <= zc <= wc" plane equation are ignored by video volume clipping
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_depth_clamp.txt176 "-wc <= zc <= wc" plane equation are ignored by video volume clipping
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Ddemo-compiled.js511 …u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]*)*$/,zc=/[- ]/;function wc(a…
512 …ce(/9/g,"\u2008"));0<m.length?(e.v.g(m),e=!0):e=!1;if(e)return a.da=f,a.ha=zc.test(q(d,4)),a.$=0,!…
516 …c;++d){var f=a.j[d],e=w(f,1);if((new RegExp("^(?:"+e+")$")).test(b)&&(a.ha=zc.test(q(f,4)),f=b.rep…
/third_party/python/Doc/library/
Dconfigparser.rst365 syntax, used for instance in ``zc.buildout``. Extended interpolation is
679 advanced variant inspired by ``zc.buildout``. More on the subject in the
935 advanced variant inspired by ``zc.buildout``. More on the subject in the
/third_party/openGLES/extensions/EXT/
DEXT_clip_cull_distance.txt177 -zmin <= zc <= wc.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_clip_cull_distance.txt177 -zmin <= zc <= wc.
/third_party/gettext/gettext-tools/po/
Dtr.po2491 " -k, --keyword[=SÖZCÜK] aranan ek anahtar sözcük (SÖZCÜK için "
2493 " anahtar sözcükler kullanılmamalıdır)\n"
3678 msgstr "anahtar-sözcük \"%s\" bilinmiyor"
4239 msgstr "anahtar sözcük '%.*s' için anlamı belirsiz argüman belirtimi"
4244 msgstr "uyarı: anahtar sözcük '%.*s' için bağlam eksik"
4249 msgstr "uyarı: '%.*s' anahtar sözcüğünün çoğul biçimi için bağlam eksik"
4295 msgstr "xgettext anahtar sözcükler olmaksızın bulamaz"
4506 " --flag=SÖZCÜK:ARG:İM SÖZCÜK anahtar sözcüğünün ARG numaralı\n"
4659 "Bir --flag argümanı <sözcük>:<argnum>:[pass-]<im> sözdiziminde olmaz: %s"
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dbzip2.1.preformatted14 bbzzccaatt [ −−ss ] [ _f_i_l_e_n_a_m_e_s _._._. ]
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzip2.1.preformatted14 bbzzccaatt [ −−ss ] [ _f_i_l_e_n_a_m_e_s _._._. ]
/third_party/bzip2/
Dbzip2.1.preformatted14 bbzzccaatt [ −−ss ] [ _f_i_l_e_n_a_m_e_s _._._. ]

12