]> granicus.if.org Git - libvpx/log
libvpx
10 years agoMerge "Re-work RD modeling based on inter frame prediction residual"
Jingning Han [Thu, 28 Aug 2014 01:48:49 +0000 (18:48 -0700)]
Merge "Re-work RD modeling based on inter frame prediction residual"

10 years agoMerge "Re-use switchable rate value in handle_inter_mode"
Jingning Han [Thu, 28 Aug 2014 01:48:41 +0000 (18:48 -0700)]
Merge "Re-use switchable rate value in handle_inter_mode"

10 years agoMerge "Add an early termination check in handle_inter_mode"
Jingning Han [Thu, 28 Aug 2014 01:48:32 +0000 (18:48 -0700)]
Merge "Add an early termination check in handle_inter_mode"

10 years agoMerge "Use max txfm size unit in rate-distortion cost modeling"
Jingning Han [Thu, 28 Aug 2014 01:48:24 +0000 (18:48 -0700)]
Merge "Use max txfm size unit in rate-distortion cost modeling"

10 years agoAdd test for vp8_multi_resolution_encoder.
Tom Finegan [Wed, 27 Aug 2014 22:48:44 +0000 (15:48 -0700)]
Add test for vp8_multi_resolution_encoder.

Change-Id: I94667a23046e3cf17c421ac97ca66ea57f846b5c

10 years agoRe-work RD modeling based on inter frame prediction residual
Jingning Han [Tue, 26 Aug 2014 23:52:56 +0000 (16:52 -0700)]
Re-work RD modeling based on inter frame prediction residual

This commit re-work the operation flow related to prediction
residual generation and the rate-distortion modeling. It saves one
call for model_rd_for_sb.

Change-Id: Icaf96c0ff09c903637ed5283448afe01d798195f

10 years agoRe-use switchable rate value in handle_inter_mode
Jingning Han [Tue, 26 Aug 2014 23:06:28 +0000 (16:06 -0700)]
Re-use switchable rate value in handle_inter_mode

The value of switchable rate has been stored in a local variable.
This change skips the second call to vp9_get_switchable_rate() by
reusing the local variable.

Change-Id: Ib7d3fef7621cc4bde94c6d6e6b3a71f1fd4559f2

10 years agoAdd an early termination check in handle_inter_mode
Jingning Han [Tue, 26 Aug 2014 22:53:56 +0000 (15:53 -0700)]
Add an early termination check in handle_inter_mode

Check the mode and motion vector cost. If it is already above
the existing best rate-distortion cost, skip the rest check process
on this mode.

Change-Id: Ie065cebdfda2a3be3be18b8e8b43dc29aaa8c179

10 years agoUse max txfm size unit in rate-distortion cost modeling
Jingning Han [Tue, 26 Aug 2014 19:34:54 +0000 (12:34 -0700)]
Use max txfm size unit in rate-distortion cost modeling

This commit makes the rate distortion modeling run in the unit of
maximum transform block size. No compression/speed change observed.
It is for the use of later fast forward transform purpose.

Change-Id: Ibaaedb69c765e8d0c5d5012f0ec07f36fd9f68fd

10 years agoAdd a separate datarate test for denoiser enabled.
Marco [Wed, 27 Aug 2014 16:40:30 +0000 (09:40 -0700)]
Add a separate datarate test for denoiser enabled.

Change-Id: Ibc91a46d11ad9c58e340b4346ed813a1be9b404a

10 years agoMerge "add a new interp filter search strategy."
Yaowu Xu [Wed, 27 Aug 2014 00:30:42 +0000 (17:30 -0700)]
Merge "add a new interp filter search strategy."

10 years agoMerge "Enable denoiser for vp8 datarate tests."
Marco [Wed, 27 Aug 2014 00:04:37 +0000 (17:04 -0700)]
Merge "Enable denoiser for vp8 datarate tests."

10 years agoEnable denoiser for vp8 datarate tests.
Marco [Tue, 26 Aug 2014 18:21:04 +0000 (11:21 -0700)]
Enable denoiser for vp8 datarate tests.

Keep one test, BasicBufferModel, with denoiser set off.

Change-Id: I762c2004b3adca24f677535cfa5b991108f31f01

10 years agoMerge "gen_msvs_(vcx)proj.sh: set yasm format explicitly"
James Zern [Tue, 26 Aug 2014 19:53:53 +0000 (12:53 -0700)]
Merge "gen_msvs_(vcx)proj.sh: set yasm format explicitly"

10 years agoMerge "vp8 fix: deallocate denoiser->yv12_last_source"
Marco [Tue, 26 Aug 2014 18:16:27 +0000 (11:16 -0700)]
Merge "vp8 fix: deallocate denoiser->yv12_last_source"

10 years agoMerge "Set scaled img format correctly in vpxdec"
Deb Mukherjee [Tue, 26 Aug 2014 17:36:47 +0000 (10:36 -0700)]
Merge "Set scaled img format correctly in vpxdec"

10 years agoMerge "twopass_encoder: Flush encoder."
Dmitry Kovalev [Tue, 26 Aug 2014 17:35:54 +0000 (10:35 -0700)]
Merge "twopass_encoder: Flush encoder."

10 years agoMerge "vpxenc.sh: Move some frequently used params into functions."
Tom Finegan [Tue, 26 Aug 2014 17:18:58 +0000 (10:18 -0700)]
Merge "vpxenc.sh: Move some frequently used params into functions."

10 years agovp8 fix: deallocate denoiser->yv12_last_source
Marco [Tue, 26 Aug 2014 17:12:43 +0000 (10:12 -0700)]
vp8 fix: deallocate denoiser->yv12_last_source

Change-Id: I7f3bc292b1b411e10586f0975143ae996ea78d1d

10 years agoadd a new interp filter search strategy.
Yaowu Xu [Wed, 20 Aug 2014 18:17:05 +0000 (11:17 -0700)]
add a new interp filter search strategy.

This commit addes a new strategy to reduce the search for optimal
interpolation filter type. The encoder counts and store how many each
filter type is selected and used for each of the reference frames.
A filter type that is rarely used for all three reference frames is
masked out to avoid computation.

The impact on compression is neglectible:
-0.02% on derf
+0.02% on stdhd

Encoding time is seen to reduce by 2~3%.

Change-Id: Ibafa92291b51185de40da513716222db4b230383

10 years agotwopass_encoder: Flush encoder.
Dmitry Kovalev [Mon, 25 Aug 2014 22:29:20 +0000 (15:29 -0700)]
twopass_encoder: Flush encoder.

Change-Id: Ib04a545b43f3a36c6df7eaf3ed2d802cf41119bb

10 years agoMerge "Removing non-executable code from encoder_encode()."
Dmitry Kovalev [Tue, 26 Aug 2014 01:59:17 +0000 (18:59 -0700)]
Merge "Removing non-executable code from encoder_encode()."

10 years agoMerge "Removing tx_stepdown_count from VP9_COMP."
Dmitry Kovalev [Tue, 26 Aug 2014 01:37:40 +0000 (18:37 -0700)]
Merge "Removing tx_stepdown_count from VP9_COMP."

10 years agoMerge "Adding oxcf temp variable."
Dmitry Kovalev [Tue, 26 Aug 2014 01:37:33 +0000 (18:37 -0700)]
Merge "Adding oxcf temp variable."

10 years agoMerge "Adding is_keyframe temp var."
Dmitry Kovalev [Tue, 26 Aug 2014 01:36:59 +0000 (18:36 -0700)]
Merge "Adding is_keyframe temp var."

10 years agoRemoving non-executable code from encoder_encode().
Dmitry Kovalev [Mon, 25 Aug 2014 23:48:31 +0000 (16:48 -0700)]
Removing non-executable code from encoder_encode().

We don't output invisible frames with VP9.

Change-Id: I7b874d3ac454c1b2966d5d7d72e12a864b49afae

10 years agoMerge "Passing const cfg pointer to vpx_codec_{dec,enc}_init_ver()."
Dmitry Kovalev [Mon, 25 Aug 2014 22:17:46 +0000 (15:17 -0700)]
Merge "Passing const cfg pointer to vpx_codec_{dec,enc}_init_ver()."

10 years agovpxenc.sh: Move some frequently used params into functions.
Tom Finegan [Mon, 25 Aug 2014 21:57:42 +0000 (14:57 -0700)]
vpxenc.sh: Move some frequently used params into functions.

Echo args back from new util functions to decrease the repetition
in this file.

Change-Id: Id4d7c02bf81cf2c5261f58b560e033869a346677

10 years agoRemoving tx_stepdown_count from VP9_COMP.
Dmitry Kovalev [Mon, 25 Aug 2014 21:42:05 +0000 (14:42 -0700)]
Removing tx_stepdown_count from VP9_COMP.

The variable is never read.

Change-Id: I94141c1667fa5d10604cd6f83c5f64df107dee94

10 years agoMerge "[spatial svc]Multiple frame context feature"
Minghai Shang [Mon, 25 Aug 2014 21:29:49 +0000 (14:29 -0700)]
Merge "[spatial svc]Multiple frame context feature"

10 years agoMerge "vpxenc.sh: Make vpxenc() usage agree with implementation."
Tom Finegan [Mon, 25 Aug 2014 21:29:44 +0000 (14:29 -0700)]
Merge "vpxenc.sh: Make vpxenc() usage agree with implementation."

10 years agoMerge "twopass_encoder: Separate functions for first and second pass."
Dmitry Kovalev [Mon, 25 Aug 2014 21:29:14 +0000 (14:29 -0700)]
Merge "twopass_encoder: Separate functions for first and second pass."

10 years agovpxenc.sh: Make vpxenc() usage agree with implementation.
Tom Finegan [Thu, 21 Aug 2014 23:30:37 +0000 (16:30 -0700)]
vpxenc.sh: Make vpxenc() usage agree with implementation.

- Make $1 input file at all call sites.
- Actually use vpxenc_pipe().

Change-Id: I22f25719aeb3dce60863207b2e2a49e42e27ed06

10 years agoMerge "vpxenc.sh: Add real time tests."
Tom Finegan [Mon, 25 Aug 2014 21:27:11 +0000 (14:27 -0700)]
Merge "vpxenc.sh: Add real time tests."

10 years agoPassing const cfg pointer to vpx_codec_{dec,enc}_init_ver().
Dmitry Kovalev [Mon, 25 Aug 2014 21:02:53 +0000 (14:02 -0700)]
Passing const cfg pointer to vpx_codec_{dec,enc}_init_ver().

Change-Id: I3e319f581215ccb814afca247c1d911be231a4ac

10 years agoMerge "Replacing int_mv with MV inside the first pass code."
Dmitry Kovalev [Mon, 25 Aug 2014 20:56:14 +0000 (13:56 -0700)]
Merge "Replacing int_mv with MV inside the first pass code."

10 years agoMerge "Cleaning up is_background()."
Dmitry Kovalev [Mon, 25 Aug 2014 20:27:03 +0000 (13:27 -0700)]
Merge "Cleaning up is_background()."

10 years agotwopass_encoder: Separate functions for first and second pass.
Dmitry Kovalev [Mon, 25 Aug 2014 19:56:32 +0000 (12:56 -0700)]
twopass_encoder: Separate functions for first and second pass.

Change-Id: Ic5e3ff5f572ed55d7dd3df8c606e57daacf885dc

10 years agoMerge "Removing source field from VP9_COMP."
Dmitry Kovalev [Mon, 25 Aug 2014 19:53:19 +0000 (12:53 -0700)]
Merge "Removing source field from VP9_COMP."

10 years agoMerge "Removing is_best_mode() function."
Dmitry Kovalev [Mon, 25 Aug 2014 19:52:35 +0000 (12:52 -0700)]
Merge "Removing is_best_mode() function."

10 years agoCleaning up is_background().
Dmitry Kovalev [Mon, 25 Aug 2014 18:55:30 +0000 (11:55 -0700)]
Cleaning up is_background().

Change-Id: I2b9609dd22bacbf26e669f70bf155613b0316eb3

10 years ago[spatial svc]Multiple frame context feature
Minghai Shang [Mon, 18 Aug 2014 21:51:04 +0000 (14:51 -0700)]
[spatial svc]Multiple frame context feature

We can use one frame context for each layer so that we don't have
to reset the probs every frame. But we can't use prev_mi since we
may drop enhancement layers. So we have to generate a non vp9
compatible bitstream and modify it in the player.
1. We need to code all frames as invisible frame to let prev_mi
   not to be used. But in the bitstream we need to code the
   show_frame flag to 1 so that the publisher will know it's
   supposed to be a visible frame.
2. In the player we need to change the show_frame flag to 0 for
   all frames. Then add an one byte frame into the super frame
   to tell the decoder which layer we want to show.
Change-Id: I75b7304cf31f0ab952f043e33c034495e88f01f3

10 years agoMerge "enable wextra in vp9"
Jim Bankoski [Mon, 25 Aug 2014 13:40:22 +0000 (06:40 -0700)]
Merge "enable wextra in vp9"

10 years agoMerge "vp9_calc_ssim: remove unused parm to resolve warning"
Jim Bankoski [Mon, 25 Aug 2014 13:39:49 +0000 (06:39 -0700)]
Merge "vp9_calc_ssim: remove unused parm to resolve warning"

10 years agoMerge "vp9_denoiser_update_frame_stats: unused parm fixed"
Jim Bankoski [Mon, 25 Aug 2014 13:39:23 +0000 (06:39 -0700)]
Merge "vp9_denoiser_update_frame_stats: unused parm fixed"

10 years agoMerge "vp9_postproc.c: unused parameter warning resolved"
Jim Bankoski [Mon, 25 Aug 2014 13:39:12 +0000 (06:39 -0700)]
Merge "vp9_postproc.c: unused parameter warning resolved"

10 years agoinvalid_file_test: correct HandlePeekResult signature
James Zern [Sat, 23 Aug 2014 06:06:13 +0000 (23:06 -0700)]
invalid_file_test: correct HandlePeekResult signature

restore const lost in:
f0f9ab6 invalid_file_test.cc: remove unused param warnings

Change-Id: I0c5318f84c81e3dd7bb44468463faf9edd6bc18a

10 years agoMerge "vpxdec: fix --keep-going with --disable-vp8"
James Zern [Sat, 23 Aug 2014 02:52:52 +0000 (19:52 -0700)]
Merge "vpxdec: fix --keep-going with --disable-vp8"

10 years agoMerge "add libyuv/scale_neon64.cc"
James Zern [Sat, 23 Aug 2014 02:46:05 +0000 (19:46 -0700)]
Merge "add libyuv/scale_neon64.cc"

10 years agoMerge "active_map_test: use vpx_active_map_t() to initialize vars"
James Zern [Sat, 23 Aug 2014 02:44:58 +0000 (19:44 -0700)]
Merge "active_map_test: use vpx_active_map_t() to initialize vars"

10 years agoMerge "Choosing GOOD mode by default."
Dmitry Kovalev [Sat, 23 Aug 2014 01:43:34 +0000 (18:43 -0700)]
Merge "Choosing GOOD mode by default."

10 years agoadd libyuv/scale_neon64.cc
James Zern [Sat, 23 Aug 2014 01:16:44 +0000 (18:16 -0700)]
add libyuv/scale_neon64.cc

from r1051, missed in r1060 snapshot update

Change-Id: I3756d8d29fc0dd4c4491efa84b8f8837edde23a7

10 years agovpxdec: fix --keep-going with --disable-vp8
James Zern [Sat, 23 Aug 2014 01:01:28 +0000 (18:01 -0700)]
vpxdec: fix --keep-going with --disable-vp8

the parsing of this flag was mistakenly put in a CONFIG_VP8_DECODER
conditional block in:
95853db vpxdec: add --keep-going option

Change-Id: Ie83ca0399fd3f3d4b0a9d03b7ca5536b310e1f02

10 years agoMerge "Removing extraconfig_map from vp8_cx_iface.c."
Dmitry Kovalev [Sat, 23 Aug 2014 00:20:42 +0000 (17:20 -0700)]
Merge "Removing extraconfig_map from vp8_cx_iface.c."

10 years agoactive_map_test: use vpx_active_map_t() to initialize vars
James Zern [Sat, 23 Aug 2014 00:10:18 +0000 (17:10 -0700)]
active_map_test: use vpx_active_map_t() to initialize vars

0-initializes [1] and removes a warning for missing initializer fields

[1] http://en.cppreference.com/w/cpp/language/value_initialization

Change-Id: I886fa72c74679b52cdce2af3364172395a5b6a51

10 years agoMerge "tests: use vpx_codec_dec_cfg_t() to initialize vars"
James Zern [Sat, 23 Aug 2014 00:05:03 +0000 (17:05 -0700)]
Merge "tests: use vpx_codec_dec_cfg_t() to initialize vars"

10 years agoMerge changes I86b21186,Ifde2849f,Ic53cdb8c,Id3db2ae8,Iba3c63cd,I744342b1,I627dc800...
James Zern [Sat, 23 Aug 2014 00:03:21 +0000 (17:03 -0700)]
Merge changes I86b21186,Ifde2849f,Ic53cdb8c,Id3db2ae8,Iba3c63cd,I744342b1,I627dc800,Ie1c8830c,I1d43acef,I3e29d8d2,I521ca615

* changes:
  resize_test.cc: remove unused param warnings
  invalid_file_test.cc: remove unused param warnings
  fdct8x8_test.cc: remove unused param warnings
  fdct4x4_test.cc: remove unused param warnings
  tests/reference_32x32_dct_1d: remove unused stride param
  dct16x16_test.cc: remove unused param warnings
  datarate_test.cc: remove unused param warnings
  frame_size_tests.cc: remove unused param warnings
  encode_test_driver.cc: remove unused param warnings
  encode_test_driver.h: remove unused param warnings
  decode_test_driver.h: remove unused param warnings

10 years agoRemoving source field from VP9_COMP.
Dmitry Kovalev [Fri, 22 Aug 2014 23:57:08 +0000 (16:57 -0700)]
Removing source field from VP9_COMP.

Using local variables instead.

Change-Id: I68737f7e392b81492ffd3ef2c2ff9afbf55fb097

10 years agovpxenc.sh: Add real time tests.
Tom Finegan [Fri, 22 Aug 2014 23:40:46 +0000 (16:40 -0700)]
vpxenc.sh: Add real time tests.

Add --rt tests for VP8 and VP9.

Change-Id: I401d2962bf27e8a775ee5d71784d63ba4c014dfd

10 years agoReplacing int_mv with MV inside the first pass code.
Dmitry Kovalev [Fri, 22 Aug 2014 23:19:24 +0000 (16:19 -0700)]
Replacing int_mv with MV inside the first pass code.

Change-Id: Ia3be6b5a18e1ff6cc5c5f4d37e4a5d0972388308

10 years agoChoosing GOOD mode by default.
Dmitry Kovalev [Fri, 22 Aug 2014 22:45:11 +0000 (15:45 -0700)]
Choosing GOOD mode by default.

This patch fixes slow first pass problem. Mode could only be determined
from the deadline value during frame encode call. Unfortunately, we use
mode value before any encode calls during the first pass encoding (see
set_speed_features() logic). The mode for the first pass must be different
from BEST to make first pass fast.

Change-Id: I562a7d32004ff631695d91c09a44d8a9076fd6b5

10 years agogen_msvs_(vcx)proj.sh: set yasm format explicitly
James Zern [Fri, 22 Aug 2014 22:25:44 +0000 (15:25 -0700)]
gen_msvs_(vcx)proj.sh: set yasm format explicitly

use win32/win64 instead of $(PlatformName) (Win32/x64) for compatibility
with yasm 1.3.0. both format types were available since at least 0.8.0

BUG=843

Change-Id: I7917620490d0663b118ff08b96d1e5dbccba3703

10 years agoMerge "Move mv cost table to VP9_COMP"
Jingning Han [Fri, 22 Aug 2014 21:41:17 +0000 (14:41 -0700)]
Merge "Move mv cost table to VP9_COMP"

10 years agoMerge "Removing last_source field from VP9_COMP."
Dmitry Kovalev [Fri, 22 Aug 2014 21:19:49 +0000 (14:19 -0700)]
Merge "Removing last_source field from VP9_COMP."

10 years agoMerge "Replacing 'struct vpx_fixed_buf' with 'vpx_fixed_buf_t’."
Dmitry Kovalev [Fri, 22 Aug 2014 21:19:32 +0000 (14:19 -0700)]
Merge "Replacing 'struct vpx_fixed_buf' with 'vpx_fixed_buf_t’."

10 years agoenable wextra in vp9
Jim Bankoski [Fri, 22 Aug 2014 20:32:14 +0000 (13:32 -0700)]
enable wextra in vp9

Change-Id: Ibb8bd0c256d138a21e8f96feed39f0793ed98d20

10 years agovp9_calc_ssim: remove unused parm to resolve warning
Jim Bankoski [Fri, 22 Aug 2014 19:25:07 +0000 (12:25 -0700)]
vp9_calc_ssim: remove unused parm to resolve warning

Change-Id: I2b4f4e929495837817010eae12aa6225899afaff

10 years agovp9_denoiser_update_frame_stats: unused parm fixed
Jim Bankoski [Fri, 22 Aug 2014 19:17:40 +0000 (12:17 -0700)]
vp9_denoiser_update_frame_stats: unused parm fixed

Change-Id: Ic39cc0deafb3ed509434d3d9953b99713de7394a

10 years agovp9_postproc.c: unused parameter warning resolved
Jim Bankoski [Fri, 22 Aug 2014 19:08:35 +0000 (12:08 -0700)]
vp9_postproc.c: unused parameter warning resolved

Change-Id: I6d77a7c775c0482fd1f9bb03ea6f336dd2973fa0

10 years agoMerge "vp9_cx_iface.c: spatial_svc resolve missing initializer warning"
Jim Bankoski [Fri, 22 Aug 2014 20:40:51 +0000 (13:40 -0700)]
Merge "vp9_cx_iface.c: spatial_svc resolve missing initializer warning"

10 years agovp9_cx_iface.c: spatial_svc resolve missing initializer warning
Jim Bankoski [Fri, 22 Aug 2014 17:47:17 +0000 (10:47 -0700)]
vp9_cx_iface.c: spatial_svc resolve missing initializer warning

Change-Id: I3f56a4d64828a74c370a5b3247a5f00e554a922c

10 years agoSet scaled img format correctly in vpxdec
Deb Mukherjee [Fri, 22 Aug 2014 20:14:58 +0000 (13:14 -0700)]
Set scaled img format correctly in vpxdec

Use img->fmt rather than hardcoded I420P to support
profiles 1-3.

Change-Id: I31fc89e545208243e133512d41e2d97995a968ce

10 years agoresize_test.cc: remove unused param warnings
James Zern [Fri, 22 Aug 2014 19:11:42 +0000 (12:11 -0700)]
resize_test.cc: remove unused param warnings

Change-Id: I86b21186e49f9e0ec0d8eb3addaa44b9fd196a6b

10 years agoinvalid_file_test.cc: remove unused param warnings
James Zern [Fri, 22 Aug 2014 19:11:42 +0000 (12:11 -0700)]
invalid_file_test.cc: remove unused param warnings

Change-Id: Ifde2849f45acb59fbcf29c8735ef0a10d4d9041e

10 years agofdct8x8_test.cc: remove unused param warnings
James Zern [Fri, 22 Aug 2014 19:11:42 +0000 (12:11 -0700)]
fdct8x8_test.cc: remove unused param warnings

Change-Id: Ic53cdb8c9f8312e7404505fcec653d5b9e9587d1

10 years agofdct4x4_test.cc: remove unused param warnings
James Zern [Fri, 22 Aug 2014 19:11:42 +0000 (12:11 -0700)]
fdct4x4_test.cc: remove unused param warnings

Change-Id: Id3db2ae8e88f9ac64a00f7d989c1ec3ff0c8ef84

10 years agotests/reference_32x32_dct_1d: remove unused stride param
James Zern [Fri, 22 Aug 2014 19:29:37 +0000 (12:29 -0700)]
tests/reference_32x32_dct_1d: remove unused stride param

Change-Id: Iba3c63cda2d825e72879b567589615aded522fbb

10 years agodct16x16_test.cc: remove unused param warnings
James Zern [Fri, 22 Aug 2014 19:11:42 +0000 (12:11 -0700)]
dct16x16_test.cc: remove unused param warnings

Change-Id: I744342b12ae7e5423b06b87ceec2d2ab4a3a3cbb

10 years agodatarate_test.cc: remove unused param warnings
James Zern [Fri, 22 Aug 2014 19:11:42 +0000 (12:11 -0700)]
datarate_test.cc: remove unused param warnings

Change-Id: I627dc800f1925cc5a5d68630009cf8a454f07567

10 years agoframe_size_tests.cc: remove unused param warnings
James Zern [Fri, 22 Aug 2014 19:11:42 +0000 (12:11 -0700)]
frame_size_tests.cc: remove unused param warnings

Change-Id: Ie1c8830ca3b73f19764d79f122ee990f3f297d63

10 years agotests: use vpx_codec_dec_cfg_t() to initialize vars
James Zern [Fri, 22 Aug 2014 19:16:20 +0000 (12:16 -0700)]
tests: use vpx_codec_dec_cfg_t() to initialize vars

0-initializes [1] and removes a warning for missing initializer fields

[1] http://en.cppreference.com/w/cpp/language/value_initialization

Change-Id: I364248010c8fa663c71d8f06a9999c730e92db4c

10 years agoencode_test_driver.cc: remove unused param warnings
James Zern [Fri, 22 Aug 2014 19:11:42 +0000 (12:11 -0700)]
encode_test_driver.cc: remove unused param warnings

Change-Id: I1d43acef0983d10bda9fa495d6d723a4f9e2deaf

10 years agoencode_test_driver.h: remove unused param warnings
James Zern [Fri, 22 Aug 2014 18:58:48 +0000 (11:58 -0700)]
encode_test_driver.h: remove unused param warnings

in EncoderTest default implementations

Change-Id: I3e29d8d2a834fece87aab35813b5e275a30c32fd

10 years agodecode_test_driver.h: remove unused param warnings
James Zern [Fri, 22 Aug 2014 18:58:48 +0000 (11:58 -0700)]
decode_test_driver.h: remove unused param warnings

in DecoderTest default implementations

Change-Id: I521ca61569356d51aef9379d6ce68542e88da84b

10 years agoReplacing 'struct vpx_fixed_buf' with 'vpx_fixed_buf_t’.
Dmitry Kovalev [Fri, 22 Aug 2014 01:06:04 +0000 (18:06 -0700)]
Replacing 'struct vpx_fixed_buf' with 'vpx_fixed_buf_t’.

Change-Id: Ibbbc5b39429d4b753f0a966b9d84d1d7bf823650

10 years agolibyuv: update to r1060
James Zern [Fri, 22 Aug 2014 17:31:01 +0000 (10:31 -0700)]
libyuv: update to r1060

picks up some lint, build fixes

Change-Id: I0efb19385afa4ea3073a53e2b8334e57f245eea0

10 years agoMove mv cost table to VP9_COMP
Jingning Han [Fri, 22 Aug 2014 16:19:20 +0000 (09:19 -0700)]
Move mv cost table to VP9_COMP

The mv cost table set is maintained at frame level, hence moved to
VP9_COMP.

Change-Id: Icb3d0185d47443590bd11357de729aa4ba5c5e5e

10 years agoRemoving last_source field from VP9_COMP.
Dmitry Kovalev [Fri, 22 Aug 2014 00:49:40 +0000 (17:49 -0700)]
Removing last_source field from VP9_COMP.

Change-Id: I5d7cb0151d8495e5ecd073a98b73da65cc6e7274

10 years agoAdding is_keyframe temp var.
Dmitry Kovalev [Fri, 22 Aug 2014 00:40:07 +0000 (17:40 -0700)]
Adding is_keyframe temp var.

Change-Id: I5fec955c8b8f5a9b5027a0f92afb22d22770d84a

10 years agoset_maps: add exit to avoid uninitialized variable warning
Jim Bankoski [Tue, 19 Aug 2014 21:56:09 +0000 (14:56 -0700)]
set_maps: add exit to avoid uninitialized variable warning

Change-Id: I08e42adeab9f9fa0337173ba0923f3bc0dd36806

10 years agovpx_temporal_svc_encoder: initialize outfile to avoid warning
Jim Bankoski [Thu, 21 Aug 2014 14:20:41 +0000 (07:20 -0700)]
vpx_temporal_svc_encoder: initialize outfile to avoid warning

Change-Id: I53077092342bc35fd783e1b7dcb80b21677f11c1

10 years agovpx_temporal_svc_encoder.c : removed dead assignment.
Jim Bankoski [Tue, 19 Aug 2014 21:49:00 +0000 (14:49 -0700)]
vpx_temporal_svc_encoder.c : removed dead assignment.

Change-Id: Ibc68830f090d55959561d40faa232399893e2b22

10 years agovpxenc.c : static warnings cleanout
Jim Bankoski [Thu, 21 Aug 2014 14:18:07 +0000 (07:18 -0700)]
vpxenc.c : static warnings cleanout

Change-Id: Ia55317606c78a9d984db0321ef142548d20b64bc
1: dereference of global->codec checked
2: warning fails to recognize fatal(xxx) as exit or return
3: ctrl_args_map can be null
4: streams can be null

10 years agoy4minput.c : removed malloc of 0 bytes to resolve warning
Jim Bankoski [Tue, 19 Aug 2014 16:00:44 +0000 (09:00 -0700)]
y4minput.c : removed malloc of 0 bytes to resolve warning

Change-Id: Ic143455b0880e639959732e178cd62140a510b79

10 years agoy4minput.c : uninitalized buffer caused garbage value warning
Jim Bankoski [Tue, 19 Aug 2014 18:47:26 +0000 (11:47 -0700)]
y4minput.c : uninitalized buffer caused garbage value warning

Change-Id: I613f521680b235726b2e0f78c068c0e5d7799f76

10 years agoMerge "warnings.c : fixes dereference to null warning"
Jim Bankoski [Fri, 22 Aug 2014 00:28:15 +0000 (17:28 -0700)]
Merge "warnings.c : fixes dereference to null warning"

10 years agoMerge "Fix bug 837 (Part 2): Handle increase in frame width"
Adrian Grange [Thu, 21 Aug 2014 22:25:34 +0000 (15:25 -0700)]
Merge "Fix bug 837 (Part 2): Handle increase in frame width"

10 years agoAdding oxcf temp variable.
Dmitry Kovalev [Thu, 21 Aug 2014 18:44:24 +0000 (11:44 -0700)]
Adding oxcf temp variable.

Change-Id: I546c7c987b38865f05bc5e2d6730a5a68e238032

10 years agowarnings.c : fixes dereference to null warning
Jim Bankoski [Thu, 21 Aug 2014 18:43:36 +0000 (11:43 -0700)]
warnings.c : fixes dereference to null warning

Change-Id: I03cceb4b92b7362e90f3ea61342341246b9a11ab

10 years agoRemoving is_best_mode() function.
Dmitry Kovalev [Thu, 21 Aug 2014 18:30:52 +0000 (11:30 -0700)]
Removing is_best_mode() function.

Change-Id: Iccd7cec885e8aeb0e54613d888f9960c393cee0b