aom/av1/common
Urvang Joshi 23a611173b Palette code: add comments and rename some variables.
- Added comments for some tables and #defines for clarity.
- Renamed some variables to ensure we use "color_index" instead of
"color" for palette color index related variables.

Change-Id: Ica95a26e0f171a41a3259c8e6b3b891b8cd10151
2017-01-30 15:09:57 -08:00
..
arm/neon Fix warnings reported by -Wshadow: Part2: av1 directory 2016-10-18 17:22:34 -07:00
mips Change to use aom copyright notice 2016-09-02 08:22:07 -07:00
x86 Add correctness tests for the SSE2 warp filter 2017-01-19 16:55:58 +00:00
accounting.c Bit accounting. 2016-10-19 04:34:29 +00:00
accounting.h Add a decoder control to retrieve accounting data. 2016-10-21 16:12:01 -07:00
alloccommon.c Fix OneByOneVideoTest for loop-restoration 2017-01-27 06:06:04 +00:00
alloccommon.h Misc cleanups and enhancements on loop restoration 2016-12-15 19:11:46 +00:00
av1_fwd_txfm1d.c change to use AOMedia copyright notice 2016-11-29 00:01:36 +00:00
av1_fwd_txfm1d.h change to use AOMedia copyright notice 2016-11-29 00:01:36 +00:00
av1_fwd_txfm2d.c Change the transform operator table to support 2x2 transform 2016-12-28 13:48:26 -08:00
av1_fwd_txfm2d_cfg.h change to use AOMedia copyright notice 2016-11-29 00:01:36 +00:00
av1_inv_txfm1d.c change to use AOMedia copyright notice 2016-11-29 00:01:36 +00:00
av1_inv_txfm1d.h change to use AOMedia copyright notice 2016-11-29 00:01:36 +00:00
av1_inv_txfm2d.c Change the transform operator table to support 2x2 transform 2016-12-28 13:48:26 -08:00
av1_inv_txfm2d_cfg.h change to use AOMedia copyright notice 2016-11-29 00:01:36 +00:00
av1_rtcd.c Change to use AOM copyright notice 2016-09-02 19:52:03 +00:00
av1_rtcd_defs.pl Add correctness tests for the SSE2 warp filter 2017-01-19 16:55:58 +00:00
av1_txfm.h change to use AOMedia copyright notice 2016-11-29 00:01:36 +00:00
blockd.c Add a new experiment, DAALA_DIST 2017-01-23 20:24:57 +00:00
blockd.h Palette: Don't store tokens for pixels outside image boundary. 2017-01-26 18:03:33 +00:00
clpf.c Revert "Revert "Move CLPF block signals from frame to SB level."" 2016-10-14 08:58:49 -07:00
clpf.h Revert "Revert "Move CLPF block signals from frame to SB level."" 2016-10-14 08:58:49 -07:00
clpf_neon.c Added generic SIMD support for CLPF. 2016-10-10 11:19:37 -07:00
clpf_simd.h Clean up and speed up CLPF clipping 2016-10-11 12:36:17 -07:00
clpf_sse2.c Added generic SIMD support for CLPF. 2016-10-10 11:19:37 -07:00
clpf_sse4.c Move clpf_sse4_1.c to clpf_sse4.c in agreement with convention 2016-10-19 15:14:27 -07:00
clpf_ssse3.c Added generic SIMD support for CLPF. 2016-10-10 11:19:37 -07:00
common.h Move CHECK_MEM_ERROR implementation to aom/internal. 2016-09-06 21:23:36 +00:00
common_data.h Resolve coding failure in var-tx 2017-01-21 21:04:42 +00:00
convolve.c Refactor av1_convolve 2017-01-20 17:04:45 +00:00
convolve.h Add CONVOLVE_POST_ROUNDING flag 2017-01-20 17:04:45 +00:00
debugmodes.c Change to use AOM copyright notice 2016-09-02 19:52:03 +00:00
dering.c Reinstate "fix msvc build warnings and errors" 2016-11-12 00:36:55 +00:00
dering.h Reformatting the deringing code 2016-11-02 15:51:00 -07:00
entropy.c Make cb4x4 work with daala-ec 2017-01-30 19:39:11 +00:00
entropy.h Cleanup for the entropy experiment 2017-01-25 22:45:22 +00:00
entropymode.c Palette code: add comments and rename some variables. 2017-01-30 15:09:57 -08:00
entropymode.h Palette code: add comments and rename some variables. 2017-01-30 15:09:57 -08:00
entropymv.c Compile fix for var-tx, ext-tx, rect-tx 2016-11-16 04:49:18 +00:00
entropymv.h Remove Global_Motion_Params and GLOBAL_MOTION_TYPE 2016-11-11 18:25:48 +00:00
enums.h Rename NONE to NONE_FRAME. 2017-01-23 21:12:35 +00:00
filter.c Merge ext_interp and dual_filter 2017-01-07 00:50:23 +00:00
filter.h Merge ext_interp and dual_filter 2017-01-07 00:50:23 +00:00
frame_buffers.c Change to use AOM copyright notice 2016-09-02 19:52:03 +00:00
frame_buffers.h Change to use AOM copyright notice 2016-09-02 19:52:03 +00:00
generic_code.c Rename od_cdf_adapt_q15() to aom_cdf_adapt_q15(). 2017-01-05 09:17:06 +00:00
generic_code.h Move from Daala accounting to AOM accounting. 2017-01-12 00:12:06 +00:00
idct.c Fix 2x2 high bit-depth transform setups 2016-12-21 10:05:58 -08:00
idct.h Support 64x64 quantizer functions 2016-11-09 21:59:14 +00:00
laplace_tables.c New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00
loopfilter.c Fix loopfilter for rectangular transforms 2017-01-20 17:36:35 +00:00
loopfilter.h Fix two bugs in parallel_deblocking experiment 2016-10-26 13:42:31 -07:00
mv.h Support affine/homography models for global motion 2016-12-09 01:35:38 +00:00
mvref_common.c Fix conflicts between cb4x4 and warped_motion 2017-01-30 22:04:02 +00:00
mvref_common.h Rename NONE to NONE_FRAME. 2017-01-23 21:12:35 +00:00
od_dering.c Reformatting the deringing code 2016-11-02 15:51:00 -07:00
od_dering.h Reformatting the deringing code 2016-11-02 15:51:00 -07:00
odintrin.c New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00
odintrin.h Use OD_ILOG_NZ in OD_DIVU_SMALL_CONSTS 2017-01-20 02:22:27 +00:00
onyxc_int.h enable explicit temp mv prediction signaling 2017-01-23 14:22:45 -08:00
partition.c Fix the bug that PVQ commit broke dering 2016-11-08 08:15:57 -08:00
partition.h Fix the bug that PVQ commit broke dering 2016-11-08 08:15:57 -08:00
pred_common.c Rename NONE to NONE_FRAME. 2017-01-23 21:12:35 +00:00
pred_common.h Support rectangular tx size in cb4x4 mode 2017-01-21 21:04:27 +00:00
pvq.c pvq: skip gshift calculation in float pvq case 2017-01-25 21:18:14 +00:00
pvq.h Convert PVQ skip variable to enum 2017-01-26 17:36:04 +00:00
pvq_state.c Fix the bug that PVQ commit broke dering 2016-11-08 08:15:57 -08:00
pvq_state.h Enable the activity masking codes of PVQ 2016-12-14 22:49:58 +00:00
quant_common.c Add a new experiment, DAALA_DIST 2017-01-23 20:24:57 +00:00
quant_common.h Add a new experiment, DAALA_DIST 2017-01-23 20:24:57 +00:00
reconinter.c Silence a compiler warning 2017-01-25 05:10:06 +00:00
reconinter.h Add CONVOLVE_POST_ROUNDING flag 2017-01-20 17:04:45 +00:00
reconintra.c Fix ext-partition/type in cb4x4 mode 2017-01-27 13:58:08 -08:00
reconintra.h Make ext-inter use new rectangular intra predictor 2017-01-24 21:37:24 +00:00
restoration.c Fix OneByOneVideoTest for loop-restoration 2017-01-27 06:06:04 +00:00
restoration.h Adjust WIENER_FILT_TAP2_MIDV value to fix convolve 2017-01-27 17:56:17 +00:00
scale.c Merge ext_interp and dual_filter 2017-01-07 00:50:23 +00:00
scale.h Merge ext_interp and dual_filter 2017-01-07 00:50:23 +00:00
scan.c Make adapt-scan support rectangular transform block sizes 2017-01-21 21:05:10 +00:00
scan.h Enable rectangular transforms for Intra also. 2017-01-18 19:04:40 +00:00
seg_common.c Change to use AOM copyright notice 2016-09-02 19:52:03 +00:00
seg_common.h Use segment tree_cdf with CONFIG_EC_MULTISYMBOL. 2016-12-16 21:30:50 +00:00
thread_common.c Add code to output counts for an encode run 2017-01-03 17:29:04 +00:00
thread_common.h Add code to output counts for an encode run 2017-01-03 17:29:04 +00:00
tile_common.c Add an experiment to disable lpf on tile boundaries 2017-01-04 04:59:42 +00:00
tile_common.h TILE_GROUPS: code a single tile group more efficiently. 2017-01-27 15:18:06 +00:00
warped_motion.c Fix crash with cb4x4 and warped-motion 2017-01-27 00:54:05 +00:00
warped_motion.h Fix crash with cb4x4 and warped-motion 2017-01-27 00:54:05 +00:00
zigzag.h New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00
zigzag4.c New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00
zigzag8.c New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00
zigzag16.c New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00
zigzag32.c New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00