Sign in
aomedia
/
avm
/
02345be98674f5ae57dc9508f95aba312ad6b633
/
vp9
/
encoder
/
vp9_encoder.h
02345be
Adding an aq mode for 360 videos
by Debargha Mukherjee
· 9 years ago
0149fb3
Changes to exhaustive motion search.
by paulwilkins
· 9 years ago
6ab6ac4
Use accurate bit cost for uv_mode in UV intra mode RD selection
by hui su
· 9 years ago
c7da053
Move noise level estimate outside denoiser.
by Marco
· 9 years ago
5684295
Add a new enum type vpx_color_range_t
by Yaowu Xu
· 9 years ago
812945a
vp9/10: improve support for render_width/height.
by Ronald S. Bultje
· 10 years ago
eeb5ef0
Add support for color-range.
by Ronald S. Bultje
· 10 years ago
4d1424f
For 1 pass: always use the normative filter in vp9_scale_if_required()
by Marco
· 10 years ago
5e35c3c
vp9_encoder: make vp9_alloc_compressor_data private
by James Zern
· 10 years ago
93ffe9d
Update to dynamic resize for 1 pass CBR: source scaling.
by Marco
· 10 years ago
c7b7011
Move VP9 SSIM metrics to vpx_dsp.
by Alex Converse
· 10 years ago
b2446fb
Remove tx_select_threshes
by Yunqing Wang
· 10 years ago
bf82514
vpx_dsp/bitreader.h: vp9_->vpx_
by Yaowu Xu
· 10 years ago
4bbd955
Dynamic resize for real-time: source scaling
by Marco
· 10 years ago
6a82f0d
Move sub pixel variance to vpx_dsp
by Johann
· 10 years ago
9852643
Expose params min-gf-interval/max-gf-interval
by Debargha Mukherjee
· 10 years ago
d1b30ce
Rename vpx_thread to vpx_util
by Jingning Han
· 10 years ago
8565a1c
Merge "Use vpx prefix for codec independent threading functions"
by Jingning Han
· 10 years ago
66cf809
Merge "Move multi-threading module functions into vpx_thread folder"
by Jingning Han
· 10 years ago
04d2e57
Use vpx prefix for codec independent threading functions
by Jingning Han
· 10 years ago
3a3b0be
Move multi-threading module functions into vpx_thread folder
by Jingning Han
· 10 years ago
c06d56c
VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFO
by Scott LaVarnway
· 10 years ago
d77f51b
Add dynamic resize logic for 1 pass CBR.
by Marco
· 10 years ago
2c838ed
Allocate tile data adaptively to accommodate the frame size increase
by Yunqing Wang
· 10 years ago
c139b81
Vidyo patch: Rate control for SVC, 1 pass CBR mode.
by Marco
· 10 years ago
a6e9ae9
Adds worst frame metrics for a bunch of metrics.
by Jim Bankoski
· 10 years ago
ee87e20
Adds a new temporal consistency metric to libvpx.
by Jim Bankoski
· 10 years ago
03829f2
Merge "Adds a blockiness metric to internal stats."
by Jim Bankoski
· 10 years ago
3d2f037
Merge "adds psnrhvs to internal stats."
by Jim Bankoski
· 10 years ago
f2cbee9
Merge "Adds a fastssim metric to VPX internal stats."
by Jim Bankoski
· 10 years ago
1777413
Adds a blockiness metric to internal stats.
by Jim Bankoski
· 10 years ago
9757c1a
adds psnrhvs to internal stats.
by Jim Bankoski
· 10 years ago
3f7f194
Adds a fastssim metric to VPX internal stats.
by Jim Bankoski
· 10 years ago
f76ccce
Revert "Revert "Force_split on 16x16 blocks in variance partition.""
by Marco Paniconi
· 10 years ago
004b9d8
Revert "Force_split on 16x16 blocks in variance partition."
by Yunqing Wang
· 10 years ago
eb8c667
Force_split on 16x16 blocks in variance partition.
by Marco
· 10 years ago
cae03a7
Set vbp thresholds for aq3 boosted blocks
by Yunqing Wang
· 10 years ago
fc98114
Merge "Rename vbp thresholds"
by Yunqing Wang
· 10 years ago
c28ff1a
Rename vbp thresholds
by Yunqing Wang
· 10 years ago
4dcb839
VP9E_GET_ACTIVE_MAP API function.
by Alex Converse
· 10 years ago
1bfacd3
Reconcile active_map and cyclic refresh
by Alex Converse
· 10 years ago
3807dd8
Make encoder buffer allocation dynamic
by Adrian Grange
· 10 years ago
8724d31
Move dequant table from VP9_COMMON to VP9_COMP as decoder
by Hangyu Kuang
· 10 years ago
ee5d799
Move computation up to frame level
by Yaowu Xu
· 10 years ago
23ebacd
Auto-adaptive encoder frame resizing logic
by Adrian Grange
· 10 years ago
4106313
Rename loopfilter_thread files to thread_common files
by Yunqing Wang
· 10 years ago
be6aead
Try again to merge branch 'frame-parallel' into master branch.
by hkuang
· 10 years ago
a18da97
Revert "Merge branch 'frame-parallel' to enable frame parallel decode in master branch."
by Johann
· 10 years ago
bde04ce
Merge branch 'frame-parallel' to enable frame parallel decode in master branch.
by hkuang
· 10 years ago
e76eaf0
vp9_ethread: add parallel loopfilter
by Yunqing Wang
· 10 years ago
e94b415
Add encoder control for setting color space
by Yaowu Xu
· 10 years ago
6f6fbf9
Merge "Added plumbing for setting color space"
by Yaowu Xu
· 10 years ago
ce52b0f
Added plumbing for setting color space
by Yaowu Xu
· 10 years ago
a3c1a9b
Use 64 bit to accumulate frame sse.
by Paul Wilkins
· 10 years ago
dd4275e
resolve visual studio warnings around initializers
by Jim Bankoski
· 10 years ago
60e9b73
Remove mode dependent zbin boost.
by Paul Wilkins
· 10 years ago
72ece13
vp9: move encoder-only member from common
by James Zern
· 10 years ago
e68c8dc
Substantial restructuring of AQ mode 2.
by Paul Wilkins
· 10 years ago
eba9c76
vp9_ethread: the tile-based multi-threaded encoder
by Yunqing Wang
· 10 years ago
0993bef
vp9_ethread: calculate and save the tok starting address for tiles
by Yunqing Wang
· 10 years ago
edbd61e
vp9_ethread: modify VP9_COMP structure
by Yunqing Wang
· 10 years ago
70c9d29
Revert "vp9_ethread: include a pointer to mb in VP9_COMP"
by Yunqing Wang
· 10 years ago
1687c47
change to call vp9_refining_search_sad() directly
by Yaowu Xu
· 10 years ago
d0b547c
vp9_ethread: combine encoder counts in separate struct
by Yunqing Wang
· 10 years ago
6906d21
vp9_ethread: include a pointer to mb in VP9_COMP
by Yunqing Wang
· 10 years ago
0d085eb
Prepare for dynamic frame resizing in the recode loop
by Adrian Grange
· 10 years ago
86c36a5
[spatial svc] Make spatial svc working for one pass rate control
by Minghai Shang
· 10 years ago
2a506e3
Merge "Add a new control of golden frame boost in CBR mode"
by Yaowu Xu
· 10 years ago
d56b3eb
Refactor encoder tile data structure
by Jingning Han
· 10 years ago
03a60b7
Add a new control of golden frame boost in CBR mode
by Yaowu Xu
· 10 years ago
aa2af3f
Merge "Add a new control of max bitrate for inter frame"
by Yaowu Xu
· 10 years ago
ac53c41
Merge "Tile based adaptive mode search in RD loop"
by Jingning Han
· 10 years ago
636099f
Add a new control of max bitrate for inter frame
by Yaowu Xu
· 10 years ago
eee201c
Tile based adaptive mode search in RD loop
by Jingning Han
· 10 years ago
65753ee
Move frame re-sizing into the recode loop
by Adrian Grange
· 10 years ago
4163da3
Merge "Extend --auto-alt-ref so it can enable multi-alt ref."
by Paul Wilkins
· 10 years ago
6f0ae3a
Extend --auto-alt-ref so it can enable multi-alt ref.
by Paul Wilkins
· 10 years ago
7c4992c
Remove the dependency in token storing locations
by Yunqing Wang
· 10 years ago
d5130af
Revert "Move input frame scaling into the recode loop"
by Paul Wilkins
· 10 years ago
452dc21
Move input frame scaling into the recode loop
by Adrian Grange
· 10 years ago
3117830
Merge "Subpel search cleanups and enhancements"
by Deb Mukherjee
· 10 years ago
d78dbff
Subpel search cleanups and enhancements
by Deb Mukherjee
· 10 years ago
3f93f23
Remove redundant header file from vp9_encoder.h
by Jingning Han
· 10 years ago
b1b6fd8
Merge "Skip the partition search for still frames"
by Yunqing Wang
· 11 years ago
1fcbf6e
Skip the partition search for still frames
by Yunqing Wang
· 11 years ago
4109372
Adds high bit-depth psnr/sse functions
by Deb Mukherjee
· 11 years ago
10783d4
Adds high bitdepth transform functions and tests
by Deb Mukherjee
· 11 years ago
759afe5
Merge "[svc] Temporal svc with two pass rate control"
by Minghai Shang
· 11 years ago
a4ef1a0
Merge "Adds config opt for highbitdepth + misc. vpx"
by Deb Mukherjee
· 11 years ago
5acfafb
Adds config opt for highbitdepth + misc. vpx
by Deb Mukherjee
· 11 years ago
be3b08d
[svc] Temporal svc with two pass rate control
by Minghai Shang
· 11 years ago
0a44039
Merge "Removing 'frames' field from VP9_COMP."
by Dmitry Kovalev
· 11 years ago
4ab2241
Removing dummy_packing member from VP9_COMP.
by Dmitry Kovalev
· 11 years ago
96c43e8
Minor fix in vp9_encoder.h
by Yunqing Wang
· 11 years ago
e9d106b
Merge "Removing unused arnr_type from VP9EncoderConfig and vp9_extracfg."
by Dmitry Kovalev
· 11 years ago
bb2a9ab
Merge "Updates vp9_pattern search to return integer sads"
by Deb Mukherjee
· 11 years ago
04b100b
Updates vp9_pattern search to return integer sads
by Deb Mukherjee
· 11 years ago
bcfb1ff
Merge "add a new interp filter search strategy."
by Yaowu Xu
· 11 years ago
1144fee
add a new interp filter search strategy.
by Yaowu Xu
· 11 years ago
33f4e57
Removing unused arnr_type from VP9EncoderConfig and vp9_extracfg.
by Dmitry Kovalev
· 11 years ago
Next »