Sign in
aomedia
/
aom
/
cbfc15b11b297217b039558dd541071c0be8287a
/
vp9
/
common
/
vp9_idct.c
f0b0b1f
VP9: Add ssse3 version of vpx_idct32x32_135_add()
by Scott LaVarnway
· 9 years ago
a8a08ce
Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h
by Alex Converse
· 10 years ago
08a453b
Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names
by Jingning Han
· 10 years ago
e8b133c
Factor inverse transform functions into vpx_dsp
by Jingning Han
· 10 years ago
1d7ccd5
Relocate memory operations for common code
by Johann
· 10 years ago
f58011a
vpx_mem: remove vpx_memset
by James Zern
· 10 years ago
0ce2a27
Enable coefficient range checking for 10-/12-bit
by Deb Mukherjee
· 10 years ago
3a8c43a
Refactored idct routines and headers
by Peter de Rivaz
· 10 years ago
cc57c5e
Iadst transforms to use internal low precision
by Deb Mukherjee
· 10 years ago
2c4fee1
Fix visual studio 2013 compiler warnings
by Yaowu Xu
· 10 years ago
1929c9b
Rename highbitdepth functions to use highbd prefix
by Deb Mukherjee
· 10 years ago
12344f2
Add range check in inverse ADST 16x16
by Jingning Han
· 10 years ago
3bcc2af
Some data type changes in vp9_idct.c
by Deb Mukherjee
· 10 years ago
d50716f
Incorporate WRAPLOW macro into non-highbitdepth tx
by Deb Mukherjee
· 11 years ago
0829d2b
Remove redundant header file declaration
by Jingning Han
· 11 years ago
10783d4
Adds high bitdepth transform functions and tests
by Deb Mukherjee
· 11 years ago
41a350a
Change eob threshold for partial inverse 8x8 2D-DCT to 12
by Jingning Han
· 11 years ago
ff41764
Removing _1d suffix from transform names.
by Dmitry Kovalev
· 11 years ago
6debc44
Remove unnecessary eob checking.
by hkuang
· 11 years ago
7637387
Fix coding format in vp9_idct
by Jingning Han
· 11 years ago
f88315c
Add 32x32 idct function for eob<=34 case
by Yunqing Wang
· 11 years ago
65f118d
Making input pointer of any inverse transform constant.
by Dmitry Kovalev
· 11 years ago
ac468dd
Consistent names for inverse hybrid transforms (2 of 2).
by Dmitry Kovalev
· 11 years ago
7ef5739
Consistent names for inverse hybrid transforms (1 of 2).
by Dmitry Kovalev
· 11 years ago
44195fd
Adding const to the input argument of all 1D transforms.
by Dmitry Kovalev
· 11 years ago
ddf1b76
Removing vp9_idct4_1d_sse2 function.
by Dmitry Kovalev
· 11 years ago
1e766b5
Giving consistent names to IDCT 32x32 functions.
by Dmitry Kovalev
· 11 years ago
419c3f6
Merge "Giving consistent names to IDCT 16x16 functions."
by Dmitry Kovalev
· 11 years ago
6594ca8
All zero coeff skip in IDCT 32x32
by Jingning Han
· 11 years ago
b096c5a
Giving consistent names to IDCT 16x16 functions.
by Dmitry Kovalev
· 11 years ago
c6ad70d
Giving consistent names to IDCT 8x8 functions.
by Dmitry Kovalev
· 11 years ago
3a06025
Giving consistent names to IDCT/IWHT functions.
by Dmitry Kovalev
· 11 years ago
be7eec7
Moving all idct/iht functions in one place.
by Dmitry Kovalev
· 12 years ago
548671d
Removing vp9_add_constant_residual_{8x8, 16x16, 32x32} functions.
by Dmitry Kovalev
· 12 years ago
3fab212
Renaming vp9_short_idct10_8x8_add to vp9_short_idct8x8_10_add.
by Dmitry Kovalev
· 12 years ago
15a36a0
Renaming vp9_short_idct10_16x16 to vp9_short_idct16x16_10.
by Dmitry Kovalev
· 12 years ago
6037f17
Rename defined constants
by Yaowu Xu
· 12 years ago
67719ab
Remove unused vp9_short_idct10_32x32_add
by Jingning Han
· 12 years ago
a7c4de2
16x16 inverse 2D-DCT with DC only
by Jingning Han
· 12 years ago
325e0aa
Special handle on DC only inverse 8x8 2D-DCT
by Jingning Han
· 12 years ago
d2de1ca
Merge vp9_dc_only_idct_add and vp9_short_idct4x4_1
by Jingning Han
· 12 years ago
bd6ce71
Remove unnecessary buffer copy in idct4x4.
by hkuang
· 12 years ago
d05f66a
SSE2 16x16 inverse ADST/DCT hybrid transform
by Jingning Han
· 12 years ago
4290709
Using vp9_copy and vp9_zero instead of custom code.
by Dmitry Kovalev
· 12 years ago
042e70e
Changed to use a new variant of WHT
by Yaowu Xu
· 12 years ago
95339d6
Reduce WHT complexity.
by Timothy B. Terriberry
· 12 years ago
a143152
Removed unused idct functions
by Scott LaVarnway
· 12 years ago
ba48a11
WIP: 4x4 idct/recon merge
by Scott LaVarnway
· 12 years ago
794a7be
WIP: 8x8 idct/recon merge
by Scott LaVarnway
· 12 years ago
a272ff2
WIP: 16x16 idct/recon merge
by Scott LaVarnway
· 12 years ago
2cf0d4b
WIP: 32x32 idct/recon merge
by Scott LaVarnway
· 12 years ago
0055526
removed reference to "LLM" and "x8"
by Yaowu Xu
· 12 years ago
[Renamed (97%) from vp9/common/vp9_idctllm.c]
11ca81f
Add vp9_idct4_1d_sse2
by Yunqing Wang
· 12 years ago
111ca42
Make superblocks independent of macroblock code and data.
by Ronald S. Bultje
· 12 years ago
c550bb3
Add eob<=10 case in idct32x32
by Yunqing Wang
· 12 years ago
347f3a0
Code cleanup.
by Dmitry Kovalev
· 12 years ago
8092aaf
Merge "Optimize vp9_dc_only_idct_add_c function" into experimental
by Yunqing Wang
· 12 years ago
35bc02c
Optimize vp9_dc_only_idct_add_c function
by Yunqing Wang
· 12 years ago
9bf3f75
Changing pitch value meaning for fht and iht transforms.
by Dmitry Kovalev
· 12 years ago
9770d56
Code cleanup.
by Dmitry Kovalev
· 12 years ago
20b0cb5
Code cleanup.
by Dmitry Kovalev
· 12 years ago
77a3bec
clean up forward and inverse hybrid transform
by Jingning Han
· 12 years ago
548b4dd
Code cleanup.
by Dmitry Kovalev
· 12 years ago
d262e26
Merge lossless experiment
by Yaowu Xu
· 12 years ago
cd907b1
16x16 butterfly inverse ADST/DCT hybrid transform
by Jingning Han
· 12 years ago
46dff5d
Remove some Y2-related code.
by Ronald S. Bultje
· 12 years ago
f01b08c
Merge "enable bitstream lossless support" into experimental
by Yaowu Xu
· 12 years ago
17db5d0
enable bitstream lossless support
by Yaowu Xu
· 12 years ago
649be94
Removal of Hybrid DWT/DCT experiment.
by Paul Wilkins
· 12 years ago
57e995f
butterfly inverse 4x4 ADST
by Jingning Han
· 12 years ago
e6ad9ab
move dct/idct constants to a header file
by Yaowu Xu
· 12 years ago
d15e1da
Butterfly ADST based hybrid transform
by Jingning Han
· 12 years ago
aac73df
Use configure checks for various inline keywords.
by Ronald S. Bultje
· 12 years ago
c9ae73b
Merge "rewrite 4x4 idct and fdct" into experimental
by Yaowu Xu
· 12 years ago
fa36981
rewrite 4x4 idct and fdct
by Yaowu Xu
· 12 years ago
5780c4c
Added vp9_short_idct1_32x32_c
by Scott LaVarnway
· 12 years ago
1eb79dc
re-write 8 point idct
by Yaowu Xu
· 12 years ago
ccaaeb4
a couple of minor fixes
by Yaowu Xu
· 12 years ago
91e0e80
Changes 16 point idct
by Yaowu Xu
· 12 years ago
5149d7f
A fix point implementation of 32x32 idct
by Yaowu Xu
· 12 years ago
516db21
Further enhancements/fixes on dct/dwt hybrid txfm
by Deb Mukherjee
· 12 years ago
aa2effa
Merge tx32x32 experiment.
by Ronald S. Bultje
· 12 years ago
4b7304e
Adds 64x64 hybrid dct/dwt transform
by Deb Mukherjee
· 12 years ago
879cb7d
Merge vp9-preview changes into experimental branch
by John Koleszar
· 12 years ago
cc80247
Switch the order of calculating 2-D inverse transform
by Yunqing Wang
· 12 years ago
5ebe94f
Build fixes to merge vp9-preview into master
by John Koleszar
· 12 years ago
4cca47b
Use standard integer types for pixel values and coefficients.
by Ronald S. Bultje
· 12 years ago
fd6f492
remove floating point inverse transforms
by Yaowu Xu
· 12 years ago
9c318ee
Merge "Further improvements on the hybrid dwt/dct expt" into experimental
by Deb Mukherjee
· 12 years ago
210dc5b
Further improvements on the hybrid dwt/dct expt
by Deb Mukherjee
· 12 years ago
b575394
Improved vp9_ihtllm_c
by Scott LaVarnway
· 12 years ago
4d0ec7a
Consistently use get_prob(), clip_prob() and newly added clip_pixel().
by Ronald S. Bultje
· 12 years ago
c456b35
32x32 transform for superblocks.
by Ronald S. Bultje
· 12 years ago
030e268
ihtllm moves to rtcd
by Jim Bankoski
· 12 years ago
fcccbcb
Add vp9_ prefix to all vp9 files
by John Koleszar
· 12 years ago
[Renamed (99%) from vp9/common/idctllm.c]
510557e
removed the idct rtcd idct calls
by Jim Bankoski
· 12 years ago
e60478d
Optimize 8x8 dequant and idct
by Yunqing Wang
· 12 years ago
6c17c9f
Optimize 16x16 dequant and idct
by Yunqing Wang
· 12 years ago
4626faf
Convert 16x16 dct/idct to integer forms
by Yunqing Wang
· 12 years ago
4b2c2b9
Rename vp8/ codec directory to vp9/.
by Ronald S. Bultje
· 12 years ago
[Renamed (99%) from vp8/common/idctllm.c]
Next »