Searched refs:cdf_size (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/contrib/coder/kernels/ |
D | range_coder_ops.cc | 187 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/ |
D | arith_routines_hist.c | 88 … 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()
|
D | arith_routines.h | 53 const uint16_t *cdf_size, /* input: array of cdf table sizes+1 (power of two: 2^k) */
|
D | entropy_coding.c | 1602 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/ |
D | entropy_coding.c | 1673 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()
|