- 7bb4c54 Revert "Revert "Remove second transpose from transforms"" by Kyle Siefring · 2 years, 1 month ago
- fe9647f Revert "Remove second transpose from transforms" by Kyle Siefring · 2 years, 1 month ago
- 976f227 Remove second transpose from transforms by Kyle Siefring · 2 years, 3 months ago
- 1e92154 av1_alloc_txb_buf: add missing alloc checks by James Zern · 2 years, 9 months ago
- eee657d Improve the size computation for txb buffers by Jayasanker J · 3 years ago
- a92f3c8 Avoid abs_sum_level computation conditionally by Cherma Rajan A · 2 years, 11 months ago
- d58c90d Separate av1_update_and_record_txb_context() for cdf update by Cherma Rajan A · 3 years ago
- e2c743b Fix WebRTC test failure by Fyodor Kyslov · 3 years, 5 months ago
- c285fe3 Allocate CoeffBufferPool, tran_low_t memory based on max sb size by Cherma Rajan A · 3 years, 5 months ago
- 16d6f73 Improve pack bitstream multi-thread performance by Vishesh · 3 years, 8 months ago
- 4243e62 Abstract seq_params to AV1_PRIMARY and AV1Decoder by Tarundeep Singh · 3 years, 9 months ago
- 79b7757 AV1 RT: Relieving the TX type assert for nonRD mode by Fyodor Kyslov · 3 years, 10 months ago
- 4c24509 Remove unused structures from encodetxb.c/.h by Vishesh · 4 years ago
- a45092c Separate RDO related functions from encodetxb.c by Vishesh · 4 years ago
- 2350ca3 Optimize memory in CB_COEFF_BUFFER by Jayasanker J · 4 years, 4 months ago
- fd883dc Distinguish use screen content tools and screen content type by Cheng Chen · 4 years, 5 months ago
- fc56df8 Remove trellis_eob_fast speed feature by chiyotsai · 4 years, 6 months ago
- b670f9d Remove hash-based trellis optimization by chiyotsai · 4 years, 6 months ago
- 0ddbb7e doxygen info of av1_update_intra_mb_txb_context() by angiebird · 4 years, 6 months ago
- 173a756 Let av1_set_entropy_contexts() return uint8_t by angiebird · 4 years, 6 months ago
- 320e228 Rename av1_write_coeffs_mb() by angiebird · 4 years, 6 months ago
- 734eff9 Group quantization config in AV1EncoderConfig by Vishesh · 4 years, 7 months ago
- 28709f2 Group txfm size/type config in AV1EncoderConfig by Vishesh · 4 years, 7 months ago
- 9a06d18 Pack mode/mv/coeff costs in MACROBLOCK to new structs by chiyotsai · 4 years, 8 months ago
- 8c004e1 Rename variables to distinguish skip_mode and skip_txfm by chiyotsai · 4 years, 9 months ago
- 9543ad7 Move 'dqcoeff' to encoder. by Urvang Joshi · 4 years, 9 months ago
- 9db5b8d Add a new AOMSIGN macro by Yaowu Xu · 4 years, 9 months ago
- 46ff552 Rename contexts in MACROBLOCKD, MACROBLOCKD_PLANE by Urvang Joshi · 4 years, 9 months ago
- f409a63 Introduce av1_get_qmatrix() and iqmatrix() funcs by Urvang Joshi · 4 years, 10 months ago
- 1781462 Refactor CommonQuantParams from AV1_COMMON struct. by Urvang Joshi · 4 years, 10 months ago
- 9dc909d Refactor CommonModeInfoParams from AV1_COMMON by Urvang Joshi · 4 years, 10 months ago
- b6409e9 Refactor FeatureFlags from AV1_COMMON by Urvang Joshi · 4 years, 10 months ago
- 474e1e1 Add is_chroma_ref flag in MACROBLOCKD by Hui Su · 4 years, 11 months ago
- d62a63a Use mi_row and mi_col stored in xd when possible by Hui Su · 4 years, 11 months ago
- 736644d Fix VS build by removing INLINE of av1_cost_coeffs_txb_laplacian by bohanli · 5 years ago
- 0bff42b Add supporting functions for tx domain rate estimation. by bohanli · 5 years ago
- 88039f0 Inline a small function to reduce indirection by Yaowu Xu · 5 years ago
- f3dba2c Move dry_run into struct tokenize_b_args by Yaowu Xu · 5 years ago
- 95e9c0c Use MI row and col indices stored in MACROBLOCKD by Hui Su · 5 years ago
- adda587 Simplify code about block size calculation by Hui Su · 5 years ago
- 7ad3aca Reduce size of tx_type_used counts by Yunqing Wang · 5 years ago
- 3613e5d Clean up av1_cost_coeffs by bohanli · 5 years ago
- 18a4996 Optimize the usage of a macro: BLOCK_OFFSET by Yaowu Xu · 5 years ago
- 33fd0a0 get_tx_type_cost(): remove cm from parameter list by Yaowu Xu · 5 years ago
- 109ec9b Simplify code by Yaowu Xu · 5 years ago
- 37980cc Change input parameter order of av1_get_tx_type() by Hui Su · 5 years ago
- 179fbfa Merge functions for TX block writing by Hui Su · 5 years ago
- c328ea2 Pack transform block skip and DC sign contexts by Hui Su · 5 years ago
- cc914b4 Make get_frame_update_type only depend on gf_group struct by Jingning Han · 5 years ago
- db70bf4 Prune tx type search using previous stats by Yunqing Wang · 5 years ago
- 0cce44c Modify frame level structure for mbmi_ext_base by Remya · 5 years ago
- 6857091 Remove deprecated token pointer by Jingning Han · 5 years ago
- 37f5354 Make soft quantization account for qmatrix by Jingning Han · 6 years ago
- 3e4c9ed Add assert to clear static analysis warning in optimize_txb by Jingning Han · 6 years ago
- 7f3ab7f Disable row_mt for frames that use delta_q by Debargha Mukherjee · 6 years ago
- 6f981af Enforce use_intra_default_tx_only by Hui Su · 6 years ago
- 74e6335 Add a config macro CONFIG_HTB_TRELLIS by Yaowu Xu · 6 years ago
- 3a19b8a Prefix global functions with av1_ by Yaowu Xu · 6 years ago
- f1b1106 Remove CB_COEFF_BUFFER from MB_MODE_INFO_EXT by Hui Su · 6 years ago
- 4fef7a5 Split delta_lf from delta_q mode and refactor by Debargha Mukherjee · 6 years ago
- e40c226 Remove pointer from MB_MODE_INFO_EXT by Satish Kumar Suman · 6 years ago
- 89df034 Add speed feature for fast eob search in trellis by Sarah Parker · 6 years ago
- 53d45d9 Prevent an integer overflow by Debargha Mukherjee · 6 years ago
- f7e5375 Optimize av1_optimize_txb_new by Wenyao Liu · 6 years ago
- 102f36b skip init_levels for dc only blocks. by Jim Bankoski · 6 years ago
- 24b30d7 refactor out golomb_cost by Jim Bankoski · 6 years ago
- fe17122 Refactor get_br_cost. by Jim Bankoski · 6 years ago
- 5a13abd Remove Border at the top for levels array by Jim Bankoski · 6 years ago
- 95cb0d7 update_coeff_eob : minor optimization by Jim Bankoski · 6 years ago
- 0be5901 cosmetic changes in entropy context selection by wenyao.liu · 6 years ago
- b757ce0 Remove unused variables from AV1_COMMON & AV1_COMP by David Turner · 6 years ago
- 427e3b1 Cleanup functions that should be marked static by Sarah Parker · 6 years ago
- 543588d Favor chroma skip by Grant Hsu · 7 years ago
- 66205b7 Remove overwrite of tx_type when best_eob==0 by Peng Bin · 6 years ago
- ac97d27 txb_common: Move a function to encodetxb. by Urvang Joshi · 6 years ago
- de73047 Enable rdmult tuning for deltaq mode by Yue Chen · 7 years ago
- 3a43b3b Optimze av1_get_tx_type usage by Xing Jin · 7 years ago
- bd91e94 Speed up av1_optimize_b by Xing Jin · 7 years ago
- 855ac46 av1_encoder : sharpness affect by Jim Bankoski · 7 years ago
- ff4a9f8 Remove unused entries in eob_extra_cdf by Jingning Han · 7 years ago
- 8ab1f44 Bitmask: loop filtering using bitmask by Cheng Chen · 7 years ago
- 553096a Make some functions static to reduce lib size. by Urvang Joshi · 7 years ago
- 73711d5 Reduce unneeded abs() call in level map by Yushin Cho · 7 years ago
- ca63a8b The bsize == plane_bsize for a luma plane by Yushin Cho · 7 years ago
- 5146703 optimize av1_cost_coeffs_txb by Katsuhisa Yuasa · 7 years ago
- 87f5c34 Reduce txb optimize route by Jingning Han · 7 years ago
- 8a204cd Implement c version crc32c(except hash-motion) by Peng Bin · 7 years ago
- 9f63996 optimize av1_optimize_txb_new() by Katsuhisa Yuasa · 7 years ago
- 55c95f8 Use tx_class instead of tx_type by Katsuhisa Yuasa · 7 years ago
- 2f94a45 Refactor get_sign_bit_cost by Angie Chiang · 7 years ago
- 6f49b5a Remove unused static functions. by Urvang Joshi · 7 years ago
- 40b0731 Refactor encodetxb.c and txb_common.h by Angie Chiang · 7 years ago
- e674dec Refactor av1_set_contexts() by Hui Su · 7 years ago
- 8763cd3 Refactor av1_update_and_record_txb_context() by Hui Su · 7 years ago
- e313765 Skip cul_level counting when it is above upper limit by Jingning Han · 7 years ago
- 53b53f0 Merge MB_MODE_INFO and MODE_INFO by Yue Chen · 7 years ago
- 1820554 Refactor av1_cost_coeffs() by Hui Su · 7 years ago
- d0397e1 Only update skip when the tailing coeff num <= 2 by Angie Chiang · 7 years ago
- 27d7ca9 Implement av1_txb_init_levels_sse4_1 by Peng Bin · 7 years ago
- e4ea748 Refactor av1_optimize_txb(_new) by Angie Chiang · 7 years ago