Home
last modified time | relevance | path

Searched refs:cdf_num (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecodemv.c264 int cdf_num; in read_segment_id() local
265 const int pred = av1_get_spatial_seg_pred(cm, xd, mi_row, mi_col, &cdf_num); in read_segment_id()
271 aom_cdf_prob *pred_cdf = segp->spatial_pred_seg_cdf[cdf_num]; in read_segment_id()
/external/libaom/libaom/av1/encoder/
Dbitstream.c462 int cdf_num; in write_segment_id() local
463 const int pred = av1_get_spatial_seg_pred(cm, xd, mi_row, mi_col, &cdf_num); in write_segment_id()
482 aom_cdf_prob *pred_cdf = segp->spatial_pred_seg_cdf[cdf_num]; in write_segment_id()