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