aom/av1
Yushin Cho 900243b9c0 Refactor PVQ codes for intra4x4
In 4x4 intra search for RDO, AV1 codes has been changed to
call av1_xform_quant() while ago, while PVQ did not but call
txfm and pvq_encode_helper() instead, which caused duplicated codes
and thus worse maintenance and testing.

This refactor also has fixed the long-sitting bug,
which we couldn't find before refactoring.

PSNR    PSNR-HVS  SSIM  FAST-SSIM  CIEDE 2000 MS-SSIM
-2.77   -2.62     -2.90 -4.07       -2.94     -2.63

Change-Id: I6e526123a64af810897962d11d53028719e82e16
2017-01-03 13:28:06 -08:00
..
common Add code to output counts for an encode run 2017-01-03 17:29:04 +00:00
decoder Add code to output counts for an encode run 2017-01-03 17:29:04 +00:00
encoder Refactor PVQ codes for intra4x4 2017-01-03 13:28:06 -08:00
av1_common.mk Add av1_convolve_init() 2016-11-29 02:59:41 +00:00
av1_cx.mk Rename file so it gets compiled with the correct options 2016-11-25 09:51:39 +01:00
av1_cx_iface.c Remove obsolete control AOME_SET_ARNR_TYPE and command line flag 2016-12-13 23:23:38 +00:00
av1_dx.mk New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00
av1_dx_iface.c Fix: Make CONFIG_REFERENCE_BUFFER and CONFIG_EXT_REFS work together 2016-12-23 08:11:55 +00:00
av1_iface_common.h Rename AOM_ENC/DEC_BORDER_IN_PIXELS 2016-09-30 15:17:16 -07:00
exports_dec Port renaming changes from AOMedia 2016-08-31 18:19:03 -07:00
exports_enc Port renaming changes from AOMedia 2016-08-31 18:19:03 -07:00