Fixed a comment on the compound ref frames.

Change-Id: I77e397ac9f594c9c4c1db442e334a6ea5f53f588
This commit is contained in:
Zoe Liu 2015-08-06 17:36:57 -07:00
Родитель d74ceb03de
Коммит c21cab39c8
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -2488,9 +2488,8 @@ static int64_t handle_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
}
// We don't include the cost of the second reference here, because there
// are only three options: Last/Golden, ARF/Last or Golden/ARF, or in other
// words if you present them in that order, the second one is always known
// if the first is known.
// are only two options: Last/ARF or Golden/ARF; The second one is always
// known, which is ARF.
//
// Under some circumstances we discount the cost of new mv mode to encourage
// initiation of a motion field.