Home
last modified time | relevance | path

Searched refs:cdf (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Darith_routines_hist.c20 const WebRtc_UWord16 **cdf, /* input: array of cdf arrays */ in WebRtcIsac_EncHistMulti() argument
38 cdf_lo = (WebRtc_UWord32) *(*cdf + *data); in WebRtcIsac_EncHistMulti()
39 cdf_hi = (WebRtc_UWord32) *(*cdf++ + *data++ + 1); in WebRtcIsac_EncHistMulti()
87 const WebRtc_UWord16 **cdf, /* input: array of cdf arrays */ in WebRtcIsac_DecHistBisectMulti() argument
126 cdf_ptr = *cdf + (size_tmp - 1); in WebRtcIsac_DecHistBisectMulti()
147 *data++ = (int)(cdf_ptr - *cdf++); in WebRtcIsac_DecHistBisectMulti()
150 *data++ = (int)(cdf_ptr - *cdf++ - 1); in WebRtcIsac_DecHistBisectMulti()
195 const WebRtc_UWord16 **cdf, /* input: array of cdf arrays */ in WebRtcIsac_DecHistOneStepMulti() argument
233 cdf_ptr = *cdf + (*init_index++); in WebRtcIsac_DecHistOneStepMulti()
249 *data++ = (int)(cdf_ptr - *cdf++ - 1); in WebRtcIsac_DecHistOneStepMulti()
[all …]
Darith_routines.h46 const WebRtc_UWord16 **cdf, /* input: array of cdf arrays */
52 const WebRtc_UWord16 **cdf, /* input: array of cdf arrays */
59 const WebRtc_UWord16 **cdf, /* input: array of cdf arrays */
Dentropy_coding.c1603 const WebRtc_UWord16** cdf; in WebRtcIsac_DecodePitchLag() local
1617 cdf = WebRtcIsac_kQPitchLagCdfPtrLo; in WebRtcIsac_DecodePitchLag()
1626 cdf = WebRtcIsac_kQPitchLagCdfPtrMid; in WebRtcIsac_DecodePitchLag()
1635 cdf = WebRtcIsac_kQPitchLagCdfPtrHi; in WebRtcIsac_DecodePitchLag()
1645 err = WebRtcIsac_DecHistBisectMulti(index, streamdata, cdf, cdf_size, 1); in WebRtcIsac_DecodePitchLag()
1649 err = WebRtcIsac_DecHistOneStepMulti(index + 1, streamdata, cdf + 1, in WebRtcIsac_DecodePitchLag()
1689 const WebRtc_UWord16** cdf; in WebRtcIsac_EncodePitchLag() local
1706 cdf = WebRtcIsac_kQPitchLagCdfPtrLo; in WebRtcIsac_EncodePitchLag()
1714 cdf = WebRtcIsac_kQPitchLagCdfPtrMid; in WebRtcIsac_EncodePitchLag()
1722 cdf = WebRtcIsac_kQPitchLagCdfPtrHi; in WebRtcIsac_EncodePitchLag()
[all …]
Dencode.c1015 const WebRtc_UWord16** cdf; in WebRtcIsac_EncodeStoredDataLb() local
1087 cdf = WebRtcIsac_kQPitchLagCdfPtrLo; in WebRtcIsac_EncodeStoredDataLb()
1089 cdf = WebRtcIsac_kQPitchLagCdfPtrMid; in WebRtcIsac_EncodeStoredDataLb()
1091 cdf = WebRtcIsac_kQPitchLagCdfPtrHi; in WebRtcIsac_EncodeStoredDataLb()
1095 cdf, PITCH_SUBFRAMES); in WebRtcIsac_EncodeStoredDataLb()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Darith_routines_hist.c37 const WebRtc_UWord16 **cdf, in WebRtcIsacfix_EncHistMulti() argument
63 cdfLo = (WebRtc_UWord32) *(*cdf + (WebRtc_UWord32)*data); in WebRtcIsacfix_EncHistMulti()
64 cdfHi = (WebRtc_UWord32) *(*cdf++ + (WebRtc_UWord32)*data++ + 1); in WebRtcIsacfix_EncHistMulti()
150 const WebRtc_UWord16 **cdf, in WebRtcIsacfix_DecHistBisectMulti() argument
192 cdfPtr = *cdf + (sizeTmp - 1); in WebRtcIsacfix_DecHistBisectMulti()
216 *data++ = cdfPtr - *cdf++; in WebRtcIsacfix_DecHistBisectMulti()
219 *data++ = cdfPtr - *cdf++ - 1; in WebRtcIsacfix_DecHistBisectMulti()
287 const WebRtc_UWord16 **cdf, in WebRtcIsacfix_DecHistOneStepMulti() argument
326 cdfPtr = *cdf + (*initIndex++); in WebRtcIsacfix_DecHistOneStepMulti()
349 *data++ = cdfPtr - *cdf++ - 1; in WebRtcIsacfix_DecHistOneStepMulti()
[all …]
Darith_routins.h101 const WebRtc_UWord16 **cdf,
128 const WebRtc_UWord16 **cdf,
156 const WebRtc_UWord16 **cdf,
Dencode.c497 const WebRtc_UWord16 **cdf; in WebRtcIsacfix_EncodeStoredData() local
574 cdf = WebRtcIsacfix_kPitchLagPtrLo; in WebRtcIsacfix_EncodeStoredData()
576 cdf = WebRtcIsacfix_kPitchLagPtrMid; in WebRtcIsacfix_EncodeStoredData()
578 cdf = WebRtcIsacfix_kPitchLagPtrHi; in WebRtcIsacfix_EncodeStoredData()
581 … &SaveEnc_str->pitchIndex[PITCH_SUBFRAMES*ii], cdf, PITCH_SUBFRAMES); in WebRtcIsacfix_EncodeStoredData()
Dentropy_coding.c1683 const WebRtc_UWord16 **cdf; in WebRtcIsacfix_DecodePitchLag() local
1698 cdf = WebRtcIsacfix_kPitchLagPtrLo; in WebRtcIsacfix_DecodePitchLag()
1706 cdf = WebRtcIsacfix_kPitchLagPtrMid; in WebRtcIsacfix_DecodePitchLag()
1714 cdf = WebRtcIsacfix_kPitchLagPtrHi; in WebRtcIsacfix_DecodePitchLag()
1723 err = WebRtcIsacfix_DecHistBisectMulti(index, streamdata, cdf, cdf_size, 1); in WebRtcIsacfix_DecodePitchLag()
1727 err = WebRtcIsacfix_DecHistOneStepMulti(index+1, streamdata, cdf+1, init_index, 3); in WebRtcIsacfix_DecodePitchLag()
1771 const WebRtc_UWord16 **cdf; in WebRtcIsacfix_EncodePitchLag() local
1791 cdf = WebRtcIsacfix_kPitchLagPtrLo; in WebRtcIsacfix_EncodePitchLag()
1798 cdf = WebRtcIsacfix_kPitchLagPtrMid; in WebRtcIsacfix_EncodePitchLag()
1805 cdf = WebRtcIsacfix_kPitchLagPtrHi; in WebRtcIsacfix_EncodePitchLag()
[all …]
/external/icu4c/test/intltest/
Dcompactdecimalformattest.cpp193 const CompactDecimalFormat* cdf, const ExpectedResult* expectedResult,
247 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance("sw", UNUM_SHORT, status)); in TestFieldPosition() local
254 cdf->format(1234567.0, result, fp); in TestFieldPosition()
284 …LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, stat… in TestSignificantDigits() local
290 cdf->format(123456.0, actual); in TestSignificantDigits()
300 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance(locale, style, status)); in CheckLocale() local
308 CheckExpectedResult(cdf.getAlias(), &expectedResults[i], description); in CheckLocale()
313 … const CompactDecimalFormat* cdf, const ExpectedResult* expectedResult, const char* description) { in CheckExpectedResult() argument
315 cdf->format(expectedResult->value, actual); in CheckExpectedResult()
/external/iproute2/include/linux/
Datm.h155 unsigned int cdf :3; /* Cutoff Decrease Factor (3-bit) */ member
/external/kernel-headers/original/linux/
Datm.h158 unsigned int cdf :3; /* Cutoff Decrease Factor (3-bit) */ member
/external/chromium_org/tools/python/google/httpd_config/
Dmime.types362 application/x-netcdf nc cdf
/external/elfutils/tests/
Dtestfile44.expect.bz2
Dtestfile45.expect.bz2
/external/chromium_org/third_party/usb_ids/
Dusb.ids14754 1cdf WonTen Technology Co., Ltd.
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en19156 http://www-cdf.fnal.gov/upgrades/daq_trig/trigger/svt/Beam/Docs/BeamAlignment_LR.html
31083 http://www.cdf.org/7_2_index/acela/acela.html
42256 http://www.fire.ca.gov/cdf/incidents/about.html