]> granicus.if.org Git - libvpx/commit
Factor out mode estimation process in tpl model build
authorJingning Han <jingning@google.com>
Wed, 25 Jul 2018 05:56:13 +0000 (22:56 -0700)
committerJingning Han <jingning@google.com>
Wed, 25 Jul 2018 06:03:44 +0000 (23:03 -0700)
commit2ca41bd903667cd465954a02769802a72184a0a0
treec84c6e85c4fe47aa7a17505972070f847e7bcd74
parent9416e222e0ad9bf2c740bafb6fb043a8364da9d5
Factor out mode estimation process in tpl model build

Use standalone function to process the mode search and rd cost
estimate for a given coding block.

Change-Id: I77cdbded43966c4546e5407ae318129d89d888a4
vp9/encoder/vp9_encoder.c