Home
last modified time | relevance | path

Searched refs:spatial_pred_seg_cdf (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dseg_common.h57 aom_cdf_prob spatial_pred_seg_cdf[SPATIAL_PREDICTION_PROBS] member
H A Dentropy.c138 RESET_CDF_COUNTER(fc->seg.spatial_pred_seg_cdf, MAX_SEGMENTS); in av1_reset_cdf_symbol_counters()
H A Dentropymode.c1016 av1_copy(fc->seg.spatial_pred_seg_cdf[i], in av1_init_mode_probs()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_vcn_dec.c102 memcpy(fc->spatial_pred_seg_cdf[i], default_spatial_pred_seg_tree_cdf[i], in ac_vcn_av1_init_mode_probs()
245 memcpy(fc->spatial_pred_seg_cdf[i], default_spatial_pred_seg_tree_cdf[i], in ac_vcn_vcn4_av1_init_mode_probs()
H A Dac_vcn_av1_default.h491 uint16_t spatial_pred_seg_cdf[SPATIAL_PREDICTION_PROBS][CDF_SIZE(AV1_MAX_SEGMENTS)]; member
2757 uint16_t spatial_pred_seg_cdf[SPATIAL_PREDICTION_PROBS][CDF_SIZE(AV1_MAX_SEGMENTS)]; member
/aosp_15_r20/external/libaom/av1/encoder/
H A Dencodeframe_utils.c1174 AVERAGE_CDF(ctx_left->seg.spatial_pred_seg_cdf, in av1_avg_cdf_symbols()
1175 ctx_tr->seg.spatial_pred_seg_cdf, MAX_SEGMENTS); in av1_avg_cdf_symbols()
H A Drd.c211 fc->seg.spatial_pred_seg_cdf[i], NULL); in av1_fill_mode_rates()
H A Dbitstream.c489 aom_cdf_prob *pred_cdf = segp->spatial_pred_seg_cdf[cdf_num]; in write_segment_id()
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodemv.c288 aom_cdf_prob *pred_cdf = segp->spatial_pred_seg_cdf[cdf_num]; in read_segment_id()