Searched refs:label_count (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c1112 int label_count; local
1142 label_count = vp8_mbsplit_count[segmentation];
1148 label_mv_thresh = 1 * bsi->mvthresh / label_count ;
1156 for (i = 0; i < label_count; i++)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1684 const int label_count = 4; local
1707 label_mv_thresh = 1 * bsi->mvthresh / label_count;

Completed in 37 milliseconds