Home
last modified time | relevance | path

Searched refs:weightA (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c560 dpp->weightA = restore_weight(store_weight(dpp->weightA)); in decorr_mono()
574 left -= APPLY_WEIGHT(dpp->weightA, sam_A); in decorr_mono()
575 UPDATE_WEIGHT(dpp->weightA, dpp->delta, sam_A, left); in decorr_mono()
576 dpp->sumA += dpp->weightA; in decorr_mono()
590 left -= APPLY_WEIGHT(dpp->weightA, sam_A); in decorr_mono()
591 UPDATE_WEIGHT(dpp->weightA, dpp->delta, sam_A, left); in decorr_mono()
592 dpp->sumA += dpp->weightA; in decorr_mono()
709 dppi->weightA = dp.weightA; in decorr_mono_buffer()
[all...]
H A Dwavpack.c822 L2 = L + ((s->decorr[i].weightA * (int64_t)A + 512) >> 10); in wv_unpack_stereo()
825 L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)A + 512) >> 10); in wv_unpack_stereo()
829 s->decorr[i].weightA -= ((((L ^ A) >> 30) & 2) - 1) * s->decorr[i].delta; in wv_unpack_stereo()
836 L2 = L + ((s->decorr[i].weightA * (int64_t)s->decorr[i].samplesA[0] + 512) >> 10); in wv_unpack_stereo()
838 L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)s->decorr[i].samplesA[0] + 512) >> 10); in wv_unpack_stereo()
839 UPDATE_WEIGHT_CLIP(s->decorr[i].weightA, s->decorr[i].delta, s->decorr[i].samplesA[0], L); in wv_unpack_stereo()
862 L2 = L + ((s->decorr[i].weightA * (int64_t)R2 + 512) >> 10); in wv_unpack_stereo()
864 L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)R2 + 512) >> 10); in wv_unpack_stereo()
865 UPDATE_WEIGHT_CLIP(s->decorr[i].weightA, s->decorr[i].delta, R2, L); in wv_unpack_stereo()
942 S = T + ((s->decorr[i].weightA * (int64_ in wv_unpack_mono()
[all...]
H A Dwavpack.h91 int weightA; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DHuffmanEncoder.java148 int weightA = tree[a].weight; in updateWeight()
150 if (tree[b].weight == weightA) { in updateWeight()
153 } while (tree[b].weight == weightA); in updateWeight()
160 weightA++; in updateWeight()
161 tree[a].weight = weightA; in updateWeight()
/third_party/python/Modules/clinic/
H A Daudioop.c.h964 " weightA=1, weightB=0, /)\n"
975 int weightA, int weightB);
987 int weightA = 1; in audioop_ratecv() local
1020 weightA = _PyLong_AsInt(args[6]); in audioop_ratecv()
1021 if (weightA == -1 && PyErr_Occurred()) { in audioop_ratecv()
1032 return_value = audioop_ratecv_impl(module, &fragment, width, nchannels, inrate, outrate, state, weightA, weightB); in audioop_ratecv()
/third_party/python/Modules/
H A Daudioop.c1317 weightA: int = 1
1327 int weightA, int weightB) in audioop_ratecv_impl()
1352 if (weightA < 1 || weightB < 0) { in audioop_ratecv_impl()
1354 "weightA should be >= 1, weightB should be >= 0"); in audioop_ratecv_impl()
1372 /* divide weightA and weightB by their greatest common divisor */ in audioop_ratecv_impl()
1373 d = gcd(weightA, weightB); in audioop_ratecv_impl()
1374 weightA /= d; in audioop_ratecv_impl()
1486 ((double)weightA * (double)cur_i[chan] + in audioop_ratecv_impl()
1488 ((double)weightA + (double)weightB)); in audioop_ratecv_impl()
1325 audioop_ratecv_impl(PyObject *module, Py_buffer *fragment, int width, int nchannels, int inrate, int outrate, PyObject *state, int weightA, int weightB) audioop_ratecv_impl() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp1526 const tcu::Interval weightA (filteringFormat.roundOut((ndx % 2) == 0 ? (1.0 - a) : a, false));
1528 const tcu::Interval weight (filteringFormat.roundOut(weightA * weightB, false));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp1525 const tcu::Interval weightA (filteringFormat.roundOut((ndx % 2) == 0 ? (1.0 - a) : a, false));
1527 const tcu::Interval weight (filteringFormat.roundOut(weightA * weightB, false));

Completed in 15 milliseconds