- 4c3c2c1 Screen content tool determination improvement. by Lin Zheng · 1 year, 11 months ago
- 8693e6a K-means: switch pipeline to 16 bit. by Vincent Rabaud · 2 years, 2 months ago
- 932f402 Change skip_txfm in RD_STATS to a uint8_t by Kyle Siefring · 2 years, 5 months ago
- fa04d2f Speed up top color finding in palette. by Vincent Rabaud · 2 years, 8 months ago
- fb73753 AV1 RT: Discount color code for nonRD mode in palette search by Fyodor Kyslov · 3 years ago
- bccf6be Cleanup in av1_rd_pick_palette_intra_sby() by Aniket Wanare · 3 years, 6 months ago
- cd16de1 Cleanup the handling of prune_palette_search_level = 0 by Jayasanker J · 3 years, 6 months ago
- 4b3e081 Extend prune_luma_palette_size_search_level sf to speed >= 3 by Aniket Wanare · 3 years, 6 months ago
- 0de15b4 Extend early_term_luma_palette_size_search sf to speed 0 by Jayasanker J · 3 years, 7 months ago
- 415360e Change the eval order of luma palette_size by Aniket Wanare · 3 years, 7 months ago
- dbcf1ed Revert "Revert "Change the evaluation order of luma palette_size in speed 0"" by Jayasanker J · 3 years, 6 months ago
- ec13691 Revert "Change the evaluation order of luma palette_size in speed 0" by Wan-Teh Chang · 3 years, 6 months ago
- 39a9248 Change the evaluation order of luma palette_size in speed 0 by Jayasanker J · 3 years, 7 months ago
- d770019 Introduce early_term_luma_palette_size_search speed feature by Jayasanker J · 3 years, 7 months ago
- 1a066b3 Introduce early_term_chroma_palette_size_search speed feature by venkat sanampudi · 3 years, 7 months ago
- 30fc8e1 Change the evaluation order of palette_size for chroma by venkat sanampudi · 3 years, 7 months ago
- 23588af Remove unused best_model_rd by Yunqing Wang · 3 years, 8 months ago
- dd45ee7 Do not terminate palette mode search using rd estimation by Cheng Chen · 3 years, 9 months ago
- 4243e62 Abstract seq_params to AV1_PRIMARY and AV1Decoder by Tarundeep Singh · 3 years, 9 months ago
- 74e27a1 Clean up intra_model_rd by Angie Chiang · 3 years, 11 months ago
- f9818c3 Change intra_model_yrd() to intra_model_rd() by Angie Chiang · 3 years, 11 months ago
- 04287e8 Refactor: group data fill into a separate function by Cheng Chen · 4 years, 3 months ago
- 35d1af3 Adjust threshold in palette color cache clustering by Cheng Chen · 4 years, 3 months ago
- 9c55bdf Fix colors count and bias threshold in hbd path for palette. by Aasaipriya chandran · 4 years, 4 months ago
- a39da50 Downconvert pixels to 8-bit in av1_count_colors_highbd() by Aasaipriya Chandran · 4 years, 4 months ago
- 0f5cd05 Add doxygen comments for MB_MODE_INFO by chiyotsai · 4 years, 5 months ago
- 5a72e9d Change number of winner modes in winner mode processing by chiyotsai · 4 years, 7 months ago
- 86f0d9e Simplify code-flow in palette mode by chiyotsai · 4 years, 7 months ago
- 7cc167e Add Doxygen comments for palette mode by chiyotsai · 4 years, 7 months ago
- c9b9fa5 Refactor intra_mode_search files by chiyotsai · 4 years, 7 months ago
- 751a233 Remove av1_cost_bit() by Hui Su · 7 years ago
- 5891f98 Palette: replace floating point numbers with integers by Hui Su · 7 years ago
- e657911 Remove experimental flag of PALETTE_DELTA_ENCODING by Frederic Barbier · 7 years ago
- 15aa8c0 palette: Templatize k_means routines by Alex Converse · 7 years ago
- 9d068c1 Deduplicate lcg_rand16 function. by Alex Converse · 7 years ago
- d9a812b Automatically turn on/off screen content tools by hui su · 8 years ago
- fa4ff85 Palette: use uint16_t to store palette colors by hui su · 8 years ago
- 0ba850e Palette_delta_encoding: compile fix. by Urvang Joshi · 8 years ago
- 33567b2 Palette: use color cache to compress base colors by hui su · 8 years ago
- d13c24a palette-delta-encoding experiment by hui su · 8 years ago
- 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
- ec660c3 Use uint64_t to avoid integer overflow by Yaowu Xu · 8 years ago
- e7a9133 palette: fix bug in float_comparer() by Joe Young · 8 years ago
- bde4ac8 change to use AOMedia copyright notice by Yaowu Xu · 8 years ago
- f883b42 Port renaming changes from AOMedia by Yaowu Xu · 8 years ago
- c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 8 years ago[Renamed (99%) from vp10/encoder/palette.c]
- f746c10 Handle centroid rounding inside palette.c itself. by Urvang Joshi · 8 years ago
- d9f9a34 vp10/encoder: apply clang-format by clang-format · 8 years ago
- 6dde801 Palette code: Use built-in qsort() method; create remove_dup() method. by Urvang Joshi · 8 years ago
- d000020 Palette code cleanup: by Urvang Joshi · 8 years ago
- bb0e692 Convert palette from double to float. by Alex Converse · 9 years ago v0.1.0
- 78b0bd0 Complete (mostly) migration of palette mode by hui su · 9 years ago
- c93e5cc Bring palette back to nextgenv2 by hui su · 9 years ago
- 5d3327e Remove palette from VP10 by hui su · 9 years ago
- 811be0d Fix VS build. by Alex Converse · 9 years ago
- 171fd89 palette: Replace rand() call with custom LCG. by Alex Converse · 9 years ago
- 17c817a VP10: some changes to palette mode by hui su · 9 years ago
- 5d011cb VP10: Add palette mode part 1 by hui su · 9 years ago