Sign in
aomedia
/
aom
/
c67dd39adc4a38a915a999f73f53430c08e83f9d
/
vpx_dsp
/
x86
e6e2d88
Add high-precision sub-pixel search as a speed feature
by Yunqing Wang
· 9 years ago
938b8df
Extend convolution functions to 128x128 for ext-partition.
by Geza Lore
· 9 years ago
697bf5b
Add 128 pixel variance and SAD functions
by Geza Lore
· 9 years ago
1d69cee
Adds masked variance and sad functions for wedge
by Debargha Mukherjee
· 9 years ago
342a368
Do sub-pixel motion search in up-sampled reference frames
by Yunqing Wang
· 9 years ago
aa6c754
Merge remote-tracking branch 'webm/master' into nextgenv2
by Yaowu Xu
· 9 years ago
9b44d9d
split vpx_highbd_lpf_horizontal_16 in two
by James Zern
· 9 years ago
1b519fb
split vpx_lpf_horizontal_16 in two
by James Zern
· 9 years ago
e7a23d7
vpx_highbd_lpf_horizontal_4: remove unused count param
by James Zern
· 9 years ago
5171857
vpx_highbd_lpf_horizontal_8: remove unused count param
by James Zern
· 9 years ago
3c1019e
vpx_highbd_lpf_vertical_4: remove unused count param
by James Zern
· 9 years ago
72a9f06
vpx_highbd_lpf_vertical_8: remove unused count param
by James Zern
· 9 years ago
b1e97c6
vpx_lpf_horizontal_4: remove unused count param
by James Zern
· 9 years ago
bd5a5bb
vpx_lpf_horizontal_8: remove unused count param
by James Zern
· 9 years ago
109a47b
vpx_lpf_vertical_4: remove unused count param
by James Zern
· 9 years ago
3722574
vpx_lpf_vertical_8: remove unused count param
by James Zern
· 9 years ago
abd0050
Add optimized vpx_sum_squares_2d_i16 for vp10.
by Geza Lore
· 9 years ago
0aef1bc
Enable sse2 version of inverse wht for hbd build
by Yaowu Xu
· 9 years ago
b229710
SSSE3 idct8x8 functions for highbitdpeth build
by Yaowu Xu
· 9 years ago
aac1ef7
Enable hbd_build to use SSSE3optimized functions
by Yaowu Xu
· 9 years ago
3a2ad10
Merge "Code clean of sad4xNx4D_sse"
by James Zern
· 9 years ago
ed3df44
Revert "Merge "Change highbd variance rounding to prevent negative variance.""
by Alex Converse
· 9 years ago
ea48370
Merge "Change highbd variance rounding to prevent negative variance."
by Alex Converse
· 9 years ago
26a6ce4
Code clean of highbd_tm_predictor_32x32
by Jian Zhou
· 9 years ago
355bfa2
Code clean of highbd_tm_predictor_16x16
by Jian Zhou
· 9 years ago
a4c265f
Code clean of highbd_dc_predictor_32x32
by Jian Zhou
· 9 years ago
cedb1db
Merge "Code clean of highbd_tm_predictor_4x4"
by James Zern
· 9 years ago
a097963
Merge "Code clean of highbd_dc_predictor_4x4"
by James Zern
· 9 years ago
52e7f41
Merge "Code clean of highbd_v_predictor_4x4"
by Jian Zhou
· 9 years ago
b597e3e
Merge "Fix for issue 1114 compile error"
by Yunqing Wang
· 9 years ago
8b2ddbc
sad_sse2: fix sad4xN(_avg) on windows
by James Zern
· 9 years ago
db11307
Code clean of highbd_tm_predictor_4x4
by Jian Zhou
· 9 years ago
c91dd55
Code clean of highbd_v_predictor_4x4
by Jian Zhou
· 9 years ago
8366b41
Code clean of highbd_dc_predictor_4x4
by Jian Zhou
· 9 years ago
7361ef7
Fix for issue 1114 compile error
by Peter de Rivaz
· 9 years ago
789dbb3
Code clean of sad4xNx4D_sse
by Jian Zhou
· 9 years ago
b158d9a
Code clean of sad4xN(_avg)_sse
by Jian Zhou
· 9 years ago
b81f04a
Merge "move vp9_avg to vpx_dsp"
by James Zern
· 9 years ago
d36659c
move vp9_avg to vpx_dsp
by James Zern
· 9 years ago
2404e32
Merge "Code clean of tm_predictor_32x32"
by Jian Zhou
· 9 years ago
6e87880
Merge "Speed up tm_predictor_16x16"
by Jian Zhou
· 9 years ago
8812048
Code clean of tm_predictor_32x32
by Jian Zhou
· 9 years ago
62f9862
Merge "SSE2 based h_predictor_32x32"
by Jian Zhou
· 9 years ago
ecb8dff
Merge "dc_left_pred[48]: fix pic builds"
by James Zern
· 9 years ago
5604924
Merge "Code clean of dc_left/top_predictor_16x16"
by Jian Zhou
· 9 years ago
40ee78b
dc_left_pred[48]: fix pic builds
by James Zern
· 9 years ago
322ea7f
Fix the win32 crash when GET_GOT is not defined
by Yunqing Wang
· 9 years ago
4ec5953
Code clean of dc_left/top_predictor_16x16
by Jian Zhou
· 9 years ago
c90a8a1
SSE2 based h_predictor_32x32
by Jian Zhou
· 9 years ago
420b9f5
Merge "fix null pointer crash in Win32 because esp register is broken"
by Johann Koenig
· 9 years ago
aa5b517
Re-enable SSE2 based intra 4x4 prediction
by Jian Zhou
· 9 years ago
c7e557b
Merge "VP9: Add ssse3 version of vpx_idct32x32_135_add()"
by Scott LaVarnway
· 9 years ago
5fc9688
fix null pointer crash in Win32 because esp register is broken
by Sergey Kolomenkin
· 9 years ago
79a9add
Revert "MMX in intra 4x4 prediction replaced with SSE2"
by James Zern
· 9 years ago
e86c7c8
Speed up h_predictor_16x16
by Jian Zhou
· 9 years ago
da3f08f
Speed up h_predictor_8x8
by Jian Zhou
· 9 years ago
aa2764a
MMX in intra 8x8 prediction replaced with SSE2
by Jian Zhou
· 9 years ago
89a1efa
MMX in intra 4x4 prediction replaced with SSE2
by Jian Zhou
· 9 years ago
623e988
Merge "SSE2 speed up of h_predictor_4x4"
by Jian Zhou
· 9 years ago
f0b0b1f
VP9: Add ssse3 version of vpx_idct32x32_135_add()
by Scott LaVarnway
· 9 years ago
c7fae5d
Speed up tm_predictor_16x16
by Jian Zhou
· 9 years ago
2669e05
Merge "VPX: x86 asm version of vpx_idct32x32_1024_add()"
by Scott LaVarnway
· 9 years ago
9d29d76
SSE2 speed up of h_predictor_4x4
by Jian Zhou
· 9 years ago
0148e20
VPX: x86 asm version of vpx_idct32x32_1024_add()
by Scott LaVarnway
· 9 years ago
901d2036
Merge "Speed up tm_predictor_8x8"
by Jian Zhou
· 9 years ago
022c848
Change highbd variance rounding to prevent negative variance.
by Alex Converse
· 9 years ago
f4621c5
Speed up tm_predictor_8x8
by Jian Zhou
· 9 years ago
97e6cc6
VPX: Removed unnecessary pmulhrsw in IDCT32X32_34
by Scott LaVarnway
· 9 years ago
16eba81
Revert "Speed up h_predictor_4x4"
by James Zern
· 9 years ago
1b10753
Merge "Speed up h_predictor_4x4"
by James Zern
· 9 years ago
e7fc39f
Merge "VPX: x86 asm version of vpx_idct32x32_34_add()"
by Scott LaVarnway
· 9 years ago
d76032a
Speed up h_predictor_4x4
by Jian Zhou
· 9 years ago
79b6862
Speed up tm_predictor_4x4
by Jian Zhou
· 9 years ago
ed83304
VPX: x86 asm version of vpx_idct32x32_34_add()
by Scott LaVarnway
· 9 years ago
0ccad4d
Revert "VPX: x86 asm version of vpx_idct32x32_34_add()"
by James Zern
· 9 years ago
e3efed7
Merge "convolve_copy_sse2: replace SSE w/SSE2 code"
by James Zern
· 9 years ago
f483219
Merge "VPX: x86 asm version of vpx_idct32x32_34_add()"
by Scott LaVarnway
· 9 years ago
9aeaa20
VPX: x86 asm version of vpx_idct32x32_34_add()
by Scott LaVarnway
· 9 years ago
40dab58
convolve_copy_sse2: replace SSE w/SSE2 code
by James Zern
· 9 years ago
9cfba09
Optimize vpx_quantize_{b,b_32x32} assembler.
by Geza Lore
· 9 years ago
ec623a0
Upstream Mozilla fix for older Apple clang builds
by Johann
· 9 years ago
0c00af1
Add vpx_highbd_convolve_{copy,avg}_sse2
by Alex Converse
· 9 years ago
cbada4a
Remove 4 mova insts from quantize_ssse3_x86_64.asm
by Geza Lore
· 9 years ago
37c68ef
SSSE3 optimisation for quantize in high bit depth
by Julia Robson
· 9 years ago
b212094
Merge "VPX: refactor vpx_idct32x32_1_add_sse2()"
by Scott LaVarnway
· 9 years ago
5e6533e
SSE2 optimisation for quantize in high bit depth
by Julia Robson
· 9 years ago
23d1c06
VPX: refactor vpx_idct32x32_1_add_sse2()
by Scott LaVarnway
· 9 years ago
406030d
Accelerated transform in high bit depth
by Julia Robson
· 10 years ago
dd4f953
Remove vpx_filter_block1d16_v8_intrin_ssse3
by Johann
· 10 years ago
683b5a3
vpx_subpixel_8t_ssse3: fix reg counts/access
by James Zern
· 10 years ago
1958830
VPX: subpixel_8t_ssse3 asm using x86inc
by Scott LaVarnway
· 10 years ago
5c245a4
Merge changes I53b5bdc5,Ib81168a7,Ie0113945
by Johann Koenig
· 10 years ago
a28b2c6
Add sse2 versions of halfpix variance
by Johann
· 10 years ago
f5507b5
Only build ssse3 filter functions on 64 bit
by Johann
· 10 years ago
6c0f6dd
Merge "VPX: scaled convolve : fix windows build errors"
by Scott LaVarnway
· 10 years ago
acf24cc
VPX: scaled convolve : fix windows build errors
by Scott LaVarnway
· 10 years ago
6a21ca2
Merge "VPX ssse3 scaled convolve"
by Scott LaVarnway
· 10 years ago
49f6ff1
Rename inv_txfm_sse2.asm to inv_wht_sse2.asm
by Jingning Han
· 10 years ago
2030c49
VPX ssse3 scaled convolve
by Scott LaVarnway
· 10 years ago
6cf95bd
Merge "VPX: remove step == 16 and filter[3] != 128 checks"
by Scott LaVarnway
· 10 years ago
Next »