Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/decoder/
Ddecodemv.c281 int cdf_num; in read_segment_id() local
282 const int pred = av1_get_spatial_seg_pred(cm, xd, &cdf_num); in read_segment_id()
288 aom_cdf_prob *pred_cdf = segp->spatial_pred_seg_cdf[cdf_num]; in read_segment_id()
/external/libaom/libaom/av1/encoder/
Dbitstream.c449 int cdf_num; in write_segment_id() local
450 const int pred = av1_get_spatial_seg_pred(cm, xd, &cdf_num); in write_segment_id()
471 aom_cdf_prob *pred_cdf = segp->spatial_pred_seg_cdf[cdf_num]; in write_segment_id()