aomedia /
avm /
b808b43b3623cc690fab6ca60e9979a5ed18c20a - b808b43 Merge "Update uv_mode_cdf tables once per frame." into nextgenv2 by Yaowu Xu · 8 years ago
- e86df52 Merge "Update y_mode_cdf tables once per frame." into nextgenv2 by Yaowu Xu · 8 years ago
- a82712b Merge "Update kf_y_mode_cdf tables once per frame." into nextgenv2 by Yaowu Xu · 8 years ago
- dc3c3a3 Merge "Pass AV1_COMMON into get_scan" into nextgenv2 by Yaowu Xu · 8 years ago
- b11ee30 Merge "Decoder performance improvement with daala_ec." into nextgenv2 by Yaowu Xu · 8 years ago
- 1634b48 Merge "Fix logical vs bitwise & bug" into nextgenv2 by Sarah Parker · 8 years ago
- dc90bf0 Merge "Fix unused variable error in intrapred.c" into nextgenv2 by Jingning Han · 8 years ago
- 823411e Merge "Refactor tx_size to pixel number in decodeframe.c" into nextgenv2 by Jingning Han · 8 years ago
- 380cb1a Update uv_mode_cdf tables once per frame. by Nathan E. Egge · 9 years ago
- 5710c72 Update y_mode_cdf tables once per frame. by Nathan E. Egge · 9 years ago
- 3ef926e Update kf_y_mode_cdf tables once per frame. by Nathan E. Egge · 9 years ago
- 5357dca Decoder performance improvement with daala_ec. by Nathan E. Egge · 9 years ago
- 9121994 Merge "Use divide by multiply in the ans writer." into nextgenv2 by Yaowu Xu · 8 years ago
- ff6d890 Pass AV1_COMMON into get_scan by Angie Chiang · 8 years ago
- 6581832 Merge "Sub8x8 block chroma component inter prediction" into nextgenv2 by Yaowu Xu · 8 years ago
- 646e52a Fix unused variable error in intrapred.c by Angie Chiang · 8 years ago
- b0f9968 Merge "Remove the has_no_coeffs corner case" into nextgenv2 by Angie Chiang · 8 years ago
- c2c5ec2 Merge "Unify set_contexts() function for encoder and decoder" into nextgenv2 by Yaowu Xu · 8 years ago
- 2f5b9d6 Merge "Add support for v256 intrinsics" into nextgenv2 by Yaowu Xu · 8 years ago
- 3d855c5 Refactor tx_size to pixel number in decodeframe.c by Jingning Han · 8 years ago
- c76572a Merge changes Icfc16070,Ied47a248,I8af087d9,I322a1366,If04580af into nextgenv2 by Yaowu Xu · 8 years ago
- 98a306a Merge changes I027a4f2a,Ide91d76f into nextgenv2 by Yaowu Xu · 8 years ago
- 32d8a49 Merge "Code class0 using aom_read() / aom_write()." into nextgenv2 by Yaowu Xu · 8 years ago
- f29166d Merge "Use intra_ext_tx_cdf when coding tx_type." into nextgenv2 by Yaowu Xu · 8 years ago
- c53f8ca Merge "Use MV_FP_SIZE based constant instead of 3." into nextgenv2 by Yaowu Xu · 8 years ago
- 64e2f10 Use divide by multiply in the ans writer. by Alex Converse · 9 years ago
- e29ea12 Sub8x8 block chroma component inter prediction by Jingning Han · 9 years ago
- 67cf85b Merge "Remove duplicate code" into nextgenv2 by Yaowu Xu · 8 years ago
- a6923f7 Unify set_contexts() function for encoder and decoder by Jingning Han · 9 years ago
- e4abb97 Merge "Fix the overflow of av1_fht32x32() in 2D DCT_DCT" into nextgenv2 by Yi Luo · 8 years ago
- 045d413 Add support for v256 intrinsics by Steinar Midtskogen · 8 years ago
- 45ea963 Code class0 using aom_read() / aom_write(). by Nathan E. Egge · 9 years ago
- 72762a2 Use intra_ext_tx_cdf when coding tx_type. by Nathan E. Egge · 9 years ago
- ac499f3 Use MV_FP_SIZE based constant instead of 3. by Nathan E. Egge · 9 years ago
- 68cb657 Remove duplicate code by Yaowu Xu · 8 years ago
- b97c3a1 Merge "Fix typos" into nextgenv2 by Yaowu Xu · 8 years ago
- 23f0604 Merge "Fix encoder crash when --enable-daala-ec" into nextgenv2 by Yaowu Xu · 8 years ago
- d56df2f Merge "Pass AV1_COMMON into av1_cost_coeffs" into nextgenv2 by Yaowu Xu · 8 years ago
- 432d907 Merge "Add adapt_scan APIs and some helping functions" into nextgenv2 by Yaowu Xu · 8 years ago
- 361f3fe Merge "Compute all token encodings from symbol trees." into nextgenv2 by Yaowu Xu · 8 years ago
- 360383b Merge "decodeframe.c: aom_read_tree_cdf->aom_read_symbol" into nextgenv2 by Yaowu Xu · 8 years ago
- 6d5ebbd Merge "Encoder/Decoder mismatch fix: need a separate copy of eob_counts." into nextgenv2 by Yaowu Xu · 8 years ago
- c287e27 Fix typos by Yaowu Xu · 8 years ago
- e1466ad Fix encoder crash when --enable-daala-ec by Yaowu Xu · 8 years ago
- 22ba751 Pass AV1_COMMON into av1_cost_coeffs by Angie Chiang · 8 years ago
- e7d9d1e Merge changes I163874ee,I1424690f into nextgenv2 by Angie Chiang · 8 years ago
- 528d9de Merge "Sync with aom branch for ext-refs" into nextgenv2 by Zoe Liu · 8 years ago
- 967ff39 Palette: Use inverse_color_order to find color index faster. by Urvang Joshi · 9 years ago
- b42827f Rewrite some loops to avoid -Wunsafe-loop-optimizations warnings. by Urvang Joshi · 9 years ago
- 77853e5 Remove some useless casts by Urvang Joshi · 9 years ago
- d71a231 Add compiler warning flag -Wextra and fix related warnings. by Urvang Joshi · 9 years ago
- 3c05679 Compute all token encodings from symbol trees. by Nathan E. Egge · 9 years ago
- f2581a3 decodeframe.c: aom_read_tree_cdf->aom_read_symbol by Yaowu Xu · 8 years ago
- ec5a194 Merge changes I7d6394e4,Ia8ce1464,If20e8637,Ia9adc46b,I651db25b into nextgenv2 by Yaowu Xu · 8 years ago
- 748d3f5 Merge "Fix Visual Studio build." into nextgenv2 by Yaowu Xu · 8 years ago
- 6d51377 Merge "Offset speed feature setting index" into nextgenv2 by Jingning Han · 8 years ago
- feee3ed Merge "Add tx_size to pixel number map" into nextgenv2 by Jingning Han · 8 years ago
- 7ae6ae3 Merge "Add 2x2 directional intra predictors" into nextgenv2 by Jingning Han · 8 years ago
- 9cce436 Merge "Fix for AV1.TestTell" into nextgenv2 by Debargha Mukherjee · 8 years ago
- bffc0b5 Declare some array sizes to be constants (known at compile time). by Urvang Joshi · 9 years ago
- 3212dda Add complier warning -wunused. by Urvang Joshi · 9 years ago
- da70e7b angle estimation: Some renames/tweaks to sync with aomedia code. by Urvang Joshi · 8 years ago
- 43e6281 Encoder/Decoder mismatch fix: need a separate copy of eob_counts. by Urvang Joshi · 8 years ago
- c58d957 Merge "Renaming in filter-intra sse4 code" into nextgenv2 by Hui Su · 8 years ago
- e3642ac Merge "Remove av1/common/intra_filters.h" into nextgenv2 by Hui Su · 8 years ago
- 475159c Merge "Seperate FILTER_INTRA from EXT_INTRA experiment" into nextgenv2 by Hui Su · 8 years ago
- d37c222 Merge "Add matching brace in aomenc.c" into nextgenv2 by James Zern · 8 years ago
- ea16b68 Fix logical vs bitwise & bug by Sarah Parker · 8 years ago
- 130ca4d Remove the has_no_coeffs corner case by Peter de Rivaz · 8 years ago
- 648aeb0 Add adapt_scan APIs and some helping functions by Angie Chiang · 8 years ago
- 6cfaff9 Sync with aom branch for ext-refs by Zoe Liu · 8 years ago
- 37fb8ed Add data structure of adpat_scan experiment by Angie Chiang · 8 years ago
- 157e45a Fix the overflow of av1_fht32x32() in 2D DCT_DCT by Yi Luo · 8 years ago
- 8c2dc6f Add adapt_scan experimental flag by Angie Chiang · 8 years ago
- f994855 Fix for AV1.TestTell by Peter de Rivaz · 8 years ago
- 9ff4134 Renaming in filter-intra sse4 code by hui su · 8 years ago
- 344b643 Remove av1/common/intra_filters.h by hui su · 8 years ago
- 5db9743 Seperate FILTER_INTRA from EXT_INTRA experiment by hui su · 8 years ago
- cfc5ac5 Merge "Partition the ans experiment into 'ans' and 'rans'" into nextgenv2 by Yaowu Xu · 8 years ago
- 775d99f Offset speed feature setting index by Jingning Han · 8 years ago
- 251e151 Add matching brace in aomenc.c by hui su · 8 years ago
- c38afed Define SIMD_INLINE using AOM_FORCE_INLINE by Steinar Midtskogen · 8 years ago
- e28d92b Fix Visual Studio build. by Thomas · 8 years ago
- f693610 Step size and arithmetic coding for delta quantization. by Thomas Davies · 9 years ago
- 7dec515 AOM_FORCE_INLINE: fix always_inline attribute by James Zern · 8 years ago
- 0744116 Support for delta-q at superblock level by Arild Fuldseth · 9 years ago
- e734fcb Free memory allocated by daala_ec encoder. by Nathan E. Egge · 8 years ago
- f250e20 Move clpf_sse4_1.c to clpf_sse4.c in agreement with convention by Steinar Midtskogen · 8 years ago
- fc5176f sync avg_test.cc with aom/master by Yaowu Xu · 8 years ago
- dc8a2c5 Merge "Always send frame size explicitly" into nextgenv2 by Yaowu Xu · 8 years ago
- 03b3514 Add 2x2 directional intra predictors by Jingning Han · 8 years ago
- 0a3284c Merge "Fix build issues when --enable-aom-qm" into nextgenv2 by Yaowu Xu · 8 years ago
- 02935f5 Add tx_size to pixel number map by Jingning Han · 8 years ago
- 8057103 Merge "Fix decodeframe.c format" into nextgenv2 by Yaowu Xu · 8 years ago
- 0651ece Merge "Remove OBMC from the experimental configure list" into nextgenv2 by Yue Chen · 8 years ago
- 2a813e4 Merge "Add unit test for delta-q (aq-mode=4)" into nextgenv2 by Yaowu Xu · 8 years ago
- 8f6eb18 Fix decodeframe.c format by Jingning Han · 8 years ago
- 842e9b0 Always send frame size explicitly by Arild Fuldseth · 9 years ago
- 0dd0463 Fix build issues when --enable-aom-qm by Yaowu Xu · 8 years ago
- ec6fb64 Partition the ans experiment into 'ans' and 'rans' by Alex Converse · 8 years ago