Home
last modified time | relevance | path

Searched refs:kIntraPredictionModesUV (Results 1 – 7 of 7) sorted by relevance

/external/libgav1/libgav1/src/
Dsymbol_decoder_context.cc90 int cdf_size = kIntraPredictionModesUV - 1; in ResetUVModeCounters()
Dsymbol_decoder_context.h156 [kIntraPredictionModesUV + 1];
Dsymbol_decoder_context_cdfs.inc151 [kIntraPredictionModesUV + 1] = {
/external/libgav1/libgav1/src/utils/
Dconstants.h329 kIntraPredictionModesUV = enumerator
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc458 reader_.ReadSymbol<kIntraPredictionModesUV>(cdf)); in ReadPredictionModeUV()
461 reader_.ReadSymbol<kIntraPredictionModesUV - 1>(cdf)); in ReadPredictionModeUV()
/external/libgav1/libgav1/src/tile/
Dprediction.cc51 constexpr int kPredictionModeToAngle[kIntraPredictionModesUV] = {
Dtile.cc185 constexpr TransformType kModeToTransformType[kIntraPredictionModesUV] = {