James Zern
15b57a2bf3
subtract_test: add NEON functions
...
Change-Id: I6d8ac50ce842749a2a643d8173bbd301cc284236
2014-02-26 19:25:01 -08:00
James Zern
703c79ca17
sixtap_predict_test: add NEON functions
...
Change-Id: Id0a2d9ef9636c84ee988dabecd5d4dc2b8641944
2014-02-26 19:25:01 -08:00
James Zern
2a66e9f746
partial_idct_test: add NEON functions
...
note not all functions have NEON implementations:
- vp9_idct32x32_34_add
Change-Id: I3db3acbd5b33839aabd1beadc6e0742ec50b1072
2014-02-26 19:25:01 -08:00
James Zern
c3331105f2
fdct8x8_test: add NEON functions
...
FwdTrans8x8HT is disabled as the tests currently fail.
note not all functions have NEON implementations:
- fdct8x8/fht8x8
Change-Id: I028bdec9a21eaaee2c5865470ab179aac403540e
2014-02-26 19:25:01 -08:00
James Zern
08c3180732
fdct4x4_test: add NEON functions
...
Trans4x4HT is disabled as the tests currently fail.
note not all functions have NEON implementations:
- fdct4x4/fht4x4
Change-Id: I26f8724bf2a9ea01d59205a1c57119ed25d043bc
2014-02-26 19:25:00 -08:00
James Zern
a6effda70f
dct32x32_test: add NEON functions
...
note not all functions have NEON implementations:
- vp9_fdct32x32/vp9_fdct32x32_rd
Change-Id: I3795d78bf215e41ab8801c2c37cf633f16931f9d
2014-02-26 19:24:05 -08:00
Alex Converse
104d8ec034
Merge "Don't let GOLDEN_FRAME turn off LAST_FRAME as a reference when GOLDEN_FRAME is disabled."
2014-02-26 18:50:00 -08:00
Dmitry Kovalev
e4118e253a
Merge "Adding vpx_sse_to_psnr() function."
2014-02-26 18:38:26 -08:00
Dmitry Kovalev
b83b159e04
Merge "Cleaning up cost_coeffs()."
2014-02-26 18:37:21 -08:00
Dmitry Kovalev
2c594a5275
Removing vp9_systemdependent.c.
...
Change-Id: I7b9738a7113c0c4687e5d320581ff69d98a8b271
2014-02-26 18:07:23 -08:00
Dmitry Kovalev
a05faf74d4
Replacing int_mv with MV in single_motion_search().
...
Change-Id: I527c42fa776c772c26c027a47f3dada129f5c33e
2014-02-26 17:07:06 -08:00
Alex Converse
801f136be2
Don't let GOLDEN_FRAME turn off LAST_FRAME as a reference when GOLDEN_FRAME is disabled.
...
There was a bug in the previous code that if GOLDEN was better than
LAST neither would be used. LAST would get turned off due to superior
GOLDEN quality then all GOLDEN modes would get skipped.
Change-Id: I173f3720451707dab7b2cbbe8b8e6a047089bde7
2014-02-26 16:46:21 -08:00
Ivan Maltz
b2741e9808
Merge "log overall psnr, average psnr, and overall mse"
2014-02-26 16:36:23 -08:00
Dmitry Kovalev
4334c07357
Reusing mem_get_le{16, 32} defined in vpx_ports/mem_opts.h.
...
Change-Id: If4b5209ac14aaba6f1c1014bc0497baa8eabfaff
2014-02-26 16:32:09 -08:00
Yaowu Xu
2bf9ef4b94
Merge "Reduce the frequency of partition size adjsutment"
2014-02-26 16:23:49 -08:00
Dmitry Kovalev
7d5bffc452
Adding vpx_sse_to_psnr() function.
...
Removing all copies of identical vp8_mse2psnr/vp9_mse2psnr functions.
Using vpx_sse_to_psnr() instead in all places.
Change-Id: I15beef9834d43d8fc8a8a7a2d1fc5de3d658fed8
2014-02-26 16:21:12 -08:00
Dmitry Kovalev
9349b82bd2
Moving common code into vp9_get_entropy_contexts().
...
Change-Id: I197670a405f7c2e7796424faa187a61081db8567
2014-02-26 16:20:17 -08:00
Dmitry Kovalev
6232917608
Merge "Cleaning up vp9_encodemb.c file."
2014-02-26 16:03:19 -08:00
Dmitry Kovalev
c313c54835
Cleaning up cost_coeffs().
...
Change-Id: I02f097fd7c4c787035f03114ddde5b04b2640b39
2014-02-26 14:56:00 -08:00
Marco Paniconi
451ef9051e
Merge "Update some comments in vpx_temporal_scalable_patterns."
2014-02-26 14:35:14 -08:00
Marco Paniconi
d32e000ae0
Update some comments in vpx_temporal_scalable_patterns.
...
Change-Id: I747d26c544cc56feaaf7c75403f2f4c16a496bb7
2014-02-26 14:30:09 -08:00
Ivan Maltz
74e1830b05
log overall psnr, average psnr, and overall mse
...
Change-Id: I0b4fa1f8104b7fa5780d4e99e5401c14271a992d
2014-02-26 14:18:51 -08:00
Dmitry Kovalev
9774962a24
Cleaning up vp9_encodemb.c file.
...
Usage of encode_b_args is unnecessary because encode_block_pass1() doesn't
use them. That's why optimize_init_b() call is also not required.
Change-Id: Ib6cfe4916c2ca85749c90bb0adcba6fea592f9ac
2014-02-26 13:51:12 -08:00
Johann
c9a5584e40
Merge "VP8 for ARMv8 by using NEON intrinsics 05"
2014-02-26 13:44:28 -08:00
Minghai Shang
8c196b27b3
[svc] Add target bitrate settings for each layers.
...
Change-Id: Ia7677fb436667bc4f76db71f65e4784f433f7826
2014-02-26 13:30:50 -08:00
Dmitry Kovalev
28cd972810
Merge "Cleaning up vp9_rdopt.c."
2014-02-26 13:25:10 -08:00
Yaowu Xu
9e5046f521
Merge "Separate super_block_yrd() into two functions"
2014-02-26 13:24:51 -08:00
Johann
801754eead
Merge "VP8 for ARMv8 by using NEON intrinsics 04"
2014-02-26 12:28:19 -08:00
Johann
4e85ecbcd6
Merge "VP8 for ARMv8 by using NEON intrinsics 03"
2014-02-26 12:27:36 -08:00
hkuang
08f250f565
Merge "Fix a bug in intra prediction due to change in 25e55526301eba7d6e5c68e25402e9b2102976d8."
2014-02-26 11:56:45 -08:00
Minghai Shang
c79bd22a5f
Change for adding QP settings for key frames
...
Change-Id: I4dcabb60cb1185eb9a2efa18b50f17af272d2cd6
2014-02-26 11:19:06 -08:00
Jingning Han
c30d5703e5
Run sub-pixel motion search for NEWMV mode test
...
As Yunqing suggested, this commit makes non-RD mode decision always run
sub-pixel motion search in NEWMV mode. The compression performance
gains becomes fairly significant after we enabled sub-pixel accuracy
motion compensated prediction to calculate SAD cost.
For test sequences pedestrian_area at 1080p and vidyo1 at 720p, the
runtime goes slower by 5%. For rtc test set, the compression performance
is improved by 21.20%.
Change-Id: I38cbfdd5c53d79423e1fafb3154f8ddeed63bbf0
2014-02-26 11:17:51 -08:00
Tom Finegan
11bd630f39
Merge "cq_test.cc: Use size_t for file size and unsigned int for target bitrate."
2014-02-26 10:42:44 -08:00
Yaowu Xu
fe0c09c2aa
Reduce the frequency of partition size adjsutment
...
The commit change to use partitions sizes directly from last frame
for frames directly where last frame selects partitions sizes based
on coding efficiency.
On --rt --cpu-used=-5, the change hurts compression by 4% but reduces
encoding time by ~20%
Change-Id: Ia68665e5c8489b7bfcf5fac7768332fba88928e6
2014-02-26 09:52:38 -08:00
Yaowu Xu
d66ecf0dc1
Separate super_block_yrd() into two functions
...
for inter and intra respectively
Change-Id: I7764d3af780072f7bd7bde201f454dcdd2816e76
2014-02-26 09:52:05 -08:00
Marco Paniconi
288663e700
Merge "Add consective frame loss to error_resilience test."
2014-02-26 09:27:17 -08:00
Jingning Han
1cc769a561
Merge "Use sub-pixel accuracy prediction non-RD mode"
2014-02-26 09:20:24 -08:00
Dmitry Kovalev
8b33c64162
Merge "Using clamp() for active_{best, worst}_quality."
2014-02-26 09:20:14 -08:00
Jingning Han
e211244b02
Merge "Use dedicated variables to store the best mode"
2014-02-26 09:20:13 -08:00
Dmitry Kovalev
55a1269bd9
Merge "Removing redundant vp9_clear_system_state() call."
2014-02-26 09:19:54 -08:00
Dmitry Kovalev
b13ee81d18
Merge "Removing vp9_optimize_b() function."
2014-02-26 09:19:28 -08:00
Jim Bankoski
d496cd3074
remove ioc problem with rdcost calculation
...
Change-Id: Idd800fae21508699e9d973134817493763a65042
2014-02-26 07:46:56 -08:00
James Zern
adbb881497
dct16x16_test: add NEON functions
...
note not all functions have NEON implementations:
- fdct/fht/iht
Change-Id: I6bb7ffe89b8cc23b642e19caf22f04f2d5e39087
2014-02-25 23:11:49 -08:00
Marco Paniconi
f61b962c1a
Add consective frame loss to error_resilience test.
...
Modify existing test to also check the case of dropping
(i.e., skip decoding) a consecutive list of frames.
Change-Id: Ia8c1195559f952e86e6697996931d3a920c05ae3
2014-02-25 19:08:30 -08:00
James Yu
fb5d281bb6
VP8 for ARMv8 by using NEON intrinsics 05
...
Add dequantizeb_neon.c
- vp8_dequantize_b_loop_neon
vpxdec --summary --noblit ../videos/tears_of_steel_1080p.webm
Before => After, 13.25 => 13.23 (fps)
Change-Id: Iebe3b0c6ed2359c778b0570763c5681ae25fef0c
Signed-off-by: James Yu <james.yu@linaro.org>
2014-02-26 10:16:00 +08:00
Dmitry Kovalev
abe21e42e7
Removing redundant vp9_clear_system_state() call.
...
This function is already called in vp9_initialize_rd_consts().
Change-Id: I88c0484a7274660287fa25fdf5cdb721d3284e01
2014-02-25 18:11:42 -08:00
Dmitry Kovalev
8d80c262d1
Using clamp() for active_{best, worst}_quality.
...
Change-Id: Ia79f975f54829b8ae6b568ca5c05f4f1f541706f
2014-02-25 18:01:49 -08:00
James Yu
28b2f82f97
VP8 for ARMv8 by using NEON intrinsics 04
...
Add dequant_idct_neon.c
- vp8_dequant_idct_add_neon
vpxdec --summary --noblit ../videos/tears_of_steel_1080p.webm
Before => After, 13.25 => 13.22 (fps)
Change-Id: Id48f39e1da58dd3d8d37658e94989411997f4f7c
Signed-off-by: James Yu <james.yu@linaro.org>
2014-02-26 09:59:23 +08:00
hkuang
1c4e449133
Fix a bug in intra prediction due to change in
...
25e5552630
.
Change-Id: I17ac67c3ced91ad4f057b296f7e8dc86a3389f26
2014-02-25 17:54:33 -08:00
Dmitry Kovalev
7d121ea86e
Cleaning up vp9_rdopt.c.
...
Change-Id: Ic7553a037493107c33cfb9815178a54095a289ec
2014-02-25 17:46:27 -08:00