File tree
3 files changed
+17
-6
lines changed- app/jni/thirdparty
- scripts
3 files changed
+17
-6
lines changed- build/make/rtcd.pl+1-14
- examples/twopass_encoder.c+1
- examples/vp9_spatial_svc_encoder.c+2
- libs.doxy_template-19
- test/active_map_test.cc+4-2
- test/buffer.h+7-7
- test/codec_factory.h+8-8
- test/dct_test.cc+4-2
- test/decode_test_driver.h+1-1
- test/encode_test_driver.h+1-1
- test/fdct8x8_test.cc+7
- test/hadamard_test.cc+7
- test/ivf_video_source.h+7-7
- test/quantize_test.cc+7
- test/register_state_check.h+1-1
- test/resize_test.cc+5
- test/sad_test.cc+1
- test/variance_test.cc+15-4
- test/video_source.h+32-8
- test/vp8_fdct4x4_test.cc+5
- test/vp9_ethread_test.cc+1
- test/vp9_ext_ratectrl_test.cc+147-1
- test/vp9_quantize_test.cc+10
- test/vp9_subtract_test.cc+5
- test/webm_video_source.h+8-6
- test/y4m_test.cc+4-2
- test/y4m_video_source.h+8-8
- test/yuv_video_source.h+9-7
- tools/diff.py+1-1
- tools/intersect-diffs.py+2-2
- tools/lint-hunks.py+19-17
- tools/tiny_ssim.c+4
- tools/wrap-commit-msg.py+1-1
- vp8/common/loongarch/idct_lsx.c+18-21
- vp8/common/loongarch/loopfilter_filters_lsx.c+14-14
- vp8/common/loongarch/sixtap_filter_lsx.c+864-125
- vp8/common/rtcd_defs.pl+8-7
- vp8/encoder/loongarch/dct_lsx.c+161
- vp8/encoder/loongarch/encodeopt_lsx.c+82
- vp8/encoder/loongarch/quantize_lsx.c+145
- vp8/encoder/mcomp.c+2-2
- vp8/vp8cx.mk+5
- vp9/encoder/vp9_encodeframe.c+10-5
- vp9/encoder/vp9_encoder.c+5-3
- vp9/encoder/vp9_ext_ratectrl.c+32-1
- vp9/encoder/vp9_ext_ratectrl.h+4
- vp9/encoder/vp9_firstpass.c+32
- vp9/encoder/vp9_ratectrl.h+4
- vpx/vp8cx.h+16
- vpx/vp8dx.h+16
- vpx/vpx_ext_ratectrl.h+56-1
- vpx_dsp/loongarch/avg_lsx.c+90
- vpx_dsp/loongarch/bitdepth_conversion_lsx.h+41
- vpx_dsp/loongarch/fwd_dct32x32_lsx.c+2-2
- vpx_dsp/loongarch/fwd_txfm_lsx.c+92
- vpx_dsp/loongarch/fwd_txfm_lsx.h+113-14
- vpx_dsp/loongarch/idct32x32_lsx.c+2-2
- vpx_dsp/loongarch/loopfilter_16_lsx.c+89-99
- vpx_dsp/loongarch/loopfilter_4_lsx.c+18-18
- vpx_dsp/loongarch/loopfilter_8_lsx.c+152-163
- vpx_dsp/loongarch/loopfilter_lsx.h+10-10
- vpx_dsp/loongarch/quantize_lsx.c+253
- vpx_dsp/loongarch/sad_lsx.c+155-110
- vpx_dsp/loongarch/sub_pixel_variance_lsx.c+562-36
- vpx_dsp/loongarch/subtract_lsx.c+371
- vpx_dsp/loongarch/txfm_macros_lsx.h+23-30
- vpx_dsp/loongarch/variance_lsx.c+91-39
- vpx_dsp/loongarch/variance_lsx.h+62
- vpx_dsp/loongarch/vpx_convolve8_avg_lsx.c+70-81
- vpx_dsp/loongarch/vpx_convolve8_avg_vert_lsx.c+14-14
- vpx_dsp/loongarch/vpx_convolve8_horiz_lsx.c+67-94
- vpx_dsp/loongarch/vpx_convolve8_lsx.c+105-115
- vpx_dsp/loongarch/vpx_convolve8_vert_lsx.c+121-166
- vpx_dsp/loongarch/vpx_convolve_copy_lsx.c-1
- vpx_dsp/loongarch/vpx_convolve_lsx.h+59-64
- vpx_dsp/vpx_dsp.mk+8
- vpx_dsp/vpx_dsp_rtcd_defs.pl+15-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
| |||
60 | 63 |
| |
61 | 64 |
| |
62 | 65 |
| |
63 |
| - | |
64 |
| - | |
| 66 | + | |
| 67 | + | |
65 | 68 |
| |
66 | 69 |
| |
67 | 70 |
| |
| |||
155 | 158 |
| |
156 | 159 |
| |
157 | 160 |
| |
| 161 | + | |
| 162 | + | |
158 | 163 |
| |
159 | 164 |
| |
160 | 165 |
| |
| |||
170 | 175 |
| |
171 | 176 |
| |
172 | 177 |
| |
| 178 | + | |
| 179 | + | |
173 | 180 |
| |
174 | 181 |
| |
175 | 182 |
| |
| |||
185 | 192 |
| |
186 | 193 |
| |
187 | 194 |
| |
188 |
| - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
189 | 198 |
| |
190 | 199 |
| |
191 | 200 |
| |
| |||
201 | 210 |
| |
202 | 211 |
| |
203 | 212 |
| |
| 213 | + | |
| 214 | + | |
204 | 215 |
| |
205 | 216 |
| |
206 | 217 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments