Sign in
aomedia
/
avm
/
1d7ccd5325ec34244074419f6802640c8afafd31
/
vp9
1d7ccd5
Relocate memory operations for common code
by Johann
· 10 years ago
465ce0e
Merge "build_intra_predictors*: reduce above_data size"
by James Zern
· 10 years ago
5f0dc57
Merge "Reduce border extension by 1 line"
by Adrian Grange
· 10 years ago
2dcfd16
Merge "Sort variables dependency in read_uncompressed_header"
by Jingning Han
· 10 years ago
2b2b461
Sort variables dependency in read_uncompressed_header
by Jingning Han
· 10 years ago
913862b
Fix rate control issue with layers and aq-mode=3.
by Marco
· 10 years ago
aa5c1b4
Merge "Skip the last frame update for some frame repeats."
by paulwilkins
· 10 years ago
a5e4ca8
build_intra_predictors*: reduce above_data size
by James Zern
· 10 years ago
6d22713
Merge "build_intra_predictors*: reduce left_col size"
by James Zern
· 10 years ago
d53fb0f
Fix clang ioc warning due to NULL mi pointer.
by hkuang
· 10 years ago
f5574fb
Merge "Add more sse2 code for intra prediction."
by hkuang
· 10 years ago
e5112b3
Skip the last frame update for some frame repeats.
by paulwilkins
· 10 years ago
a8a9c2b
Merge "mips msa vp9 idct 32x32 optimization"
by Parag Salasakar
· 10 years ago
7e55ff1
build_intra_predictors*: reduce left_col size
by James Zern
· 10 years ago
fd3658b
replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED
by James Zern
· 10 years ago
76a0821
Merge "Move shared SAD code to vpx_dsp"
by Johann
· 10 years ago
0869341
Merge "Remove an unnecessary check."
by hkuang
· 10 years ago
97307af
Merge "Remvoe EIGHTTAP_SHARP filter check for non-rd mode."
by Marco
· 10 years ago
aecb177
Merge "Image size restriction to rd auto partition search."
by paulwilkins
· 10 years ago
1601c13
mips msa vp9 idct 32x32 optimization
by Parag Salasakar
· 10 years ago
7153b82
Add more sse2 code for intra prediction.
by hkuang
· 10 years ago
76fe5df
Remvoe EIGHTTAP_SHARP filter check for non-rd mode.
by Marco
· 10 years ago
d5d9289
Move shared SAD code to vpx_dsp
by Johann
· 10 years ago
0af5ff4
Reduce border extension by 1 line
by Adrian Grange
· 10 years ago
240767b
Remove an unnecessary check.
by hkuang
· 10 years ago
92b1990
Correct the inter prediction coordinate calculation which greatly reduced the
by hkuang
· 10 years ago
623e6ee
Merge "Optimize the read_partition."
by hkuang
· 10 years ago
7dbdada
Merge "Add intra mode early termination in non-rd mode"
by Yunqing Wang
· 10 years ago
d1cdda8
Merge "mips msa vp9 idct 16x16 optimization"
by Parag Salasakar
· 10 years ago
36eabb1
Add intra mode early termination in non-rd mode
by Yunqing Wang
· 10 years ago
4c1a8be
Optimize the read_partition.
by hkuang
· 10 years ago
ccae5d9
fix and enable vp9_dc_128_predictor_16x16
by James Zern
· 10 years ago
e47811e
Merge "Add some sse2 code for intra prediction."
by hkuang
· 10 years ago
af76953
Merge "Remove CONSTRAIN_NEIGHBORING_MIN_MAX."
by paulwilkins
· 10 years ago
4cd65e4
Merge "Adjust ARF min and max interval."
by paulwilkins
· 10 years ago
60052b6
mips msa vp9 idct 16x16 optimization
by Parag Salasakar
· 10 years ago
b9a72d3
Allow for H and V intra modes for non-rd mode.
by Marco
· 10 years ago
670b2c0
vp9_idct_intrin_sse2: cosmetics: reindent
by James Zern
· 10 years ago
d31256c
Merge "Reduce intra_cost_penalty for BLOCK_8X8"
by Yunqing Wang
· 10 years ago
57fefd5
Merge "Adjust the vbp early termination threshold slightly"
by Yunqing Wang
· 10 years ago
7b0f24f
FIX: Use correct above/left in read_intra_frame_mode_info
by Scott LaVarnway
· 10 years ago
4a7dcf8
Image size restriction to rd auto partition search.
by paulwilkins
· 10 years ago
287b0c6
Remove CONSTRAIN_NEIGHBORING_MIN_MAX.
by paulwilkins
· 10 years ago
e0786c2
Adjust ARF min and max interval.
by paulwilkins
· 10 years ago
c77b1f5
vp9: RECON_AND_STORE4X4: remove dest offset
by James Zern
· 10 years ago
778845d
vp9_idct_intrin_*: RECON_AND_STORE: remove dest offset
by James Zern
· 10 years ago
2061359
Merge "Remove vp9_idct16x16_10_add_ssse3()"
by Yaowu Xu
· 10 years ago
0ae1e4a
Merge "vp9_decodeframe: simplify compare_tile_buffers"
by James Zern
· 10 years ago
493a857
Add some sse2 code for intra prediction.
by hkuang
· 10 years ago
4907c29
Reduce intra_cost_penalty for BLOCK_8X8
by Yunqing Wang
· 10 years ago
4776760
Remove vp9_idct16x16_10_add_ssse3()
by Yaowu Xu
· 10 years ago
fd90ce2
Merge "Improve golden frame refreshing in non-rd mode"
by Yunqing Wang
· 10 years ago
a257e46
Adjust the vbp early termination threshold slightly
by Yunqing Wang
· 10 years ago
95cb130
Merge "mips msa vp9 copy and avg convolve optimization"
by Parag Salasakar
· 10 years ago
d45870b
Merge "Disable ssse3 version idct16x16_256_add()"
by Yaowu Xu
· 10 years ago
9e81112
vp9_decodeframe: simplify compare_tile_buffers
by James Zern
· 10 years ago
486a73a
Disable ssse3 version idct16x16_256_add()
by Yaowu Xu
· 10 years ago
d31698b
Improve golden frame refreshing in non-rd mode
by Yunqing Wang
· 10 years ago
2301d10
mips msa vp9 copy and avg convolve optimization
by Parag Salasakar
· 10 years ago
f58011a
vpx_mem: remove vpx_memset
by James Zern
· 10 years ago
f274c21
vpx_mem: remove vpx_memcpy
by James Zern
· 10 years ago
fbd3b89
vpx_mem: remove vpx_memmove
by James Zern
· 10 years ago
2be50a1
Merge "WIP: Use LUT for y_dequant/uv_dequant"
by Frank Galligan
· 10 years ago
bfce029
Merge "Fix debugmodes file to print modes and MVs correctly"
by Yunqing Wang
· 10 years ago
afcb62b
WIP: Use LUT for y_dequant/uv_dequant
by Scott LaVarnway
· 10 years ago
297b2b9
Fix debugmodes file to print modes and MVs correctly
by Yunqing Wang
· 10 years ago
b3e411e
Add validation of UV partition size
by Yaowu Xu
· 10 years ago
a6e9ae9
Adds worst frame metrics for a bunch of metrics.
by Jim Bankoski
· 10 years ago
e07b141
Merge "Modified test for auto key frame detection."
by paulwilkins
· 10 years ago
5d8877a
Merge "Limit arf interval for low fpf clips."
by paulwilkins
· 10 years ago
1c9af98
Merge "mips msa vp9 convolve8 horiz optimization"
by Parag Salasakar
· 10 years ago
3b35e96
Merge "Adds a new temporal consistency metric to libvpx."
by Jim Bankoski
· 10 years ago
931c0a9
Merge "Rename neon convolve avg file"
by Johann
· 10 years ago
66b9933
Rename neon convolve avg file
by Johann
· 10 years ago
8b17f7f
Revert "Remove mi_grid_* structures."
by Scott LaVarnway
· 10 years ago
ee87e20
Adds a new temporal consistency metric to libvpx.
by Jim Bankoski
· 10 years ago
924d06a
Merge "Resolve configuration conflict"
by Yaowu Xu
· 10 years ago
3606b78
Modified test for auto key frame detection.
by paulwilkins
· 10 years ago
ca90d4f
mips msa vp9 convolve8 horiz optimization
by Parag Salasakar
· 10 years ago
391ecff
Merge "mips msa vp9 convolve8 hv optimization"
by Parag Salasakar
· 10 years ago
ef51c1a
mips msa vp9 convolve8 hv optimization
by Parag Salasakar
· 10 years ago
b423a6b
Resolve configuration conflict
by Yaowu Xu
· 10 years ago
305492c
Move declaration before statement
by Yaowu Xu
· 10 years ago
2e36149
Merge "mips msa vp9 convolve8 vert optimization"
by Parag Salasakar
· 10 years ago
27d083c
mips msa vp9 convolve8 vert optimization
by Parag Salasakar
· 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
73bce9e
Merge "Remove unnecessary backup token stream pointer"
by Jingning Han
· 10 years ago
f76ccce
Revert "Revert "Force_split on 16x16 blocks in variance partition.""
by Marco Paniconi
· 10 years ago
645c70f
Remove unnecessary backup token stream pointer
by Jingning Han
· 10 years ago
29b5cf6
Merge "[svc] Fix syntax error when encoding multiple tiles."
by Minghai Shang
· 10 years ago
4aa9255
[svc] Fix syntax error when encoding multiple tiles.
by Minghai Shang
· 10 years ago
effd974
Limit arf interval for low fpf clips.
by paulwilkins
· 10 years ago
14e7203
Merge "Fix Tsan errors"
by Yunqing Wang
· 10 years ago
63c5bf2
Fix Tsan errors
by Yunqing Wang
· 10 years ago
14ef4ae
Reorganize *_rtcd() calling conventions
by Johann
· 10 years ago
Next »