HomeSort by relevance Sort by last modified time
    Searched refs:cdf (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
arith_routines.h 46 const uint16_t **cdf, /* input: array of cdf arrays */
52 const uint16_t **cdf, /* input: array of cdf arrays */
53 const uint16_t *cdf_size, /* input: array of cdf table sizes+1 (power of two: 2^k) */
59 const uint16_t **cdf, /* input: array of cdf arrays */
60 const uint16_t *init_index,/* input: vector of initial cdf table search entries */
arith_routines_hist.c 20 const uint16_t **cdf, /* input: array of cdf arrays */
37 /* fetch cdf_lower and cdf_upper from cdf tables */
38 cdf_lo = (uint32_t) *(*cdf + *data);
39 cdf_hi = (uint32_t) *(*cdf++ + *data++ + 1);
83 * cdf tables should be of size 2^k-1 (which corresponds to an alphabet size of 2^k-2)
87 const uint16_t **cdf, /* input: array of cdf arrays */
88 const uint16_t *cdf_size, /* input: array of cdf table sizes+1 (power of two: 2^k) */
124 /* start halfway the cdf range *
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
arith_routines.h 46 const WebRtc_UWord16 **cdf, /* input: array of cdf arrays */
52 const WebRtc_UWord16 **cdf, /* input: array of cdf arrays */
53 const WebRtc_UWord16 *cdf_size, /* input: array of cdf table sizes+1 (power of two: 2^k) */
59 const WebRtc_UWord16 **cdf, /* input: array of cdf arrays */
60 const WebRtc_UWord16 *init_index,/* input: vector of initial cdf table search entries */
arith_routines_hist.c 20 const WebRtc_UWord16 **cdf, /* input: array of cdf arrays */
37 /* fetch cdf_lower and cdf_upper from cdf tables */
38 cdf_lo = (WebRtc_UWord32) *(*cdf + *data);
39 cdf_hi = (WebRtc_UWord32) *(*cdf++ + *data++ + 1);
83 * cdf tables should be of size 2^k-1 (which corresponds to an alphabet size of 2^k-2)
87 const WebRtc_UWord16 **cdf, /* input: array of cdf arrays */
88 const WebRtc_UWord16 *cdf_size, /* input: array of cdf table sizes+1 (power of two: 2^k) */
124 /* start halfway the cdf range *
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routins.h 92 * - cdf : array of cdf arrays
101 const uint16_t **cdf,
115 * - cdf : array of cdf arrays
116 * - cdfSize : array of cdf table sizes+1 (power of two: 2^k)
128 const uint16_t **cdf,
138 * cdf tables can be of arbitrary size, but large tables may take a lot of
143 * - cdf : array of cdf array
    [all...]
arith_routines_hist.c 29 * - cdf : array of cdf arrays
37 const uint16_t **cdf,
62 /* fetch cdf_lower and cdf_upper from cdf tables */
63 cdfLo = (uint32_t) *(*cdf + (uint32_t)*data);
64 cdfHi = (uint32_t) *(*cdf++ + (uint32_t)*data++ + 1);
133 * method of bisection cdf tables should be of size 2^k-1 (which corresponds
138 * - cdf : array of cdf arrays
139 * - cdfSize : array of cdf table sizes+1 (power of two: 2^k
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routins.h 92 * - cdf : array of cdf arrays
101 const WebRtc_UWord16 **cdf,
115 * - cdf : array of cdf arrays
116 * - cdfSize : array of cdf table sizes+1 (power of two: 2^k)
128 const WebRtc_UWord16 **cdf,
138 * cdf tables can be of arbitrary size, but large tables may take a lot of
143 * - cdf : array of cdf array
    [all...]
arith_routines_hist.c 29 * - cdf : array of cdf arrays
37 const WebRtc_UWord16 **cdf,
62 /* fetch cdf_lower and cdf_upper from cdf tables */
63 cdfLo = (WebRtc_UWord32) *(*cdf + (WebRtc_UWord32)*data);
64 cdfHi = (WebRtc_UWord32) *(*cdf++ + (WebRtc_UWord32)*data++ + 1);
133 * method of bisection cdf tables should be of size 2^k-1 (which corresponds
138 * - cdf : array of cdf arrays
139 * - cdfSize : array of cdf table sizes+1 (power of two: 2^k
    [all...]
  /external/icu/icu4c/source/test/intltest/
compactdecimalformattest.cpp 193 const CompactDecimalFormat* cdf, const ExpectedResult* expectedResult,
247 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance("sw", UNUM_SHORT, status));
254 cdf->format(1234567.0, result, fp);
284 LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, status));
290 cdf->format(123456.0, actual);
300 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance(locale, style, status));
308 CheckExpectedResult(cdf.getAlias(), &expectedResults[i], description);
313 const CompactDecimalFormat* cdf, const ExpectedResult* expectedResult, const char* description) {
315 cdf->format(expectedResult->value, actual);
  /bionic/libc/kernel/uapi/linux/
atm.h 115 unsigned int cdf :3; member in struct:atm_trafprm
  /development/ndk/platforms/android-3/include/linux/
atm.h 105 unsigned int cdf :3; member in struct:atm_trafprm
  /development/ndk/platforms/android-L/include/linux/
atm.h 115 unsigned int cdf :3; member in struct:atm_trafprm
  /external/iproute2/include/linux/
atm.h 151 unsigned int cdf_pres :1; /* cdf present bit*/
155 unsigned int cdf :3; /* Cutoff Decrease Factor (3-bit) */ member in struct:atm_trafprm
  /external/kernel-headers/original/uapi/linux/
atm.h 151 unsigned int cdf_pres :1; /* cdf present bit*/
155 unsigned int cdf :3; /* Cutoff Decrease Factor (3-bit) */ member in struct:atm_trafprm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atm.h 151 unsigned int cdf_pres :1; /* cdf present bit*/
155 unsigned int cdf :3; /* Cutoff Decrease Factor (3-bit) */ member in struct:atm_trafprm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm.h 151 unsigned int cdf_pres :1; /* cdf present bit*/
155 unsigned int cdf :3; /* Cutoff Decrease Factor (3-bit) */ member in struct:atm_trafprm
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
atm.h 105 unsigned int cdf :3; member in struct:atm_trafprm
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
atm.h 105 unsigned int cdf :3; member in struct:atm_trafprm
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
atm.h 105 unsigned int cdf :3; member in struct:atm_trafprm
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
atm.h 105 unsigned int cdf :3; member in struct:atm_trafprm
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
atm.h 105 unsigned int cdf :3; member in struct:atm_trafprm
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
atm.h 105 unsigned int cdf :3; member in struct:atm_trafprm
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
atm.h 105 unsigned int cdf :3; member in struct:atm_trafprm
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
atm.h 105 unsigned int cdf :3; member in struct:atm_trafprm
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
atm.h 105 unsigned int cdf :3; member in struct:atm_trafprm

Completed in 126 milliseconds

1 2 3 4