Home
last modified time | relevance | path

Searched refs:cdf_size (Results 1 – 5 of 5) sorted by relevance

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