Searched defs:cdf_size (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Darith_routines_hist.c88 const uint16_t *cdf_size, /* input: array of cdf table sizes+1 (power of two: 2^k) */
125 size_tmp = *cdf_size++ >> 1;
85 WebRtcIsac_DecHistBisectMulti(int *data, Bitstr *streamdata, const uint16_t **cdf, const uint16_t *cdf_size, const int N) argument
H A Dentropy_coding.c1602 const uint16_t* cdf_size; local
1618 cdf_size = WebRtcIsac_kQPitchLagCdfSizeLo;
1627 cdf_size = WebRtcIsac_kQPitchLagCdfSizeMid;
1636 cdf_size = WebRtcIsac_kQPitchLagCdfSizeHi;
1645 err = WebRtcIsac_DecHistBisectMulti(index, streamdata, cdf, cdf_size, 1);
/external/tensorflow/tensorflow/contrib/coder/kernels/
H A Drange_coder_ops.cc187 const int64 cdf_size = cdf.size(); local
201 DCHECK_LE(cdf_slice + chip_size, cdf.data() + cdf_size);
285 const int64 cdf_size = cdf.size(); local
296 DCHECK_LE(cdf_slice + chip_size, cdf.data() + cdf_size);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c1673 const uint16_t *cdf_size; local
1690 cdf_size = WebRtcIsacfix_kPitchLagSizeLo;
1698 cdf_size = WebRtcIsacfix_kPitchLagSizeMid;
1706 cdf_size = WebRtcIsacfix_kPitchLagSizeHi;
1714 err = WebRtcIsacfix_DecHistBisectMulti(index, streamdata, cdf, cdf_size, 1);

Completed in 160 milliseconds