Sign in
aomedia
/
avm
/
45dc597ab1e9ead1689e7baf9276de63fa2dd1e6
/
av1
/
common
/
reconintra.c
45dc597
Refactor ext-intra
by hui su
· 8 years ago
eda3d76
Add intra-interp experiment flag
by hui su
· 8 years ago
54e2451
Remove temporary intra condition check in cb4x4 mode
by Jingning Han
· 8 years ago
5f7bc741
Rework av1_has_right() and av1_has_bottom()
by Jingning Han
· 8 years ago
bfcd1f1
Scale the mb_mode_info into 4x4 unit
by Jingning Han
· 8 years ago
8149226
Handle the block offset using min transform block size
by Jingning Han
· 8 years ago
9c405d4
Refactor pixel value access in av1_predict_intra_block
by Jingning Han
· 8 years ago
7833d2b
Enable 2x2 intra prediction
by Jingning Han
· 8 years ago
95059af
Make ALT_INTRA experiment work with FILTER_INTRA experiment.
by Urvang Joshi
· 8 years ago
f1702dd
Add 2x2 block unit syntax
by Jingning Han
· 8 years ago
0c628e6
Make alt-intra work with ext-intra
by hui su
· 8 years ago
6be4a54
Add a new intra prediction mode "smooth".
by Urvang Joshi
· 8 years ago
25ed530
Misc. fixes for 64x64 transform
by Debargha Mukherjee
· 8 years ago
1806b14
replace NULL with TX_INVALID
by Yaowu Xu
· 8 years ago
dc882e6
reconintra.c fix warning error
by Jim Bankoski
· 8 years ago
84c56af
Support 64x64 intra prediction
by Debargha Mukherjee
· 8 years ago
607ed42
Correct corner case intra prediction
by Yaowu Xu
· 8 years ago
e04fdb2
Replace hard coded numbers with TX_SIZES macro
by Debargha Mukherjee
· 8 years ago
e8a17ba
Merge "Refactor tx_size to pixel number mapping in reconintra.c" into nextgenv2
by Jingning Han
· 8 years ago
8d6eaec
Merge "Refactor av1_predict_intra_block tx_size interface" into nextgenv2
by Jingning Han
· 8 years ago
d89c72e
Refactor tx_size to pixel number mapping in reconintra.c
by Jingning Han
· 8 years ago
c4c99da
Refactor av1_predict_intra_block tx_size interface
by Jingning Han
· 8 years ago
22daaa3
Refactor tx_size to pixel number mapping in reconintra.c
by Jingning Han
· 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
66b1fcc
Merge changes I3922dea2,I3bab2848,I21f7478a,Ida5de713,Ib9f0eefe, ... into nextgenv2
by Urvang Joshi
· 8 years ago
7523a7e
Temporary fix for 4X8 block intra prediction.
by Brennan Shacklett
· 9 years ago
368fbc9
Fix warnings reported by -Wshadow: Part2b: more from av1 directory
by Urvang Joshi
· 8 years ago
b100db7
Wrap palette code inside CONFIG_PALETTE flag.
by Urvang Joshi
· 8 years ago
c648a9f
Use derived variable size for memcpy
by Yaowu Xu
· 8 years ago
24aa59c
Fix left shift of negative integer in hbd directional predictors
by Alex Converse
· 8 years ago
2ab7ff0
Change to use AOM copyright notice
by Yaowu Xu
· 9 years ago
0d515b2
Merge "Add ALT_INTRA experiment." into nextgenv2
by Urvang Joshi
· 9 years ago
340593e
Add ALT_INTRA experiment.
by Urvang Joshi
· 9 years ago
958303c
Replace inline with INLINE
by Yaowu Xu
· 9 years ago
f883b42
Port renaming changes from AOMedia
by Yaowu Xu
· 9 years ago
c27fc14
Port folder renaming changes from AOM
by Yaowu Xu
· 9 years ago
[Renamed (99%) from vp10/common/reconintra.c]
7feae8e
vp10/common: apply clang-format
by clang-format
· 9 years ago
8e0360a
Optimization for HBD filter intra predictors (SSE4.1)
by Yi Luo
· 9 years ago
57c4711
Optimization EXT_INTRA's filtered intra predictor (SSE4.1)
by Yi Luo
· 9 years ago
a4daf36
Use all possible intra ref pixels for blocks on frame boundary
by hui su
· 9 years ago
f67ff4a
Fix a missing space
by hui su
· 9 years ago
831e009
ext-intra: squeeze the derivative table
by hui su
· 9 years ago
e5848de
Rectangular transforms 4x8 & 8x4
by Debargha Mukherjee
· 9 years ago
bad6e16
Add a quick path in build_intra_predictors
by hui su
· 9 years ago
fa63b55
Use standard rounding in intra filters.
by Geza Lore
· 9 years ago
130cccb
Rename pick_filter_intra.
by Alex Converse
· 9 years ago
ad50c22
ext-intra: get rid of some floating operations.
by hui su
· 9 years ago
23c4116
Clear X87 register state before using double.
by Geza Lore
· 9 years ago
511da8c
Rename MI_BLOCK_SIZE and MI_MASK macros.
by Geza Lore
· 9 years ago
552d5cd
Extend superblock size fo 128x128 pixels.
by Geza Lore
· 9 years ago
f24b91c
Fix assertion fail in build_intra_predictors
by hui su
· 9 years ago
5cce322
Porting ext_partition experiment from nextgen
by Julia Robson
· 9 years ago
ebc6e05
Fix a bug in vp10_predict_intra_block
by hui su
· 9 years ago
90fe1cf
Merge "Fix a couple of minor bugs in vp10_has_right and vp10_has_bottom" into nextgenv2
by Hui Su
· 9 years ago
935a837
Fix a couple of minor bugs in vp10_has_right and vp10_has_bottom
by hui su
· 9 years ago
bab2912
Some refactoring and cleanups of interp filter
by Debargha Mukherjee
· 9 years ago
ad574d4
Merge "Some fixes in reconintra" into nextgenv2
by Debargha Mukherjee
· 9 years ago
3ef0db0
Some fixes in reconintra
by Debargha Mukherjee
· 9 years ago
44dba01
Rename above and left offset variables.
by Geza Lore
· 9 years ago
c4b69eb
Speed-up for ext-intra
by hui su
· 9 years ago
3c28b4a
Fix msvc compiler warnings
by Yaowu Xu
· 9 years ago
4d90ae4
Fixed warnings of unused functions
by Yaowu Xu
· 9 years ago
3b1c766
Add 8-tap interpolation filter options for intra prediction
by hui su
· 9 years ago
0681f6f
ext-intra experiment: exploit left-bottom bundary
by hui su
· 9 years ago
104636a
Some fixes from merging MISC_FIXES config
by Debargha Mukherjee
· 9 years ago
cdffec7
Merge "Bring palette back to nextgenv2" into nextgenv2
by Hui Su
· 9 years ago
c93e5cc
Bring palette back to nextgenv2
by hui su
· 9 years ago
bf0ff09
Miscellaneous changes in reconintra.c
by hui su
· 9 years ago
69f4930
Merge branch 'master' into nextgenv2
by Yaowu Xu
· 9 years ago
5d3327e
Remove palette from VP10
by hui su
· 9 years ago
66f2f65
Merge MISC_FIXES
by hui su
· 9 years ago
83388fb
Merge "refactor ext-intra" into nextgenv2
by Hui Su
· 9 years ago
4aa50c1
refactor ext-intra
by hui su
· 9 years ago
a08bfb7
Replace inline with INLINE
by Yaowu Xu
· 9 years ago
707cd03
Resolve conficts caused by master branch merging
by hui su
· 9 years ago
9b3ad18
Merge "ext-intra experiment" into nextgenv2
by Hui Su
· 9 years ago
be3559b
ext-intra experiment
by hui su
· 9 years ago
3cbe767
Merge "Generate intra prediction reference values only when necessary"
by Hui Su
· 9 years ago
16bf821
Move palette-based intra prediction out of misc-fixes
by hui su
· 9 years ago
e085fb6
Generate intra prediction reference values only when necessary
by hui su
· 9 years ago
53dc9fd
vp10: merge ext_ipred_bltr experiment into misc_fixes.
by Ronald S. Bultje
· 9 years ago
3d90819
vp10: don't make right edge available across tile boundaries.
by Ronald S. Bultje
· 9 years ago
c7dc1d7
vp10: add extended-intra prediction edges experiment.
by Ronald S. Bultje
· 9 years ago
5d011cb
VP10: Add palette mode part 1
by hui su
· 10 years ago
3fedf4a
Merge "vp10: reimplement d45/4x4 to match vp8 instead of vp9."
by Ronald S. Bultje
· 9 years ago
06bdc7f
Small cleanup
by hui su
· 9 years ago
62a1579
vp10: reimplement d45/4x4 to match vp8 instead of vp9.
by Ronald S. Bultje
· 9 years ago
088b05f
Use sizeof(variable) instead of sizeof(type)
by hui su
· 10 years ago
54d66ef
Remove vp9_ prefix from vp10 files
by Jingning Han
· 10 years ago
[Renamed (99%) from vp10/common/vp9_reconintra.c]
3ee6db6
Fork VP9 and VP10 codebase
by Jingning Han
· 10 years ago