Dmitry Kovalev
b096c5a336
Giving consistent names to IDCT 16x16 functions.
...
Renames:
vp9_short_idct16x16_add -> vp9_idct16x16_256_add
vp9_short_idct16x16_10_add -> vp9_idct16x16_10_add
vp9_short_idct16x16_1_add -> vp9_idct16x16_1_add
vp9_idct_add_16x16 -> vp9_idct16x16_add
Change-Id: Ief8a3904de78deab0f4ede944c4d0339c228cfc3
2013-10-07 14:31:10 -07:00
Jingning Han
c8f481fa3d
Restore mode skip feature in sub8x8 rd loop
...
This commit restores the mode skip feature in the sub8x8 rd loop.
Change-Id: I5496ee32053f572b8961b549e9ecd4f1360824de
2013-10-07 14:20:34 -07:00
Dmitry Kovalev
2ae93a776b
Merge "Giving consistent names to IDCT 8x8 functions."
2013-10-07 14:19:50 -07:00
Dmitry Kovalev
23cc1cd8e6
Removing redundant vp9_pt_energy_class declarations.
...
Declaring vp9_pt_energy_class in vp9_entropy.h instead of many external
places.
Change-Id: I66e8a3fc119a43f88d130d0dae4133c825a047a3
2013-10-07 14:11:01 -07:00
Jim Bankoski
7eb7dd2fed
cpplint errors in vp9_onyx_if.h
...
Slightly bigger change -> broke up encode_frame_to_datarate, lots
of line length fixes.
Change-Id: I7c53325e954de130f3fe1a6656626efc6705be82
2013-10-07 13:57:20 -07:00
Dmitry Kovalev
272adbbec4
Using inter_mode_offset_function instead of duplicated code.
...
Change-Id: I8de865cd1deca07b5c92c225782f0867367e9a11
2013-10-07 13:18:46 -07:00
Adrian Grange
18a2617126
Merge "cpplint issues resolved vp9_ratectrl.c"
2013-10-07 10:54:17 -07:00
Jim Bankoski
31b7a912d1
cpplint issues resolved vp9_ratectrl.c
...
Change-Id: Iae7674b0c946a5ac01617840b3f62965c654d920
2013-10-07 09:21:29 -07:00
Jim Bankoski
92519a005a
Merge "cpplint problems resolved with vp9_firstpass.c"
2013-10-07 09:16:46 -07:00
Jim Bankoski
ccc5a483f4
Merge "cpplint issues resolved in vp9_mcomp.c"
2013-10-07 09:14:35 -07:00
Paul Wilkins
65f0cc7f4b
Disable MODE_TEST_HIT_STATS
...
This flag is for stats generation and testing and should not
be checked in as enabled by default.
Change-Id: I4ea57dbcf49790f14777f598ddd3dc37dcc7a6bb
2013-10-07 02:54:19 -07:00
Dmitry Kovalev
c6ad70d5f1
Giving consistent names to IDCT 8x8 functions.
...
Renames:
vp9_short_idct8x8_add -> vp9_idct8x8_64_add
vp9_short_idct8x8_1_add -> vp9_idct8x8_1_add
vp9_short_idct8x8_10_add -> vp9_idct8x8_10_add
vp9_idct_add_8x8 -> vp9_idct8x8_add
Change-Id: Ifb8d3a45b4c0397aa805b30463f3d14581bf72c1
2013-10-06 00:24:09 -07:00
Dmitry Kovalev
9dba044be2
Merge "Giving consistent names to IDCT/IWHT functions."
2013-10-05 23:44:05 -07:00
Jim Bankoski
bf21ce63ee
encodemb cpplint issues revisited.
...
Change-Id: Id5f25b74e2207bf44b6f6c8ffe548fa30fd78b4d
2013-10-05 17:24:51 -07:00
Jim Bankoski
30dee8adfc
cpplint problems resolved with vp9_firstpass.c
...
Change-Id: Ic7b7014a0d857585bfd4baaea1d5c27ffe355642
2013-10-05 17:10:54 -07:00
Jim Bankoski
c9f3f9ed70
Merge "unused typedef in vp9_variance.h"
2013-10-05 16:49:13 -07:00
Jim Bankoski
7fd13472ae
Merge "cpplint issues with vp9_boolhuff.c resolved"
2013-10-05 16:48:28 -07:00
Jim Bankoski
f59cb3eacc
Merge "added nolint to function that doesn't seem easy to breakup"
2013-10-05 16:47:23 -07:00
Jim Bankoski
4410bbbf88
Merge "cpplint issues in vp9_lookahead.c"
2013-10-05 16:46:11 -07:00
Jim Bankoski
b79b7c354d
cpplint issues resolved in vp9_mcomp.c
...
Change-Id: I2c2f83f4dfa2782fc6b0aa6db3ba2c4e6e423ffa
2013-10-05 16:44:40 -07:00
Jim Bankoski
6a7b1fb754
Merge changes Idbfabe42,I788f1a30
...
* changes:
cpplint issues resolved in vp9_variance_mmx.c
cpplint issues in vp9_ssim.c
2013-10-05 16:32:50 -07:00
Jim Bankoski
2dba2eb46a
Merge "cpplint issues in vp9_picklpf.c"
2013-10-05 16:32:00 -07:00
Jingning Han
0d0ed6a29b
Allow sub8x8 intra modes test for alt frame coding
...
This commit allows sub8x8 intra modes test in the rate-distortion
loop for hd sequences in speed 1 and 2.
For sequence y90n of hd set at 8000 kbps, speed 2 runtime goes
from 207s to 210s. For ped_1080p at 3000 kbps, speed 2 runtim goes
from 336s to 337s. Both are running with 300 frames.
This improves compression performance by 0.24% for stdhd and 0.32%
for hd.
Change-Id: I173ca38a6411565ae6cfadd184c42b2070c5de1f
2013-10-04 19:13:00 -07:00
Jim Bankoski
0500cf429f
cpplint issues with vp9_boolhuff.c resolved
...
Change-Id: I6990c9ab838323d8770dd1f49a25bf3acc4c05c7
2013-10-04 17:20:58 -07:00
Jim Bankoski
a36045fb3b
Merge "cpplint issues with vp9_temporal_filter.c"
2013-10-04 17:17:02 -07:00
Jim Bankoski
cac3e1588e
cpplint issues in vp9_picklpf.c
...
Change-Id: I62e631ca95fefbb1a993479a5e3926dc81359fe7
2013-10-04 17:08:41 -07:00
Jim Bankoski
eead4bb89e
Merge "lint issue in vp9_psnr.c"
2013-10-04 16:42:30 -07:00
Jim Bankoski
e2d73897d0
Merge "vp9_encodeframe.c cpplint issues resolved"
2013-10-04 16:42:06 -07:00
Jim Bankoski
6e161a26e3
Merge "cpp lint issues resolved in vp9_encodeintra.c"
2013-10-04 16:41:58 -07:00
Jim Bankoski
5f80d2ad33
Merge "cpplint vp9_dct.c issues resolved"
2013-10-04 16:41:46 -07:00
Jim Bankoski
38f6a3cdc7
Merge "cpplint issues vp9_tokenize.c resolved"
2013-10-04 16:41:23 -07:00
Jim Bankoski
d07545b7b8
cpplint issues with vp9_temporal_filter.c
...
Change-Id: I695a990689c79d160227975116125b140875aed1
2013-10-04 15:49:30 -07:00
Yaowu Xu
d129eea9fa
Merge "Further clean up of speed 4"
2013-10-04 14:45:21 -07:00
Jim Bankoski
de5cb8b140
vp9_encodeframe.c cpplint issues resolved
...
Change-Id: Id9d837e062d9c4a94def4b4ed1f49a67c75d3618
2013-10-04 14:37:31 -07:00
Jim Bankoski
02f28bac29
cpp lint issues resolved in vp9_encodeintra.c
...
Change-Id: Ib6a8360d24f44eeaec12c5055568382a105dc235
2013-10-04 14:35:01 -07:00
Jim Bankoski
9c2b3744c9
cpplint issues in vp9_lookahead.c
...
Change-Id: I2a98995f0df77d99dc47bda5e41886f014d8843f
2013-10-04 14:24:19 -07:00
Jim Bankoski
5b4f836148
cpplint issues resolved in vp9_variance_mmx.c
...
Change-Id: Idbfabe427fbeab44210f13fec8b6f63f7a4eb0dd
2013-10-04 14:22:08 -07:00
Jim Bankoski
eb5b7ac27b
added nolint to function that doesn't seem easy to breakup
...
Change-Id: I5489b116aea7c510ea5ebbed3c1445f321b05f3e
2013-10-04 14:17:47 -07:00
Dmitry Kovalev
3a0602578e
Giving consistent names to IDCT/IWHT functions.
...
The idea is to have the following names for each transform size:
vp9_idct4x4_add
vp9_idct4x4_1_add
vp9_idct4x4_10_add
vp9_idct4x4_16_add
vp9_idct8x8_add
vp9_idct8x8_1_add
vp9_idct8x8_10_add
vp9_idct8x8_64_add
etc for 16x16, 32x32
The actual list of renames in this patch:
vp9_idct_add_lossless -> vp9_iwht4x4_add
vp9_short_iwalsh4x4_add -> vp9_iwht4x4_16_add
vp9_short_iwalsh4x4_1_add -> vp9_iwht4x4_1_add
vp9_idct_add -> vp9_idct4x4_add
vp9_short_idct4x4_add -> vp9_idct4x4_16_add
vp9_short_idct4x4_1_add -> vp9_idct4x4_1_add
Change-Id: I6f43f7437c68dd30cdd05d72e213765578ed30b1
2013-10-04 14:17:06 -07:00
Jim Bankoski
25ecb1f0b3
cpplint vp9_variance_sse2.c
...
Change-Id: Ifce8f5b57a1ea8952e8a67c5b92a127a061899fa
2013-10-04 14:15:06 -07:00
Jim Bankoski
f3e6a35cdb
cpplint issues in vp9_ssim.c
...
Change-Id: I788f1a3004643347ca08d08fc3cb2bb8f0b134d9
2013-10-04 14:08:37 -07:00
Jim Bankoski
424c74e736
cpplint vp9_dct.c issues resolved
...
Change-Id: Ia21653a447040f1b472d21ebd19103b0558c4b16
2013-10-04 13:47:59 -07:00
Jim Bankoski
c6960b6086
cpplint issues vp9_tokenize.c resolved
...
Change-Id: Id4ec0084641d2ad4def95fb05239455fbc25f9b9
2013-10-04 13:42:58 -07:00
Jim Bankoski
660dcfe6a2
Merge "cpplint issues vp9_encodemv.c"
2013-10-04 12:55:46 -07:00
Jim Bankoski
19641c40f9
Merge "cpplint issues vp9_mbgraph"
2013-10-04 12:55:26 -07:00
Guillaume Martres
014a2c17df
Fix first pass for non-square blocks
...
Change-Id: Ic049f0a6ce190f33859118e7b8cfcfe305979102
2013-10-04 12:04:15 -07:00
Dmitry Kovalev
042c475a8f
Merge "Moving all idct/iht functions in one place."
2013-10-04 12:01:42 -07:00
Jim Bankoski
d9215a6616
cpplint issues vp9_mbgraph
...
Change-Id: Iedf9ac460edb31d7c072e2bebd26f2afe8e6089b
2013-10-04 11:22:22 -07:00
Jim Bankoski
19e227561a
cpplint issues vp9_encodemv.c
...
Change-Id: Icda1d2d7cbfb176884fa6c7d9366a2d60e2994e9
2013-10-04 11:19:06 -07:00
Jim Bankoski
916f803175
lint issue in vp9_psnr.c
...
Change-Id: Ifc7ffc02cfedb47230571298622602609a4e8a70
2013-10-04 11:01:49 -07:00