Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c126 int (*temporal_predictor_count)[2], in count_segs()
156 temporal_predictor_count[pred_context][pred_flag]++; in count_segs()
167 int (*temporal_predictor_count)[2], in count_segs_sb()
183 count_segs(cpi, tile, mi_8x8, no_pred_segcounts, temporal_predictor_count, in count_segs_sb()
186 count_segs(cpi, tile, mi_8x8, no_pred_segcounts, temporal_predictor_count, in count_segs_sb()
189 temporal_predictor_count, t_unpred_seg_counts, bs, hbs, in count_segs_sb()
192 count_segs(cpi, tile, mi_8x8, no_pred_segcounts, temporal_predictor_count, in count_segs_sb()
195 no_pred_segcounts, temporal_predictor_count, t_unpred_seg_counts, in count_segs_sb()
208 no_pred_segcounts, temporal_predictor_count, in count_segs_sb()
224 int temporal_predictor_count[PREDICTION_PROBS][2] = { { 0 } }; in vp9_choose_segmap_coding_method() local
[all …]