Searched refs:cdf_size (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | arith_routines_hist.c | 88 … const WebRtc_UWord16 *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 WebRtc_UWord16 *cdf_size, /* input: array of cdf table sizes+1 (power of two: 2^k) */
|
D | entropy_coding.c | 1602 const WebRtc_UWord16* 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/src/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 1682 const WebRtc_UWord16 *cdf_size; in WebRtcIsacfix_DecodePitchLag() local 1699 cdf_size = WebRtcIsacfix_kPitchLagSizeLo; in WebRtcIsacfix_DecodePitchLag() 1707 cdf_size = WebRtcIsacfix_kPitchLagSizeMid; in WebRtcIsacfix_DecodePitchLag() 1715 cdf_size = WebRtcIsacfix_kPitchLagSizeHi; in WebRtcIsacfix_DecodePitchLag() 1723 err = WebRtcIsacfix_DecHistBisectMulti(index, streamdata, cdf, cdf_size, 1); in WebRtcIsacfix_DecodePitchLag()
|