Sign in
aomedia
/
avm
/
02e941d371f3990b865e2d86eaeb4827837e199e
/
vp10
/
encoder
/
encoder.c
8678ab4
Rework motion vector precision limit
by Jingning Han
· 9 years ago
6ca3646
Store ANS token CDFs in the FRAME_CONTEXT rather than in a global table.
by Alex Converse
· 9 years ago
ab759be
Merge "Use an exponential growth approach for the ANS reversal buffer." into nextgenv2
by Alex Converse
· 9 years ago
77d197e
Fix segfault with --cpu-used >= 3 and ext-refs.
by Geza Lore
· 9 years ago
5d2b0f9
Use an exponential growth approach for the ANS reversal buffer.
by Alex Converse
· 9 years ago
c50aaf3
Make ext-refs respect encoding flags.
by Geza Lore
· 9 years ago
9e8cad3
Merge "Add vp10_ prefix to full_to_model_counts and fill_token_costs" into nextgenv2
by Hui Su
· 9 years ago
0792748
Add vp10_ prefix to full_to_model_counts and fill_token_costs
by hui su
· 9 years ago
61af898
Extend variance based partitioning to 128x128 superblocks
by Geza Lore
· 9 years ago
454989f
Make superblock size variable at the frame level.
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
c810740
Merge branch 'masterbase' into nextgenv2
by Yaowu Xu
· 9 years ago
490ba1a
Port large scale tile coding features from nextgen.
by Geza Lore
· 9 years ago
83b47af
Add "entropy" experiment
by hui su
· 9 years ago
e6e2d88
Add high-precision sub-pixel search as a speed feature
by Yunqing Wang
· 9 years ago
f34deab
Adds compound wedge prediction modes
by Debargha Mukherjee
· 9 years ago
6bbbe31
ANS: Switch from PDFs to CDFs.
by Alex Converse
· 9 years ago
342a368
Do sub-pixel motion search in up-sampled reference frames
by Yunqing Wang
· 9 years ago
bab2912
Some refactoring and cleanups of interp filter
by Debargha Mukherjee
· 9 years ago
a570cef
Merge "Extend vpxssim to handle more HBD combinations" into nextgenv2
by Yaowu Xu
· 9 years ago
ac4c37c
vp9/10: fix forced keyframes w/alt-refs enabled
by James Zern
· 9 years ago
aa6c754
Merge remote-tracking branch 'webm/master' into nextgenv2
by Yaowu Xu
· 9 years ago
272dbaa
Merge "Cleanup psnr.h" into nextgenv2
by Yaowu Xu
· 9 years ago
ec6b8d8
Merge "Add shift stage in FASTSSIM computation" into nextgenv2
by Yaowu Xu
· 9 years ago
eeaf8e6
Extend vpxssim to handle more HBD combinations
by Yaowu Xu
· 9 years ago
38cfc45
Cleanup psnr.h
by Yaowu Xu
· 9 years ago
d1c5cd4
Add shift stage in FASTSSIM computation
by Yaowu Xu
· 9 years ago
af3a838
Merge "Move psnrhvs function declaration to psnr.h" into nextgenv2
by Yaowu Xu
· 9 years ago
404c512
Merge "Unify motion vector cost system" into nextgenv2
by Jingning Han
· 9 years ago
a10814e
Merge "Account context based prob model for motion vector cost estimate" into nextgenv2
by Jingning Han
· 9 years ago
6e695da
Move psnrhvs function declaration to psnr.h
by Yaowu Xu
· 9 years ago
fec5988
Unify motion vector cost system
by Jingning Han
· 9 years ago
03c01bc
Account context based prob model for motion vector cost estimate
by Jingning Han
· 9 years ago
7823fbb
Merge "Move PSNR related functions into vpx_dsp/psnr.c" into nextgenv2
by Yaowu Xu
· 9 years ago
7fe9675
vp10/encoder: add missing alloc checks
by James Zern
· 9 years ago
7538501
Move PSNR related functions into vpx_dsp/psnr.c
by Yaowu Xu
· 9 years ago
6ed7f7a
Merge branch 'master' into nextgenv2
by Yaowu Xu
· 9 years ago
fdc977a
vp10,encoder: relocate setjmp
by James Zern
· 9 years ago
8b0a5b8
Adding loop wiener restoration
by Debargha Mukherjee
· 9 years ago
1a69cb2
Refactor internal stats code
by Yaowu Xu
· 9 years ago
8628898
vp10_receive_raw_frame: add missing setjmp
by James Zern
· 9 years ago
bb8ca08
Enable computing PSNRHVS for hbd build
by Yaowu Xu
· 9 years ago
c0874f2
Enable computing of FastSSIM for HBD build
by Yaowu Xu
· 9 years ago
bb5f9e4
Fix a bug in HBD buffer size computation
by Yaowu Xu
· 9 years ago
090eaad
Change to use local variables consistently
by Yaowu Xu
· 9 years ago
204e77e
Remove a flavor of SSIM that is never really used.
by Yaowu Xu
· 9 years ago
f0a4485
Refactor to separate restoration from loop filter
by Debargha Mukherjee
· 9 years ago
3eb10fc
Cosmetic changes to loop restoration
by Debargha Mukherjee
· 9 years ago
eef57c1
Fixes ext-interp experiment
by Debargha Mukherjee
· 9 years ago
84ca7a9
Loop restoration filter
by Debargha Mukherjee
· 9 years ago
727ca80
Merge "Merge branch 'master' into nextgenv2" into nextgenv2
by Yaowu Xu
· 9 years ago
0367f32
Merge branch 'master' into nextgenv2
by Yaowu Xu
· 9 years ago
33cc1bd
Generate compound reference motion vector
by Jingning Han
· 9 years ago
f7dfa4e
Modifies inter/intra coding to allow all tx types
by Debargha Mukherjee
· 9 years ago
387a10e
Enable context analyzer for inter mode entropy coding
by Jingning Han
· 9 years ago
9581f3d
Replaced a hard-coded value with the macro
by Zoe Liu
· 9 years ago
ec36a2b
Restore the flexibility for the new 3 references
by Zoe Liu
· 9 years ago
dab7515
Merge branch 'master' into nextgenv2
by Yaowu Xu
· 9 years ago
9930900
Fixed interval, fixed Q 1 pass test patch.
by paulwilkins
· 9 years ago
f07d73b
Merge branch 'master' into nextgenv2
by Yaowu Xu
· 9 years ago
4e692bb
Changes to exhaustive motion search.
by paulwilkins
· 9 years ago
c93e5cc
Bring palette back to nextgenv2
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
3ec1601
Added 3 more reference frames for inter prediction.
by Zoe Liu
· 9 years ago
66f2f65
Merge MISC_FIXES
by hui su
· 9 years ago
85514c4
New interpolation experiment
by Debargha Mukherjee
· 9 years ago
6727943
Refactor loop filter mask
by Jingning Han
· 9 years ago
4ac2ae3
Merge branch 'masterbase' into nextgenv2
by Yaowu Xu
· 9 years ago
60c58b5
vp10: per-segment lossless coding.
by Ronald S. Bultje
· 9 years ago
6e5a116
vp10: make segmentation probs use generic probability model.
by Ronald S. Bultje
· 9 years ago
aaf6f62
Fix palette mode in multi-thread encoding setting
by hui su
· 9 years ago
b9e31b5
Merge "VP10: Add palette mode part 1"
by Hui Su
· 9 years ago
5f58982
vp10: allow bw adaptivity for skip/tx probabilities in keyframes.
by Ronald S. Bultje
· 10 years ago
5d011cb
VP10: Add palette mode part 1
by hui su
· 10 years ago
7c514e2
Merged branch 'master' into nextgenv2
by Yaowu Xu
· 10 years ago
cc5dd3e
Merge "vp9/10: improve support for render_width/height."
by Ronald S. Bultje
· 10 years ago
3db5721
Merge "Rename display_{size,width,height} to render_*."
by Ronald S. Bultje
· 10 years ago
812945a
vp9/10: improve support for render_width/height.
by Ronald S. Bultje
· 10 years ago
db2056f
Merge "vp9/10 encoder: prevent NULL access on failure"
by James Zern
· 10 years ago
36ffe64
Rename display_{size,width,height} to render_*.
by Ronald S. Bultje
· 10 years ago
bab8d38
vp10: remove MACROBLOCK.{highbd_,}itxfm_add function pointer.
by Ronald S. Bultje
· 10 years ago
c74b33a
vp10: remove MACROBLOCK.fwd_txm4x4 function pointer.
by Ronald S. Bultje
· 10 years ago
cf8f655
vp9/10 encoder: prevent NULL access on failure
by James Zern
· 10 years ago
09ff5f2
Merge remote-tracking branch 'origin/master' into nextgenv2
by Debargha Mukherjee
· 10 years ago
c3bf837
Refactor mbmi_ext structure
by Jingning Han
· 10 years ago
eeb5ef0
Add support for color-range.
by Ronald S. Bultje
· 10 years ago
c667593
Merge changes from topic 'fix-vp9-bitstream-test'
by James Zern
· 10 years ago
d1474f0
vp10: merge frame_parallel_decoding_mode and refresh_frame_context.
by Ronald S. Bultje
· 10 years ago
62da0bf
Make reset_frame_context an enum.
by Ronald S. Bultje
· 10 years ago
a2e61ad
vp9/10: set color_space on preview frame
by James Zern
· 10 years ago
9fc691e
Backport EXT_TX experiment from nextgen
by Debargha Mukherjee
· 10 years ago
bd89a34
Don't build calc_psnr for high bit depth.
by Johann
· 10 years ago
c5f1191
Include vpx_dsp_common.h when using VPXMIN/MAX
by Johann
· 10 years ago
c147c4d
vp10 cleanup: remove svc code
by Yunqing Wang
· 10 years ago
5e16d39
vpx_dsp_common: add VPX prefix to MIN/MAX
by James Zern
· 10 years ago
1c07691
vp10 cleanup: remove nonrd and real-time code
by Yunqing Wang
· 10 years ago
a4c7e92
VP9EncoderConfig -> VP10EncoderConfig
by hui su
· 10 years ago
89af744
Change vp9_ prefix function names in vpx_scale to vpx_
by Jingning Han
· 10 years ago
Next »