Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c120 int (*temporal_predictor_count)[2], in count_segs()
147 temporal_predictor_count[pred_context][pred_flag]++; in count_segs()
157 int (*temporal_predictor_count)[2], in count_segs_sb()
170 count_segs(cm, xd, tile, mi, no_pred_segcounts, temporal_predictor_count, in count_segs_sb()
173 count_segs(cm, xd, tile, mi, no_pred_segcounts, temporal_predictor_count, in count_segs_sb()
176 temporal_predictor_count, t_unpred_seg_counts, bs, hbs, in count_segs_sb()
179 count_segs(cm, xd, tile, mi, no_pred_segcounts, temporal_predictor_count, in count_segs_sb()
182 temporal_predictor_count, t_unpred_seg_counts, hbs, bs, mi_row, in count_segs_sb()
195 temporal_predictor_count, t_unpred_seg_counts, in count_segs_sb()
209 int temporal_predictor_count[PREDICTION_PROBS][2] = { { 0 } }; in vp9_choose_segmap_coding_method() local
[all …]
/external/libaom/libaom/av1/encoder/
Dsegmentation.c49 unsigned (*temporal_predictor_count)[2], in count_segs()
78 temporal_predictor_count[pred_context][pred_flag]++; in count_segs()
88 unsigned (*temporal_predictor_count)[2], in count_segs_sb()
100 no_pred_segcounts, temporal_predictor_count, t_unpred_seg_counts, \ in count_segs_sb()
160 temporal_predictor_count, t_unpred_seg_counts, in count_segs_sb()
176 unsigned temporal_predictor_count[SEG_TEMPORAL_PRED_CTXS][2] = { { 0 } }; in av1_choose_segmap_coding_method() local
198 temporal_predictor_count, t_unpred_seg_counts, mi_row, in av1_choose_segmap_coding_method()
220 t_pred_cost += temporal_predictor_count[i][j] * pred_flag_cost[i][j]; in av1_choose_segmap_coding_method()