ref: 14011f037d0353d1bef1b21dd65a348d9792bfd3
parent: c02a4beed882521dd1ddcecbda88934868ea5844
author: Jingning Han <jingning@google.com>
date: Fri Jul 1 08:20:45 EDT 2016
Remove txfrm_block_to_raster_xy() from vp9 encoder The transform block row and column positions are always available outside the callees. There is no need to re-compute these values again. This approach has been used by the decoder. This commit removes txfrm_block_to_raster_xy() function. Change-Id: I5b90f91a0d8b7c35cfa7d171da9edf8202630108