]> granicus.if.org Git - libvpx/commit
Moving get_token_alloc function from common to the encoder.
authorDmitry Kovalev <dkovalev@google.com>
Tue, 1 Oct 2013 18:54:10 +0000 (11:54 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Tue, 1 Oct 2013 18:54:10 +0000 (11:54 -0700)
commit0a5e9ee054e892cacd816c8a074e8ae9beb6690a
tree092fee119cfbd02da4d72255c0a45fa91acbacde
parent40047bef5d116eda350a72097554c9630dad66e9
Moving get_token_alloc function from common to the encoder.

Also renaming mb_row -> mi_row, mb_col -> mi_col arguments and calculate
mb_rows/mb_cols values from mi_rows/mi_cols.

Change-Id: I6919a279f560648e23bc9a12f507d17c21ffd5d7
vp9/common/vp9_alloccommon.c
vp9/common/vp9_onyxc_int.h
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodeframe.h
vp9/encoder/vp9_onyx_int.h