Sign in
aomedia
/
aom
/
4fcc4f816e43bb9c8d85e174a5d71ebc90dcef2e
/
vp10
/
encoder
/
rdopt.c
4fcc4f8
Properly save and restore skip related variables
by Yaowu Xu
· 9 years ago
f330444
Merge "remove filter_cache" into nextgenv2
by Angie Chiang
· 9 years ago
2becffa
Properly set the estimate of rate_nocoef
by Yaowu Xu
· 9 years ago
b6fef12
remove filter_cache
by Angie Chiang
· 9 years ago
66e6fb8
Merge "Speed up rd selection in OBMC experiment" into nextgenv2
by Yue Chen
· 9 years ago
b5f8b70
Speed up rd selection in OBMC experiment
by Yue Chen
· 9 years ago
91b8236
Merge "Add high-precision sub-pixel search as a speed feature" into nextgenv2
by Yunqing Wang
· 9 years ago
46cd6ee
Merge "Fix sub8x8 interpolation full pixel bug" into nextgenv2
by Angie Chiang
· 9 years ago
e6e2d88
Add high-precision sub-pixel search as a speed feature
by Yunqing Wang
· 9 years ago
f0e0a7e
Merge "Complete (mostly) migration of palette mode" into nextgenv2
by Hui Su
· 9 years ago
8102aeb
Fix a bug in ext-intra experiment
by hui su
· 9 years ago
78b0bd0
Complete (mostly) migration of palette mode
by hui su
· 9 years ago
09368fc
Filling in speed feature functions for ext tx search
by Sarah Parker
· 9 years ago
ce4b35d
Merge "Adds compound wedge prediction modes" into nextgenv2
by Debargha Mukherjee
· 9 years ago
f34deab
Adds compound wedge prediction modes
by Debargha Mukherjee
· 9 years ago
ccc809f
Merge "Fix an assertion condition in transform type search" into nextgenv2
by Jingning Han
· 9 years ago
836e83c
Fix sub8x8 interpolation full pixel bug
by Angie Chiang
· 9 years ago
02734b6
Fix an assertion condition in transform type search
by Jingning Han
· 9 years ago
954e560
Refactor entropy coding of transform size
by hui su
· 9 years ago
de661cd
Merge "Fix several MSVC compiler warning/errors" into nextgenv2
by Yaowu Xu
· 9 years ago
28eb784
Fix several MSVC compiler warning/errors
by Yaowu Xu
· 9 years ago
043b698
Merge "Calculate the distortion in pixel domain for sub8x8 rd selection" into nextgenv2
by Yue Chen
· 9 years ago
ef8f7c1
Calculate the distortion in pixel domain for sub8x8 rd selection
by Yue Chen
· 9 years ago
df38493
Merge "Adding speed feature interface for ext tx search" into nextgenv2
by Sarah Parker
· 9 years ago
2ca7d42
Adding speed feature interface for ext tx search
by Sarah Parker
· 9 years ago
7174d63
Properly restore transform block skip flag in RD search
by Jingning Han
· 9 years ago
5c613ea
Fix an overflow issue for HBD
by Yaowu Xu
· 9 years ago
342a368
Do sub-pixel motion search in up-sampled reference frames
by Yunqing Wang
· 9 years ago
48589e8
Merge "Some refactoring and cleanups of interp filter" into nextgenv2
by Debargha Mukherjee
· 9 years ago
bab2912
Some refactoring and cleanups of interp filter
by Debargha Mukherjee
· 9 years ago
7ded038
Port interintra experiment from nextgen.
by Geza Lore
· 9 years ago
3287f55
Merge "Hooks to use 32x32 masked transforms for ext-tx" into nextgenv2
by Debargha Mukherjee
· 9 years ago
da2d4a7
Hooks to use 32x32 masked transforms for ext-tx
by Debargha Mukherjee
· 9 years ago
389efb2
Adds an utility macro ROUNDZ_POWER_OF_TWO
by Debargha Mukherjee
· 9 years ago
c1e51be
Merge "Experiment to use image domain dist in baseline." into nextgenv2
by Debargha Mukherjee
· 9 years ago
02e7341
Merge "Optimizing obmc rd decision by checking the real rd cost" into nextgenv2
by Yue Chen
· 9 years ago
a614262
Optimizing obmc rd decision by checking the real rd cost
by Yue Chen
· 9 years ago
3c4b56c
Experiment to use image domain dist in baseline.
by Geza Lore
· 9 years ago
a10814e
Merge "Account context based prob model for motion vector cost estimate" into nextgenv2
by Jingning Han
· 9 years ago
1f984a5
Merge "Vectorize motion vector probability models" into nextgenv2
by Jingning Han
· 9 years ago
682dad0
Merge "Store predicted motion vectors" into nextgenv2
by Jingning Han
· 9 years ago
03c01bc
Account context based prob model for motion vector cost estimate
by Jingning Han
· 9 years ago
df59bb8
Vectorize motion vector probability models
by Jingning Han
· 9 years ago
876c8b0
Store predicted motion vectors
by Jingning Han
· 9 years ago
5712456
Merge "Properly normalize HBD sse computation" into nextgenv2
by Yaowu Xu
· 9 years ago
0c0f3ef
Properly normalize HBD sse computation
by Yaowu Xu
· 9 years ago
9a019bc
Merge "cost_coeff speed improvements" into nextgenv2
by Debargha Mukherjee
· 9 years ago
c6eba0b
cost_coeff speed improvements
by Julia Robson
· 9 years ago
95247be
Fix enc/dec mismatch in dynamic mv referenceing experiment
by Jingning Han
· 9 years ago
907f88c
Fixing a bug in obmc prediction in the rd loop
by Yue Chen
· 9 years ago
0107373
Merge "Add a speed feature to skip transform type selection" into nextgenv2
by Hui Su
· 9 years ago
6f49446
Merge "Fix double counting of compound reference bit cost." into nextgenv2
by Debargha Mukherjee
· 9 years ago
abd0050
Add optimized vpx_sum_squares_2d_i16 for vp10.
by Geza Lore
· 9 years ago
d1cad9c
Overlapped block motion compensation experiment
by Yue Chen
· 9 years ago
a45d5d3
Merge "Port switch to 9-bit rate cost to vp10." into nextgenv2
by Alex Converse
· 9 years ago
18eaf8e
Merge "Refactor vp10_drl_idx concept" into nextgenv2
by Jingning Han
· 9 years ago
a39e83d
Refactor vp10_drl_idx concept
by Jingning Han
· 9 years ago
c1924b9
Merge "Complete high bitdepth VAR_TX implementation." into nextgenv2
by Debargha Mukherjee
· 9 years ago
368e3d9
Merge "Refactor: add predict_interp_filter() to simplify the flow in handle_inter_mode" into nextgenv2
by Angie Chiang
· 9 years ago
57c83b3
Remove redundant parameters from vp10_txfm_rd_in_plane_supertx()
by Jingning Han
· 9 years ago
5c772f3
Format clean-ups in transform experiments
by Jingning Han
· 9 years ago
b3ad812
Port switch to 9-bit rate cost to vp10.
by Alex Converse
· 9 years ago
432e875
Complete high bitdepth VAR_TX implementation.
by Geza Lore
· 9 years ago
6779be2
Merge "Refactor rd_pick_intra_angle_" into nextgenv2
by Hui Su
· 9 years ago
5a7c8d8
Refactor rd_pick_intra_angle_
by hui su
· 9 years ago
c0035cc
Refactor: add predict_interp_filter() to simplify the flow in handle_inter_mode
by Angie Chiang
· 9 years ago
329e340
Add a speed feature to skip transform type selection
by hui su
· 9 years ago
3c8bd0d
Merge "Resolve conflict between var-tx and super-tx" into nextgenv2
by Jingning Han
· 9 years ago
4c6c82a
Resolve conflict between var-tx and super-tx
by Jingning Han
· 9 years ago
260da6c
Merge "Entropy coding for dynamic ref mv modes" into nextgenv2
by Jingning Han
· 9 years ago
fd54635
Fix double counting of compound reference bit cost.
by Geza Lore
· 9 years ago
e2c1ea9
A variety of fixes for supertx/var-tx rd costing
by Debargha Mukherjee
· 9 years ago
4958987
Entropy coding for dynamic ref mv modes
by Jingning Han
· 9 years ago
d46c1f2
Explicitly set tx_type for sub8x8 blocks
by Debargha Mukherjee
· 9 years ago
afd7353
Merge "Enable dynamic ref motion vector mode for compound inter block" into nextgenv2
by Jingning Han
· 9 years ago
78bca69
Merge "Fix msvc compiler warnings" into nextgenv2
by Yaowu Xu
· 9 years ago
28e0393
Enable dynamic ref motion vector mode for compound inter block
by Jingning Han
· 9 years ago
3c28b4a
Fix msvc compiler warnings
by Yaowu Xu
· 9 years ago
e5bd081
Merge "Add a speed feature for intra filter search" into nextgenv2
by Hui Su
· 9 years ago
9604f69
Merge "Add 8-tap interpolation filter options for intra prediction" into nextgenv2
by Hui Su
· 9 years ago
5b618b7
Add a speed feature for intra filter search
by hui su
· 9 years ago
3b1c766
Add 8-tap interpolation filter options for intra prediction
by hui su
· 9 years ago
4fb8b21
Generalize the dynamic reference motion vector coding mode
by Jingning Han
· 9 years ago
590265e
Account for zero-forcing operation in selective ref mv mode
by Jingning Han
· 9 years ago
67cf890
Enable adaptive motion vector referencing mode
by Jingning Han
· 9 years ago
10ad97b
Pass filter type instead of filter array
by Angie Chiang
· 9 years ago
eef57c1
Fixes ext-interp experiment
by Debargha Mukherjee
· 9 years ago
5aa655f
Reintroduce VAR_TX fix
by Geza Lore
· 9 years ago
9a8a6a1
Some supertx fixes
by Debargha Mukherjee
· 9 years ago
968bbc7
Adding new compound modes to EXT_INTER experiment
by Yue Chen
· 9 years ago
11d3899
Merge "A fix for a missing tx_type" into nextgenv2
by Debargha Mukherjee
· 9 years ago
4e406f7
A fix for a missing tx_type
by Debargha Mukherjee
· 9 years ago
ade60d4
Merge "Fixes for var_tx when ext_tx is not enabled" into nextgenv2
by Debargha Mukherjee
· 9 years ago
9fe188e
Fixes for var_tx when ext_tx is not enabled
by Julia Robson
· 9 years ago
8d69a6e
Some fixes on tx size/type selection
by Debargha Mukherjee
· 9 years ago
1ac8587
EXT_INTER experiment
by Yue Chen
· 9 years ago
c38fc52
Merge "Handle single ref mv pair in the candidate list for compound mode" into nextgenv2
by Jingning Han
· 9 years ago
727ca80
Merge "Merge branch 'master' into nextgenv2" into nextgenv2
by Yaowu Xu
· 9 years ago
3944cfb
Handle single ref mv pair in the candidate list for compound mode
by Jingning Han
· 9 years ago
0367f32
Merge branch 'master' into nextgenv2
by Yaowu Xu
· 9 years ago
Next »