Change-Id: I8c145337adf49d30b88a17ff31501b8751ed1fa0
cfg_.rc_target_bitrate = 1000;
// Part 1: Bit exact test for row_mt_mode_ = 0.
- // This part keeps original unit tests done before new-mt code is checked in.
+ // This part keeps original unit tests done before row-mt code is checked in.
row_mt_mode_ = 0;
bit_exact_mode_ = 0;
ASSERT_EQ(single_thr_md5, row_mt_single_thr_md5);
- // Part 3: Bit exact test with new-mt on
+ // Part 3: Bit exact test with row-mt on
row_mt_mode_ = 1;
bit_exact_mode_ = 1;
row_mt_single_thr_md5.clear();