Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c272 const int count0 = temporal_predictor_count[i][0]; in vp9_choose_segmap_coding_method() local
275 t_nopred_prob[i] = get_binary_prob(count0, count1); in vp9_choose_segmap_coding_method()
278 t_pred_cost += count0 * vp9_cost_zero(t_nopred_prob[i]) + in vp9_choose_segmap_coding_method()