vp9: Rename new_mt to row_mt
authorVignesh Venkatasubramanian <vigneshv@google.com>
Fri, 24 Feb 2017 19:40:22 +0000 (11:40 -0800)
committerVignesh Venkatasubramanian <vigneshv@google.com>
Mon, 27 Feb 2017 17:43:26 +0000 (09:43 -0800)
commit5881601488ef4278d7ca2b06e2ad4d44b3063620
tree580151b16da047a1810f4c34cee818dbf160932e
parent8121f85473b28183c93fdcef290ed6f74b0b52db
vp9: Rename new_mt to row_mt

new_mt is a very generic name that will get obsolete soon enough.
Since this is exposed as a codec control, renaming it to row_mt to
signify row level paralellism. Also renaming the ETHREAD_BIT_MATCH
codec control to ROW_MT_BIT_EXACT.

Change-Id: Ic7872d78bb3b12fb4cf92ba028ec8e08eb3a9558
test/vp9_ethread_test.cc
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_speed_features.c
vp9/encoder/vp9_temporal_filter.c
vp9/vp9_cx_iface.c
vpx/vp8cx.h
vpxenc.c