Run clang-format on entropymv.c

Change-Id: Ic9f34e32e51f8a8a4426543bae0b92f5fab0792e
This commit is contained in:
Angie Chiang 2016-10-21 17:13:59 -07:00
Родитель 5f34b61903
Коммит a1a753c765
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -61,8 +61,8 @@ static const nmv_context default_nmv_context = {
{ { 0 }, { 0 } }, // class0_fp_cdf is computed in av1_init_mv_probs()
{ 0 }, // fp_cdf is computed from fp in av1_init_mv_probs()
#endif
160, // class0_hp bit
128, // hp
160, // class0_hp bit
128, // hp
},
{
// Horizontal component
@ -79,8 +79,8 @@ static const nmv_context default_nmv_context = {
{ { 0 }, { 0 } }, // class0_fp_cdf is computed in av1_init_mv_probs()
{ 0 }, // fp_cdf is computed from fp in av1_init_mv_probs()
#endif
160, // class0_hp bit
128, // hp
160, // class0_hp bit
128, // hp
} },
};