]> granicus.if.org Git - libvpx/commit
Add Flag to Enable Row Based MultiThreading
authorVenkatarama NG. Avadhani <venkatarama.avadhani@ittiam.com>
Thu, 5 Jul 2018 08:19:04 +0000 (13:49 +0530)
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>
Fri, 20 Jul 2018 18:18:29 +0000 (18:18 +0000)
commit37dc76657040eab5c1024995480a39f3716d26c7
treeeac769a1033a971824d2de400cb5118592b61224
parente09e99aa14f10956ea3846982c5c815a18d5863e
Add Flag to Enable Row Based MultiThreading

This commit adds a command line argument "--row-mt". Passing "--row-mt=1" will
set the row_mt flag in the decoder context. This flag will be used to
determine whether row-wise multi-threading path is to be taken when the
row-wise multi-threading functions are added.

Change-Id: I35a5393a2720254437daa5e796630709049e0bc2
vp9/decoder/vp9_decoder.h
vp9/vp9_dx_iface.c
vp9/vp9_dx_iface.h
vpx/vp8dx.h
vpxdec.c