Searched refs:kMinSplitRow (Results 1 – 1 of 1) sorted by relevance
432 const int kMinSplitRow = 2; // minimal rows needed for mt to be worth it in VP8EncAnalyze() local433 const int do_mt = (enc->thread_level_ > 0) && (split_row >= kMinSplitRow); in VP8EncAnalyze()