Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dsymbol_decoder_context.cc40 const int cdf_size = in ResetPartitionCounters() local
43 d2[cdf_size] = 0; in ResetPartitionCounters()
50 int cdf_size = kMinPaletteSize; in ResetPaletteColorIndexCounters() local
53 d3[cdf_size] = 0; in ResetPaletteColorIndexCounters()
55 ++cdf_size; in ResetPaletteColorIndexCounters()
63 const int cdf_size = kNumTransformTypesInSet[set_index++]; in ResetTxTypeCounters() local
66 d3[cdf_size] = 0; in ResetTxTypeCounters()
71 const int cdf_size = kNumTransformTypesInSet[set_index++]; in ResetTxTypeCounters() local
73 d2[cdf_size] = 0; in ResetTxTypeCounters()
81 const int cdf_size = kMaxTxDepthSymbolCount - delta; in ResetTxDepthCounters() local
[all …]
/external/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.h56 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/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c1695 const uint16_t *cdf_size; in WebRtcIsacfix_DecodePitchLag() local
1712 cdf_size = WebRtcIsacfix_kPitchLagSizeLo; in WebRtcIsacfix_DecodePitchLag()
1720 cdf_size = WebRtcIsacfix_kPitchLagSizeMid; in WebRtcIsacfix_DecodePitchLag()
1728 cdf_size = WebRtcIsacfix_kPitchLagSizeHi; in WebRtcIsacfix_DecodePitchLag()
1736 err = WebRtcIsacfix_DecHistBisectMulti(index, streamdata, cdf, cdf_size, 1); in WebRtcIsacfix_DecodePitchLag()