]> granicus.if.org Git - libvpx/commit
quantize: remove vp9_regular_quantize_b_4x4
authorJohann <johann@duck.com>
Mon, 14 Nov 2022 08:59:45 +0000 (17:59 +0900)
committerJohann <johann@duck.com>
Mon, 14 Nov 2022 08:59:45 +0000 (17:59 +0900)
commitaeb6ae7393f09e66478f5b800ea989ae95a85e98
tree31117c0eb25a9ff609e35df74f5db86efd9736d6
parent78ac7af95c2d3befe0b077b05d914ac0c0d0c8cb
quantize: remove vp9_regular_quantize_b_4x4

This was just a helper function which called vpx_quantize_b or
vpx_highbd_quantize_b. It also checked for skip_block, which was
necessary when webm:1439 was filed but does not appear to be
necessary now.

Removes a quantize variant and makes subsequent cleanups easier.

Change-Id: Ibe545eccd19370f07ff26c8e151f290c642efd2a
vp9/encoder/vp9_quantize.c
vp9/encoder/vp9_quantize.h
vp9/encoder/vp9_rdopt.c