Yaowu Xu
c703400bd4
Merge "vp9_prob_diff_update_savings_search_model(): remove params"
2014-03-03 08:24:30 -08:00
Yaowu Xu
5ee16cc075
Merge "vp9_firstpass.c: remove unused functions & params"
2014-03-03 06:53:35 -08:00
Dmitry Kovalev
9f17ff452b
Merge "Sorting includes in vp9_firstpass.c."
2014-03-03 01:03:21 -08:00
Yaowu Xu
b9d28e715f
vp9_prob_diff_update_savings_search_model(): remove params
...
Two paramemters are not in use, therefore are removed.
Change-Id: I41eb601b7b4bf2feedb13b3f240315656d8694f9
2014-03-02 20:36:32 -08:00
Yaowu Xu
673621c8ba
vp9_firstpass.c: remove unused functions & params
...
Change-Id: I111c5bd0dd47db7b1f6952c18056bee548bb42e9
2014-03-02 13:46:03 -08:00
Yaowu Xu
b12f5fc748
vp9_encodeframe.c: remove unused function params
...
Change-Id: I6d47618e8aee6e6c2fe1cf0b8bb4da0b2a0bab66
2014-03-01 14:58:42 -08:00
Yaowu Xu
9650b9d72a
Remove dec_build_inter_predictors() parameters
...
There were two parameters not in use, this commit removed them.
Change-Id: Ia03a73b9a2521400bed539df45574e34214ed93a
2014-03-01 11:14:00 -08:00
Yaowu Xu
9bcd361617
Remove unused parameters from update_state_rt()
...
In addition, a local variable was renamed to avoid confusion.
Change-Id: Id4c497f9cfa219e8a414aa9fee9a85af5f147249
2014-03-01 11:08:52 -08:00
Yaowu Xu
2f4eb5f096
Remove vp9_create_common()
...
The function has evolved over time, now only calls vp9_rtcd(), so this
commit removes the function and changes to call vp9_rtcd() directly.
Change-Id: I8cfa6190daa4b28f6f3d1e11bb3a07f9c95322bf
2014-03-01 10:59:24 -08:00
Yaowu Xu
3678ed36b9
Remove a parameter from write_selected_tx_size()
...
The parameter was never used.
Change-Id: I99fd9aad697917ddbe3d10c71cae344228fafc31
2014-03-01 10:40:39 -08:00
James Zern
26283c648d
Merge "normalize perl shebangs"
2014-02-28 17:56:01 -08:00
Yaowu Xu
a257058aa3
Merge "Fix unused parameters in vp9_extend_frame_borders"
2014-02-28 17:34:38 -08:00
Yaowu Xu
bbe37dfad0
Merge "fix vp9 only build"
2014-02-28 17:09:31 -08:00
Dmitry Kovalev
4aacfb0f85
Merge "Replacing int_mv with MV."
2014-02-28 16:09:17 -08:00
Dmitry Kovalev
37bb11f5cb
Merge "Removing unnecessary casts from quantization code."
2014-02-28 16:08:24 -08:00
Dmitry Kovalev
f97afbc8ea
Merge "Using ref_mv[2] instead of two separate variables."
2014-02-28 16:07:45 -08:00
Yaowu Xu
0fa4d89042
Fix unused parameters in vp9_extend_frame_borders
...
Change-Id: I7255b3bc47d760333f58ac4878becbcc8ad30967
2014-02-28 15:50:32 -08:00
Dmitry Kovalev
3557dfc20f
Merge "Sorting includes in vp9_rdopt.c."
2014-02-28 15:37:51 -08:00
Yaowu Xu
24c1734f53
fix vp9 only build
...
Change-Id: I7a1a7190dc32c65846a897a3162a02d63e59719f
2014-02-28 15:26:09 -08:00
Deb Mukherjee
dc8a2c07b3
Merge "Adds speed 8 to vp9 as reference"
2014-02-28 14:17:24 -08:00
Dmitry Kovalev
aed826b065
Using ref_mv[2] instead of two separate variables.
...
Change-Id: I909a81991aa0cc18afe6526542c7513837445213
2014-02-28 14:10:51 -08:00
Dmitry Kovalev
d89bdd3674
Sorting includes in vp9_rdopt.c.
...
Change-Id: I7e2591b4b54e0eac8521e128c7d97f62d2057ed8
2014-02-28 14:00:15 -08:00
Dmitry Kovalev
dac630bb22
Merge "Sorting and eliminating includes in vp9_pickmode.c."
2014-02-28 13:57:31 -08:00
Dmitry Kovalev
3c4a57bb4f
Merge "Fixing include order in vp9_quantize.c"
2014-02-28 13:18:38 -08:00
Jingning Han
fa9e6e8890
Merge "Fix potential invalid partition size use"
2014-02-28 13:02:58 -08:00
Deb Mukherjee
f872a98b1b
Adds speed 8 to vp9 as reference
...
Adds a speed 8 to VP9 where only the nearestmv (0 mv) is searched.
This seems to be about the same speed as vp8 speed 5.
Adds a new speed feature to disable inter modes based on a mask for
each blocksize.
Adds code for having lower complexity motion search methods
in nonrd pick mode function, even though speed 7 still uses DIAMOND
search for now.
Also uses HEX search for speed 6 rather than FAST_HEX which improves
psnr by 0.56% without any noticeable speed drop (tested on gipsmotion).
Change-Id: Ic13176572dbd3aed5884a26786940a4b1bbd8a75
2014-02-28 12:29:23 -08:00
Jingning Han
da798043c5
Merge "Skip some mode SAD calculation in non-RD mode"
2014-02-28 12:14:10 -08:00
Dmitry Kovalev
ce404e898c
Replacing int_mv with MV.
...
Change-Id: Ib68d4a2de838254a66272324b909292048cbe60d
2014-02-28 12:11:46 -08:00
Dmitry Kovalev
e869869d22
Removing unnecessary casts from quantization code.
...
Change-Id: I64172710654e95a90ee754d14d7104337d28010f
2014-02-28 11:59:50 -08:00
James Zern
b6941849cb
normalize perl shebangs
...
don't require perl to be in a fixed location
Change-Id: Icc8b6113a2a3626f847fe46409334a03f1db5c85
2014-02-28 11:56:14 -08:00
Minghai Shang
0bbc7f9825
Merge "[svc] Fix "possible loss of data", "division by zero" and "index 5 out of bounds for type" compiler warings"
2014-02-28 11:50:48 -08:00
Dmitry Kovalev
d6321c3e68
Merge "Cleaning up vpx_codec_get_cx_data() function."
2014-02-28 11:31:43 -08:00
Dmitry Kovalev
c9513e1dfb
Fixing include order in vp9_quantize.c
...
Change-Id: Ic32eb103d0d7f98c0a16c4e7bdec117faf05df02
2014-02-28 11:30:51 -08:00
Dmitry Kovalev
fc179b3eda
Merge "Cleaning up vp9_quantize.c."
2014-02-28 11:29:39 -08:00
Dmitry Kovalev
b68e0a0c38
Sorting and eliminating includes in vp9_pickmode.c.
...
Change-Id: Icc057b819d80c608a6003fd7ef58aefed7a15824
2014-02-28 11:28:34 -08:00
Dmitry Kovalev
1cd34d3f3b
Sorting includes in vp9_firstpass.c.
...
Change-Id: Iee4f8443971fe2b21762d87f0be5751329768b5a
2014-02-28 11:15:32 -08:00
Dmitry Kovalev
e4159100bc
Merge "Adding get_y_mode() function."
2014-02-28 11:12:22 -08:00
Dmitry Kovalev
d5e6f09585
Merge "Cleaning up vp9_bitstream.{c, h} files."
2014-02-28 11:01:55 -08:00
Dmitry Kovalev
28bd1dd15e
Merge "Adding consts to arguments of vp9_block_error()."
2014-02-28 10:51:43 -08:00
Dmitry Kovalev
51e0e0c0a7
Merge "Cleaning up encode_ref_frame() to match read_ref_frames()."
2014-02-28 10:51:21 -08:00
Jingning Han
bf5e9221d6
Fix potential invalid partition size use
...
For blocks at frame boundary, the selected block size sometimes needs
to be smaller than that was first given. This commit forces such block
size change only between square blocks, so as to avoid the potential
use case containing 32x16 + 16x8 + 16x8, for 1080p sequences.
Local test suggested no visible coding speed difference. Borg test
reveals no difference in terms of compression performance.
Change-Id: Ie8de87f3c6febc3acf11b4cbfdf2077f9f6def52
2014-02-28 10:50:34 -08:00
Dmitry Kovalev
3a83d08a08
Merge "Moving get_tx_eob() from common to encoder."
2014-02-28 10:49:47 -08:00
Dmitry Kovalev
0429c08823
Merge "Removing unnecessary clamp() call."
2014-02-28 10:49:35 -08:00
Dmitry Kovalev
9d0d6d1945
Merge "Explicit lossless handling in rd_pick_intra4x4block()."
2014-02-28 10:49:11 -08:00
Dmitry Kovalev
761eef0310
Merge "Replacing int_mv with MV and adding const qualifiers."
2014-02-28 10:38:42 -08:00
Minghai Shang
e526c04872
[svc] Fix "possible loss of data", "division by zero" and
...
"index 5 out of bounds for type" compiler warings
Change-Id: I414d39198cb02d1b8e2330002ed5fe062aaea95e
2014-02-28 10:30:20 -08:00
James Zern
73c65b5781
Merge "rtcd.sh: sort functions by name"
2014-02-28 10:29:22 -08:00
Dmitry Kovalev
f527c46f20
Cleaning up vp9_quantize.c.
...
Change-Id: I9a38af32f16f196b83dd69755eafb9543edf5691
2014-02-28 10:11:31 -08:00
hkuang
edcbbf2ee3
Merge "Fix a bug in neon that has not save and restore q4-q7 registers."
2014-02-28 09:48:26 -08:00
Jingning Han
24c7ee78c5
Skip some mode SAD calculation in non-RD mode
...
This commit checks if the motion vector associated with the current
mode has been computed in previous mode tests. If possible, skip the
redundant reference block generation and SAD calculation in the
non-RD mode decision process.
For test sequence pedestrian_area 1080p, the runtime goes from
24261 ms to 23770 ms. This does not change compression performance.
The speed-up is mostly around places with consistent motion.
Change-Id: I97be63c6a2d07c57be26b3c600fbda3803adddda
2014-02-28 09:44:53 -08:00