index
:
libvpx.git
riscv64_android_optimization
Unnamed repository; edit this file 'description' to name the repository.
Yuuta Liang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vp9
/
encoder
/
vp9_dct.c
Age
Commit message (
Expand
)
Author
2015-08-10
Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h
Alex Converse
2015-07-28
Replace vp9_ prefix in 2D-DCT functions with vpx_
Jingning Han
2015-07-28
Remove vp9_dct.h file
Jingning Han
2015-07-28
Move DC only forward 2D-DCT functions to vpx_dsp
Jingning Han
2015-07-28
Factor 32x32 fwd DCT to vpx_dsp folder
Jingning Han
2015-07-22
Factor forward 2D-DCT transforms into vpx_dsp
Jingning Han
2015-07-20
Arrange 1D forward transform order in vp9_dct.c
Jingning Han
2015-07-20
Make local functions in vp9_dct.c static
Jingning Han
2015-05-13
Relocate memory operations for common code
Johann
2015-04-28
vpx_mem: remove vpx_memset
James Zern
2015-01-07
Removed redundant local variables in the forward hybrid transforms.
Zoe Liu
2014-12-22
Revert "Revert "Removal of legacy zbin_extra / zbin_oq_value.""
Jingning Han
2014-12-19
Revert "Removal of legacy zbin_extra / zbin_oq_value."
Paul Wilkins
2014-12-18
Removal of legacy zbin_extra / zbin_oq_value.
Paul Wilkins
2014-11-24
Refactored idct routines and headers
Peter de Rivaz
2014-11-18
Combine fdct8x8 and quantization process
Jingning Han
2014-11-05
Fix visual studio 2013 compiler warnings
Yaowu Xu
2014-10-09
Rename highbitdepth functions to use highbd prefix
Deb Mukherjee
2014-09-11
Adds high bitdepth transform functions and tests
Deb Mukherjee
2014-06-13
Fix C versions of DC calculation functions
Jingning Han
2014-06-12
Fast computation path for forward transform and quantization
Jingning Han
2014-05-19
Adjust the forward 16x16 DCT computation steps
Jingning Han
2014-02-12
minor spelling cleanup in comments
Andrew Russell
2014-02-06
Finally removing "short" from transform names.
Dmitry Kovalev
2014-01-27
Removing _1d suffix from transform names.
Dmitry Kovalev
2013-11-15
Take out assertion from inverse transforms
Jingning Han
2013-10-25
Adding fht{4x4, 8x8, 16x16} functions.
Dmitry Kovalev
2013-10-24
Making input pointer constant for all fdct/fht functions.
Dmitry Kovalev
2013-10-23
Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4.
Dmitry Kovalev
2013-10-23
Renaming vp9_short_fdct32x32 to vp9_fdct32x32.
Dmitry Kovalev
2013-10-23
Merge "Renaming vp9_short_fdct16x16 to vp9_fdct16x16."
Dmitry Kovalev
2013-10-23
Renaming vp9_short_fdct16x16 to vp9_fdct16x16.
Dmitry Kovalev
2013-10-23
Renaming vp9_short_fdct8x8 to vp9_fdct8x8.
Dmitry Kovalev
2013-10-22
Merge "Using stride (# of elements) instead of pitch (bytes) in fdct4x4."
Dmitry Kovalev
2013-10-22
Merge "Using stride (# of elements) instead of pitch (bytes) in fdct8x8."
Dmitry Kovalev
2013-10-21
Using stride (# of elements) instead of pitch (bytes) in fdct4x4.
Dmitry Kovalev
2013-10-18
Using stride (# of elements) instead of pitch (bytes) in fdct8x8.
Dmitry Kovalev
2013-10-18
Using stride (# of elements) instead of pitch (bytes) in fdct16x16.
Dmitry Kovalev
2013-10-17
Using stride (# of elements) instead of pitch (bytes) in fdct32x32.
Dmitry Kovalev
2013-10-15
Removing unused 8x4 transform from the encoder.
Dmitry Kovalev
2013-10-11
Adding const to the input argument of all 1D transforms.
Dmitry Kovalev
2013-10-10
Consistent names for FDCT functions.
Dmitry Kovalev
2013-10-04
cpplint vp9_dct.c issues resolved
Jim Bankoski
2013-09-24
Rename defined constants
Yaowu Xu
2013-09-19
fix integer overflow errors
Yaowu Xu
2013-08-31
Fix 32x32 forward transform SSE2 version
Jingning Han
2013-07-03
Refactor SSE2 8x8 functional units
Jingning Han
2013-06-29
SSE2 version of vp9_short_fdct32x32_rd.
Christian Duvivier
2013-06-25
Add 8x8 dct/adst unit tests
Jingning Han
2013-06-18
Make fdct32 computation flow within 16bit range
Jingning Han
[next]