Jim Bankoski
11fe8ecf57
cpplint issue in vp9_detokenize.c
...
Change-Id: Ibf996de79e9c9bbe03b2202d4af11aebc58f9bcc
2013-09-29 11:53:06 -07:00
Jim Bankoski
67a0a89272
fixed cpplint issue vp9_onyxd_int.h
...
Change-Id: Ie1b544e488a5e346a62174bfdeb9b54c34a19083
2013-09-29 11:53:02 -07:00
Jim Bankoski
ef6d82358d
cpplint issue in vp9_read_bit_buffer resolved
...
Change-Id: I9dea60e39bc4a51684cfba49c82c3570a2f7b61e
2013-09-29 11:52:58 -07:00
Jim Bankoski
fff4caeac1
cpplint issue vp9_decodeframe.c
...
Change-Id: If71923f4821a7bf3372a1ead83baa91fc576977c
2013-09-29 11:52:52 -07:00
Jim Bankoski
2ce70a15d2
fix cpplint issue in vp9_onyxd.h
...
Change-Id: I6498d2eee0b3f3bbb94787eb0ba72ccfcf8f5f02
2013-09-29 11:52:47 -07:00
Jim Bankoski
da17ffa937
cpplint issues vp9_thread.h
...
apparently we are going to have trouble completely removing lint issue in this file.
It needs a bit more work. We need to include vpx_config.h to know whether
we need to have multi threading . and that means vpx_config.h has to come
before the system headers. ( a violation )
Change-Id: I023feeab1bf5643b79dccc3b80a4a9ad42689e7b
Signed-off-by: Jim Bankoski <jimbankoski@google.com>
2013-09-29 11:49:52 -07:00
Jim Bankoski
681fb22820
cpplint style issue
...
Change-Id: I550e27b2d40f0e608032e74e1472ceec53c97dc7
2013-09-29 11:19:26 -07:00
Jim Bankoski
cfbc246d57
fixed cpplint issues in vp9_onyxd_if.c
...
Change-Id: Ia67e9ed2d5ea79f3dbf1d58f9a187cb18ecd0995
2013-09-29 11:03:53 -07:00
Guillaume Martres
ceaa3c37a9
Merge "Simplify RDMULT and RDDIV derivation"
2013-09-27 16:32:54 -07:00
Christian Duvivier
b1b4ba1bdd
Properly save neon registers.
...
Replace current code which corrupts the stack by
duplicate of vp8 code to save and restore neon
registers.
Change-Id: Ibb0220b9aa985d10533befa0a455ebce57a2891a
2013-09-27 14:25:33 -07:00
Dmitry Kovalev
db60c02c9e
Merge "Renaming vp9_short_idct10_16x16 to vp9_short_idct16x16_10."
2013-09-27 13:08:52 -07:00
Dmitry Kovalev
36d2794369
Merge "New way of updating last frame segmentation map."
2013-09-27 13:08:44 -07:00
Scott LaVarnway
35830879db
Merge "d63 intra prediction ssse3 using bytes"
2013-09-27 07:21:08 -07:00
Dmitry Kovalev
398ddafb62
New way of updating last frame segmentation map.
...
Implementing more natural (and faster) way of updating last frame
segmentation map.
Change-Id: I9fefa8f78e77bd7948133b04173da45edc15a17e
2013-09-26 18:44:48 -07:00
Christian Duvivier
3c465af2ab
Merge "Fix a bunch of TODO from vp9_short_idct32x32_add_neon."
2013-09-26 14:15:18 -07:00
Dmitry Kovalev
15a36a0a0d
Renaming vp9_short_idct10_16x16 to vp9_short_idct16x16_10.
...
Making function name consistent with vp9_short_idct16x16 and
vp9_short_idct16x16_1.
Change-Id: I70e54be9e6b9a1dddab0de470686591e96d05517
2013-09-26 14:01:25 -07:00
Guillaume Martres
2b426969c3
Simplify RDMULT and RDDIV derivation
...
Don't divide RDMULT and RDDIV by 100 when RDMULT > 1000. This was
probably done to avoid overflow when the rd cost was stored in a 32 bits
integer but this is not the case anymore. This change will make it easier
to support multiple quantizers per frame.
derf compression gain at speed 0: 0.037%
Change-Id: Ibeeb9b7cfa1a132a7af41bc90fc07a3bba0857f6
2013-09-26 13:55:16 -07:00
Christian Duvivier
5b1dc1515f
Fix a bunch of TODO from vp9_short_idct32x32_add_neon.
...
- full ASM version, no more C gateway file.
- integrate combine-add with last step of 2nd pass.
- remove a few push/pop pairs.
- some instruction reordering to hide latency.
Change-Id: Ic9d9933c908b65d1bf7ba8fd47b524cda808c9c6
2013-09-25 21:15:19 -07:00
Guillaume Martres
7755b9dada
Merge "Correctly set the segment_id prediction flag and context"
2013-09-25 18:04:21 -07:00
Yaowu Xu
0c02bfcc2a
Merge "Limit mv search range for first pass and mbgraph"
2013-09-25 17:21:13 -07:00
Dmitry Kovalev
f9e2140cab
Merge "Moving from int_mv* to MV* (2)."
2013-09-25 16:12:13 -07:00
Dmitry Kovalev
2b5670238b
Merge "Replacing txfm with tx."
2013-09-25 15:57:56 -07:00
Dmitry Kovalev
e2c92d1510
Merge "Removing unused SUBMVREF_COUNT constant."
2013-09-25 15:57:49 -07:00
Dmitry Kovalev
87a214c277
Merge "Adding vp9_get_entropy_contexts function."
2013-09-25 15:43:55 -07:00
Dmitry Kovalev
9cd14ea6ed
Merge "Removing redundant 'extern' keyword."
2013-09-25 15:42:48 -07:00
Dmitry Kovalev
49f5efa8d8
Removing unused SUBMVREF_COUNT constant.
...
Change-Id: I302ab4603553352a84b57bc89bc9e3d037978d29
2013-09-25 15:33:05 -07:00
Scott LaVarnway
208658490c
d63 intra prediction ssse3 using bytes
...
byte version of ronalds d63 ssse3 optimizations
(commit: c5a1c8cf3541cf3665fee981b36d22c9fbd4191e)
Change-Id: Ifd3e6d454a2246085f23eabb38518a930321e807
2013-09-25 16:16:44 -04:00
Dmitry Kovalev
d445945a84
Adding vp9_get_entropy_contexts function.
...
Change-Id: Ife0dd29fb4ad65c7e12ac5f1db8cea4ed81de488
2013-09-24 17:26:05 -07:00
Dmitry Kovalev
d0365c4a2c
Replacing txfm with tx.
...
Renaming txfm_stepdown_count to tx_stepdown_count and max_txfm_size to
max_tx_size.
Change-Id: Ifc173e22c78240e561a57c4c741b64b1b8fc6fef
2013-09-24 17:24:35 -07:00
Dmitry Kovalev
682c27239f
Merge "Cleaning up vp9_update_nmv_count function."
2013-09-24 16:27:18 -07:00
Dmitry Kovalev
450cbfe53a
Cleaning up vp9_update_nmv_count function.
...
Using best_mv[2] array instead of two separate variables.
Change-Id: Iefa0a41f5c42c42f2c66cef26750da68405f0f25
2013-09-24 15:55:49 -07:00
Dmitry Kovalev
12d57a9409
Removing redundant 'extern' keyword.
...
Change-Id: Ie51306689c0dc527a8aa12d3984389dd8f360dea
2013-09-24 15:13:09 -07:00
Dmitry Kovalev
d571e4e785
Replacing unsigned char* with uint8_t*.
...
Change-Id: I99a1880aee015ae16311ba05a31aa307df89bef2
2013-09-24 14:57:42 -07:00
Guillaume Martres
57272e41dd
Correctly set the segment_id prediction flag and context
...
This fix a bug introduced by ac6093d179
Change-Id: I0700a4daf7a6a2471074f81a4596352287fb2ac9
2013-09-24 14:18:27 -07:00
Yaowu Xu
35c5d79e6b
Limit mv search range for first pass and mbgraph
...
Both first pass and mbgraph search use block size 16x16 for motion
estimation. This commit put a limit of motion vector range. The
effective range allows the entire 16x16 with required subpel
interpolation input to be completely outside image border, but
not any further away from image border.
Change-Id: Id70a5ed08be49e70959f064859d72adc7d775d08
2013-09-24 13:47:29 -07:00
Dmitry Kovalev
b87696ac37
Moving from int_mv* to MV* (2).
...
Updating fractional_mv_step_fp and fractional_mv_step_comp_fp function
types.
Change-Id: I601c4378bc39ac3ffd4e295d9cbd8e1f74829d46
2013-09-24 12:48:12 -07:00
Jingning Han
b1c58f57a7
Merge "Remove redundant mode update in sub8x8 decoding"
2013-09-24 12:35:58 -07:00
Dmitry Kovalev
30888742f4
Merge "Moving from int_mv to MV."
2013-09-24 12:25:56 -07:00
Yaowu Xu
71cfaaa689
Merge "Replace memcpy with vpx_memcpy"
2013-09-24 11:35:03 -07:00
Yaowu Xu
9be0bb19df
Replace memcpy with vpx_memcpy
...
Also removed obselete comment
Change-Id: Iae1664777d76383639c637ee786e0d50fc45819a
2013-09-24 10:56:06 -07:00
Yaowu Xu
6037f17942
Rename defined constants
...
The change is to better reflect the nature of the constants.
Change-Id: Icabac6e9bceefbdb3f03f8218f88ef75943c30fb
2013-09-24 10:53:01 -07:00
Yaowu Xu
ff1ae7f713
Prevent using uninitialized value in RD decision
...
INT64_MAX may be assigned as RDCOST when RDCSOST computation is skipped
for speed, this commit to prevent INT64_MAX from being used as real
RDCOST in transform size decision.
Change-Id: I89a945134191bbdea1f1431ade70424ac079eaac
2013-09-24 10:53:01 -07:00
Yaowu Xu
fe533c9741
Merge "Change to prevent invalid memory access"
2013-09-24 10:37:17 -07:00
Dmitry Kovalev
f24b9b4f87
Merge "Adding best_mv[2] array instead of two variables."
2013-09-24 10:17:53 -07:00
Deb Mukherjee
f1a627e8a2
Merge "Small tweak in the constant quality parameter"
2013-09-24 09:51:08 -07:00
Jingning Han
9bcd750565
Merge "Enable per transformed block zero coeffs forcing"
2013-09-24 09:18:17 -07:00
Jingning Han
24ad692572
Merge "Calculate rd cost per transformed block"
2013-09-24 09:18:03 -07:00
Deb Mukherjee
b7a93578e5
Small tweak in the constant quality parameter
...
Improves results a little.
Change-Id: I7bcac02dbb65b43a993445cf557c520197114e5c
2013-09-24 09:09:35 -07:00
Yunqing Wang
bacb5925ff
Merge "Number of instructions in fdct4_1d_sse2 reduced by two."
2013-09-24 08:40:56 -07:00
Yaowu Xu
92a29c157f
Change to prevent invalid memory access
...
After change of MI context storage , mi_8x8[] pointer may be null for
a block outside of image border. The commit changes to access the data
only after validation of mi_row and mi_col.
Change-Id: I039c4eb486a228ea9d8e5f35ab9ae6717d718bf3
2013-09-24 08:36:59 -07:00