Searched refs:temporal_predictor_count (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 161 int (*temporal_predictor_count)[2], in count_segs() 188 temporal_predictor_count[pred_context][pred_flag]++; in count_segs() 198 int (*temporal_predictor_count)[2], in count_segs_sb() 211 count_segs(cm, xd, tile, mi, no_pred_segcounts, temporal_predictor_count, in count_segs_sb() 214 count_segs(cm, xd, tile, mi, no_pred_segcounts, temporal_predictor_count, in count_segs_sb() 217 temporal_predictor_count, t_unpred_seg_counts, bs, hbs, in count_segs_sb() 220 count_segs(cm, xd, tile, mi, no_pred_segcounts, temporal_predictor_count, in count_segs_sb() 223 temporal_predictor_count, t_unpred_seg_counts, hbs, bs, mi_row, in count_segs_sb() 236 temporal_predictor_count, t_unpred_seg_counts, in count_segs_sb() 250 int temporal_predictor_count[PREDICTION_PROBS][2] = { { 0 } }; in vp9_choose_segmap_coding_method() local [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | segmentation.c | 49 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() 101 no_pred_segcounts, temporal_predictor_count, t_unpred_seg_counts, \ in count_segs_sb() 162 temporal_predictor_count, t_unpred_seg_counts, in count_segs_sb() 178 unsigned temporal_predictor_count[SEG_TEMPORAL_PRED_CTXS][2] = { { 0 } }; in av1_choose_segmap_coding_method() local 204 temporal_predictor_count, t_unpred_seg_counts, mi_row, in av1_choose_segmap_coding_method() 227 t_pred_cost += temporal_predictor_count[i][j] * pred_flag_cost[i][j]; in av1_choose_segmap_coding_method()
|