Home
last modified time | relevance | path

Searched refs:cdf_index (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dpred_common.h47 int *cdf_index) { in av1_get_spatial_seg_pred() argument
74 *cdf_index = 0; in av1_get_spatial_seg_pred()
76 *cdf_index = 2; in av1_get_spatial_seg_pred()
78 *cdf_index = 1; in av1_get_spatial_seg_pred()
80 *cdf_index = 0; in av1_get_spatial_seg_pred()
/external/libgav1/libgav1/src/tile/bitstream/
Dtransform_size.cc119 const int cdf_index = kTxDepthCdfIndex[block.size]; in ReadFixedTransformSize() local
121 symbol_decoder_context_.tx_depth_cdf[cdf_index][context]; in ReadFixedTransformSize()
122 const int tx_depth = (cdf_index == 0) in ReadFixedTransformSize()
/external/libgav1/libgav1/src/tile/
Dtile.cc1052 const int cdf_index = SymbolDecoderContext::TxTypeIndex(tx_set); in ReadTransformType() local
1058 .inter_tx_type_cdf[cdf_index][cdf_tx_size_index]; in ReadTransformType()
1079 .intra_tx_type_cdf[cdf_index][cdf_tx_size_index][intra_direction]; in ReadTransformType()