platform/upstream/libvpx.git
10 years agoFlushing the encoder in simple_decoder example.
Dmitry Kovalev [Thu, 13 Feb 2014 00:26:58 +0000 (16:26 -0800)]
Flushing the encoder in simple_decoder example.

Change-Id: I39d78facc79a364cdc529b8cc4930d74f766d413

10 years agoMerge "Removing init_rdcost_stack() + cleanup."
Dmitry Kovalev [Thu, 13 Feb 2014 02:24:03 +0000 (18:24 -0800)]
Merge "Removing init_rdcost_stack() + cleanup."

10 years agoMerge "decode_test_driver: Use size_t for size arg to DecodeFrame()."
Tom Finegan [Thu, 13 Feb 2014 02:16:48 +0000 (18:16 -0800)]
Merge "decode_test_driver: Use size_t for size arg to DecodeFrame()."

10 years agoMerge "Converting int_mv to MV."
Dmitry Kovalev [Thu, 13 Feb 2014 01:53:50 +0000 (17:53 -0800)]
Merge "Converting int_mv to MV."

10 years agoMerge "Remove unnecessary vp9_setup_buffer_inter use"
Jingning Han [Thu, 13 Feb 2014 01:51:39 +0000 (17:51 -0800)]
Merge "Remove unnecessary vp9_setup_buffer_inter use"

10 years agoMerge "Remove inactive control parameters"
Jingning Han [Thu, 13 Feb 2014 01:51:30 +0000 (17:51 -0800)]
Merge "Remove inactive control parameters"

10 years agoMerge "Remove unused using_small_partition_info functions"
Jingning Han [Thu, 13 Feb 2014 01:51:18 +0000 (17:51 -0800)]
Merge "Remove unused using_small_partition_info functions"

10 years agoMerge "Remove unused function in vp9_encodeframe"
Jingning Han [Thu, 13 Feb 2014 01:51:11 +0000 (17:51 -0800)]
Merge "Remove unused function in vp9_encodeframe"

10 years agoMerge "Adding consts to mv search function arguments."
Dmitry Kovalev [Thu, 13 Feb 2014 01:31:52 +0000 (17:31 -0800)]
Merge "Adding consts to mv search function arguments."

10 years agoMerge "gen_msvs_vcxproj.sh: Add /arch:AVX for files using AVX."
James Zern [Thu, 13 Feb 2014 01:15:06 +0000 (17:15 -0800)]
Merge "gen_msvs_vcxproj.sh: Add /arch:AVX for files using AVX."

10 years agodecode_test_driver: Use size_t for size arg to DecodeFrame().
Tom Finegan [Thu, 13 Feb 2014 00:01:52 +0000 (16:01 -0800)]
decode_test_driver: Use size_t for size arg to DecodeFrame().

Use size_t for DecodeFrame()'s size arg, and cast only
at the vpx_codec_decode() call site. This silences warnings that
appear in svc_test.cc when building with vs2013.

Change-Id: I2cf39f02a45732c752097f07b0c7ad414b1517d8

10 years agoConverting int_mv to MV.
Dmitry Kovalev [Wed, 12 Feb 2014 22:42:52 +0000 (14:42 -0800)]
Converting int_mv to MV.

Change-Id: Id15285aa48ac6d8fec19a1946e6391412d84f5be

10 years agoMerge "Cleanup tokenize_b and hoist some invarients out of the loop."
Alex Converse [Wed, 12 Feb 2014 23:35:55 +0000 (15:35 -0800)]
Merge "Cleanup tokenize_b and hoist some invarients out of the loop."

10 years agoMerge "Using video writer API from vp9_spatial_scalable_encoder."
Dmitry Kovalev [Wed, 12 Feb 2014 23:28:53 +0000 (15:28 -0800)]
Merge "Using video writer API from vp9_spatial_scalable_encoder."

10 years agoMerge "Adding API to get vpx encoder/decoder interface."
Dmitry Kovalev [Wed, 12 Feb 2014 23:27:47 +0000 (15:27 -0800)]
Merge "Adding API to get vpx encoder/decoder interface."

10 years agoRemove unnecessary vp9_setup_buffer_inter use
Jingning Han [Wed, 12 Feb 2014 23:06:32 +0000 (15:06 -0800)]
Remove unnecessary vp9_setup_buffer_inter use

This function initializes the predictor buffer pointers and
calculates reference motion vectors. It is only needed in the settings
of inter frame coding. Hence removing it from the key frame coding
branch in rtc_use_partition.

Change-Id: Ic4e16c7467a5f32be4e0bf619ef9d57afb4a7075

10 years agoMerge "Fix frames that have no references to them."
Frank Galligan [Wed, 12 Feb 2014 22:38:26 +0000 (14:38 -0800)]
Merge "Fix frames that have no references to them."

10 years agoAdding consts to mv search function arguments.
Dmitry Kovalev [Wed, 12 Feb 2014 22:28:23 +0000 (14:28 -0800)]
Adding consts to mv search function arguments.

Change-Id: Ie79114bba4f0cea55d9f701e20d2be2017630f3b

10 years agogen_msvs_vcxproj.sh: Add /arch:AVX for files using AVX.
Tom Finegan [Tue, 11 Feb 2014 01:26:03 +0000 (17:26 -0800)]
gen_msvs_vcxproj.sh: Add /arch:AVX for files using AVX.

Turns on AVX when the final characters of .c and .cc file names preceding the
.c and .cc file extension contain the substrings avx or avx2. This silences
many MSVC warnings issued during compilation files that use AVX.

Change-Id: I82bda394af7a688679abab2a50dd7e10b3cb0c7a

10 years agoRemove inactive control parameters
Jingning Han [Wed, 12 Feb 2014 20:48:15 +0000 (12:48 -0800)]
Remove inactive control parameters

Change-Id: Ic5692af975fe6bd2d8ec82bbae103c6f7c2fc13e

10 years agoRemove unused using_small_partition_info functions
Jingning Han [Wed, 12 Feb 2014 20:01:43 +0000 (12:01 -0800)]
Remove unused using_small_partition_info functions

This function is deprecated after the re-design of partition search
that runs big block size, then four-way split, followed by
rectangular block sizes. This commit removes the related functions.

Change-Id: I417549c8e0fa3cf35bd29816b805dd4e7c3660c6

10 years agoRemove unused function in vp9_encodeframe
Jingning Han [Wed, 12 Feb 2014 19:52:03 +0000 (11:52 -0800)]
Remove unused function in vp9_encodeframe

The function rd_pick_reference_frame can be deprecated. Its use was
subsumed by the adaptive motion search control.

Change-Id: Icb0c2fa335f0f06fa7b79a71f972d9fa54d750db

10 years agoMerge "Cleaning up vp9_full_search_sad_c() function."
Dmitry Kovalev [Wed, 12 Feb 2014 20:14:34 +0000 (12:14 -0800)]
Merge "Cleaning up vp9_full_search_sad_c() function."

10 years agoMerge "Removing vp9_foreach_transformed_block_uv() function."
Dmitry Kovalev [Wed, 12 Feb 2014 20:11:14 +0000 (12:11 -0800)]
Merge "Removing vp9_foreach_transformed_block_uv() function."

10 years agoUsing video writer API from vp9_spatial_scalable_encoder.
Dmitry Kovalev [Wed, 12 Feb 2014 19:23:49 +0000 (11:23 -0800)]
Using video writer API from vp9_spatial_scalable_encoder.

Change-Id: I6c2748bef22cdbbc9574d7a8dfc1ed55f4f6b05f

10 years agoMerge "Minor cleanup."
Adrian Grange [Wed, 12 Feb 2014 19:14:10 +0000 (11:14 -0800)]
Merge "Minor cleanup."

10 years agoMerge "Use INTER_OFFSET in vp9_pick_inter_mode"
Jingning Han [Wed, 12 Feb 2014 18:26:06 +0000 (10:26 -0800)]
Merge "Use INTER_OFFSET in vp9_pick_inter_mode"

10 years agoMerge "Fixed a bug where no valid partition is allowed"
Yaowu Xu [Wed, 12 Feb 2014 18:13:49 +0000 (10:13 -0800)]
Merge "Fixed a bug where no valid partition is allowed"

10 years agoMerge "Skip COMDAT sections when parsing COFF"
Johann [Wed, 12 Feb 2014 17:41:30 +0000 (09:41 -0800)]
Merge "Skip COMDAT sections when parsing COFF"

10 years agoMerge "Removes active_worst_quality feedback"
Deb Mukherjee [Wed, 12 Feb 2014 17:20:31 +0000 (09:20 -0800)]
Merge "Removes active_worst_quality feedback"

10 years agoMinor cleanup.
Adrian Grange [Wed, 5 Feb 2014 17:45:13 +0000 (09:45 -0800)]
Minor cleanup.

Change-Id: I6ef0ce5371ed9e2a415dd8c08c93ad603f0ad7b2

10 years agoUse INTER_OFFSET in vp9_pick_inter_mode
Jingning Han [Mon, 10 Feb 2014 20:54:56 +0000 (12:54 -0800)]
Use INTER_OFFSET in vp9_pick_inter_mode

Cosmetic change to use pre-defined macros.

Change-Id: I93e9fa90113d0242599048940b39694660385a6f

10 years agoFixed a bug where no valid partition is allowed
Yaowu Xu [Tue, 11 Feb 2014 01:19:36 +0000 (17:19 -0800)]
Fixed a bug where no valid partition is allowed

Change-Id: I4d2729dc5c46db2847700256941a66b0957c105d

10 years agoAdding API to get vpx encoder/decoder interface.
Dmitry Kovalev [Wed, 12 Feb 2014 05:12:23 +0000 (21:12 -0800)]
Adding API to get vpx encoder/decoder interface.

Change-Id: I137e5e6585356792913e1e84da6c0a439c5153a5

10 years agoMerge "Enable encode_breakout in real time encoding"
Yunqing Wang [Wed, 12 Feb 2014 05:07:24 +0000 (21:07 -0800)]
Merge "Enable encode_breakout in real time encoding"

10 years agoFix frames that have no references to them.
Frank Galligan [Wed, 12 Feb 2014 02:33:02 +0000 (18:33 -0800)]
Fix frames that have no references to them.

BasicRateTargeting3TemporalLayers found an error with
the get/release frame buffer management.

Change-Id: Iccff25cba1d2f276f2a0d0fb7b20cf99b4405549

10 years agoRemoving init_rdcost_stack() + cleanup.
Dmitry Kovalev [Wed, 12 Feb 2014 02:08:06 +0000 (18:08 -0800)]
Removing init_rdcost_stack() + cleanup.

Change-Id: I6fcbc833063c658749b2d43bb9968a5762647061

10 years agoRemoving vp9_foreach_transformed_block_uv() function.
Dmitry Kovalev [Wed, 12 Feb 2014 02:06:00 +0000 (18:06 -0800)]
Removing vp9_foreach_transformed_block_uv() function.

Change-Id: I35ec77b71e6fd686865cead9281e4dd9e9bc9e86

10 years agoMerge "Hiding encode_b_args struct inside vp9_encodemb.c."
Dmitry Kovalev [Wed, 12 Feb 2014 01:36:05 +0000 (17:36 -0800)]
Merge "Hiding encode_b_args struct inside vp9_encodemb.c."

10 years agoCleaning up vp9_full_search_sad_c() function.
Dmitry Kovalev [Tue, 11 Feb 2014 19:52:30 +0000 (11:52 -0800)]
Cleaning up vp9_full_search_sad_c() function.

Change-Id: Ief941ff75c5e25f3288326a162b1bd0c0f17a779

10 years agoRemoves active_worst_quality feedback
Deb Mukherjee [Tue, 11 Feb 2014 01:52:44 +0000 (17:52 -0800)]
Removes active_worst_quality feedback

Removes certain cases of feedback of active_worst_quality,
and removes it from the RATE_CONTROL structure. Now active
worst quality is expected to be computed locally in the
q picking function during the encode.
Making temporal filter strength depend on avg_frame_qindex
rather than on active_worst_quality actually improves
performance esp. for yt.
derf: +0.038%
yt: +0.359%

Change-Id: I1fe5a343034b55af9322289165321f00ac0827b1

10 years agoMerge "vpxenc: Silence MSVC warnings."
Tom Finegan [Wed, 12 Feb 2014 00:14:43 +0000 (16:14 -0800)]
Merge "vpxenc: Silence MSVC warnings."

10 years agoEnable encode_breakout in real time encoding
Yunqing Wang [Tue, 4 Feb 2014 19:09:34 +0000 (11:09 -0800)]
Enable encode_breakout in real time encoding

In real time encoding, we enable encode_breakout to make encoding
fast. A speed feature "use_encode_breakout" is defined to set
encode_breakout thresholds for different speeds.

However, currently, static_thresh is an encoder option. The encode_
breakout can be turned off if user sets static_thresh=0 specifically.

The rtc set borg test result: (need to set --static_thresh=1)
speed -5, psnr loss -3.543%;
speed -4, psnr loss -2.358%;
speed -3, psnr loss -0.771%.

Encoding speed test:
speed -5, 11% - 60% speedup;
speed -4, 5.5% - 28% speedup;
speed -3, 0.8% - 7% speedup.

Change-Id: Icde592ffbe77eac7446f872a2e9eb2051733677b

10 years agoMerge "Disabling BasicRateTargeting3TemporalLayers test."
Dmitry Kovalev [Tue, 11 Feb 2014 23:20:41 +0000 (15:20 -0800)]
Merge "Disabling BasicRateTargeting3TemporalLayers test."

10 years agoMerge "vp9/common/x86: Silence MSVC warnings in vp9_asm_stubs.c."
Tom Finegan [Tue, 11 Feb 2014 22:39:27 +0000 (14:39 -0800)]
Merge "vp9/common/x86: Silence MSVC warnings in vp9_asm_stubs.c."

10 years agoDisabling BasicRateTargeting3TemporalLayers test.
Dmitry Kovalev [Tue, 11 Feb 2014 22:37:13 +0000 (14:37 -0800)]
Disabling BasicRateTargeting3TemporalLayers test.

Frank is going to fix it soon, disabling for now.

Change-Id: Ifb7092d7db5af01bde62897af189fd620b7bbdf3

10 years agoMerge "Cleaning up compute_fast_motion_search_level()."
Dmitry Kovalev [Tue, 11 Feb 2014 19:12:29 +0000 (11:12 -0800)]
Merge "Cleaning up compute_fast_motion_search_level()."

10 years agoMerge "Fixing errorperbit calculation."
Dmitry Kovalev [Tue, 11 Feb 2014 18:19:59 +0000 (10:19 -0800)]
Merge "Fixing errorperbit calculation."

10 years agovpxenc: Silence MSVC warnings.
Tom Finegan [Mon, 10 Feb 2014 22:55:25 +0000 (14:55 -0800)]
vpxenc: Silence MSVC warnings.

Change-Id: I7dd8532052f0b2d4077f579e78db3987b58e3d2a

10 years agoMerge "vpx_temporal_scalable_patterns: Remove extra const."
Tom Finegan [Tue, 11 Feb 2014 17:28:35 +0000 (09:28 -0800)]
Merge "vpx_temporal_scalable_patterns: Remove extra const."

10 years agoMerge "Rework mode_info update in vp9_pick_inter_mode"
Jingning Han [Tue, 11 Feb 2014 16:49:40 +0000 (08:49 -0800)]
Merge "Rework mode_info update in vp9_pick_inter_mode"

10 years agoMerge "Use more meaningful names for speed features"
Jingning Han [Tue, 11 Feb 2014 16:49:35 +0000 (08:49 -0800)]
Merge "Use more meaningful names for speed features"

10 years agoMerge "Add get release decoder frame buffer functions."
Frank Galligan [Tue, 11 Feb 2014 16:19:37 +0000 (08:19 -0800)]
Merge "Add get release decoder frame buffer functions."

10 years agoMerge "Encoder quantization cleanup."
Dmitry Kovalev [Tue, 11 Feb 2014 05:32:04 +0000 (21:32 -0800)]
Merge "Encoder quantization cleanup."

10 years agovpx_temporal_scalable_patterns: Remove extra const.
Tom Finegan [Tue, 11 Feb 2014 02:08:31 +0000 (18:08 -0800)]
vpx_temporal_scalable_patterns: Remove extra const.

Silences MSVC warning.

Change-Id: I43191cdd8f0231b259ec091be24325ec99d2e962

10 years agoMerge "Cleaning up update_stats() function."
Dmitry Kovalev [Tue, 11 Feb 2014 01:30:29 +0000 (17:30 -0800)]
Merge "Cleaning up update_stats() function."

10 years agoMerge "Making vp9_activity_masking() static."
Dmitry Kovalev [Tue, 11 Feb 2014 01:29:40 +0000 (17:29 -0800)]
Merge "Making vp9_activity_masking() static."

10 years agoMerge "vpx_integer: Use inttypes.h in MSVC (2013 and later)."
Tom Finegan [Tue, 11 Feb 2014 00:42:34 +0000 (16:42 -0800)]
Merge "vpx_integer: Use inttypes.h in MSVC (2013 and later)."

10 years agoMerge "Further one-pass vbr rate control changes"
Deb Mukherjee [Tue, 11 Feb 2014 00:38:19 +0000 (16:38 -0800)]
Merge "Further one-pass vbr rate control changes"

10 years agoMerge "*.mk: s/\bUSE_X86INC/CONFIG_USE_X86INC/"
James Zern [Mon, 10 Feb 2014 23:39:28 +0000 (15:39 -0800)]
Merge "*.mk: s/\bUSE_X86INC/CONFIG_USE_X86INC/"

10 years agovpx_integer: Use inttypes.h in MSVC (2013 and later).
Tom Finegan [Mon, 10 Feb 2014 23:30:43 +0000 (15:30 -0800)]
vpx_integer: Use inttypes.h in MSVC (2013 and later).

Change-Id: I2c47f0ab13de82de8833c3f134e5f3c74394374f

10 years agoRework mode_info update in vp9_pick_inter_mode
Jingning Han [Mon, 10 Feb 2014 20:38:46 +0000 (12:38 -0800)]
Rework mode_info update in vp9_pick_inter_mode

This commit moves unnecessary mode_info update steps out of inter
mode test loop.

Change-Id: I3705450c44cda060021f4fd76c34f1b20d11658b

10 years agoUse more meaningful names for speed features
Jingning Han [Mon, 10 Feb 2014 20:03:02 +0000 (12:03 -0800)]
Use more meaningful names for speed features

Use frame_parameter_update to precisely describe the functionality.

Change-Id: Ia9a55ba8efef7b987e30d949dd00ac716189bdb9

10 years agovp9/common/x86: Silence MSVC warnings in vp9_asm_stubs.c.
Tom Finegan [Fri, 7 Feb 2014 05:42:03 +0000 (21:42 -0800)]
vp9/common/x86: Silence MSVC warnings in vp9_asm_stubs.c.

Update filter_1dfunction definition to match usage.

Change-Id: Ie3cae13dc1ec3f5838c5f29d1c76a1a98a9217fa

10 years agoMerge "Merged two similar functions to reduce duplication"
Yaowu Xu [Mon, 10 Feb 2014 22:50:01 +0000 (14:50 -0800)]
Merge "Merged two similar functions to reduce duplication"

10 years agoMerge "Cleaning up {simple, twopass}_encoder examples."
Dmitry Kovalev [Mon, 10 Feb 2014 22:27:48 +0000 (14:27 -0800)]
Merge "Cleaning up {simple, twopass}_encoder examples."

10 years agoFurther one-pass vbr rate control changes
Deb Mukherjee [Fri, 7 Feb 2014 23:52:41 +0000 (15:52 -0800)]
Further one-pass vbr rate control changes

Some parameter changes and fixes on one-pass rate control.
derfraw300 is now only 10% below 2-pass speed 0 rate control.

Change-Id: I1940eef8a5a035dc18e71b880d5e00cabd1f01b9

10 years agoMerge "Cleaning up rd_check_segment_txsize() function."
Dmitry Kovalev [Mon, 10 Feb 2014 22:14:18 +0000 (14:14 -0800)]
Merge "Cleaning up rd_check_segment_txsize() function."

10 years agoAdd get release decoder frame buffer functions.
Frank Galligan [Thu, 6 Feb 2014 01:44:42 +0000 (17:44 -0800)]
Add get release decoder frame buffer functions.

This CL changes libvpx to call a function when a frame buffer
is needed for decode. Libvpx will call a release callback when
no other frames reference the frame buffer. This CL adds a
default implementation of the frame buffer callbacks. Currently
only VP9 is supported. A future CL will add support for
applications to supply their own frame buffer callbacks.

Change-Id: I1405a320118f1cdd95f80c670d52b085a62cb10d

10 years agoMerge "add_warning(): remove dead store"
James Zern [Mon, 10 Feb 2014 21:20:31 +0000 (13:20 -0800)]
Merge "add_warning(): remove dead store"

10 years agoMerged two similar functions to reduce duplication
Yaowu Xu [Mon, 10 Feb 2014 19:25:23 +0000 (11:25 -0800)]
Merged two similar functions to reduce duplication

Function encode_rtc_frame_internal() and encode_frame_internal() only
differed by a couple of speed features, this commit relocation those
difference into the setup of speed features and merged two functions
into one to remove duplication.

It also fixed a subtle bug super_fast_rtc was used before it was
initialized.

Change-Id: I234a5a1d11a4450930e5b4943dbab434208d5030

10 years agoMerge "Convert small static header functions to inline"
Jim Bankoski [Mon, 10 Feb 2014 19:35:12 +0000 (11:35 -0800)]
Merge "Convert small static header functions to inline"

10 years agoMerge "Convert small static functions in header to inline.."
Jim Bankoski [Mon, 10 Feb 2014 19:35:02 +0000 (11:35 -0800)]
Merge "Convert small static functions in header to inline.."

10 years agoMerge "Convert small header functions to inline"
Jim Bankoski [Mon, 10 Feb 2014 19:34:56 +0000 (11:34 -0800)]
Merge "Convert small header functions to inline"

10 years agoMerge "Convert header static functions to inline or make them global."
Jim Bankoski [Mon, 10 Feb 2014 19:34:51 +0000 (11:34 -0800)]
Merge "Convert header static functions to inline or make them global."

10 years agoMerge "Converted functions in header to INLINE..."
Jim Bankoski [Mon, 10 Feb 2014 19:34:43 +0000 (11:34 -0800)]
Merge "Converted functions in header to INLINE..."

10 years agoMerge "Convert functions to inline that are small ."
Jim Bankoski [Mon, 10 Feb 2014 19:34:36 +0000 (11:34 -0800)]
Merge "Convert functions to inline that are small ."

10 years agoMerge "Convert functions to inline that are in headers static."
Jim Bankoski [Mon, 10 Feb 2014 19:34:29 +0000 (11:34 -0800)]
Merge "Convert functions to inline that are in headers static."

10 years agoMerge "Converted function to inline"
Jim Bankoski [Mon, 10 Feb 2014 19:34:25 +0000 (11:34 -0800)]
Merge "Converted function to inline"

10 years agoMerge "Converted short static functions to inline."
Jim Bankoski [Mon, 10 Feb 2014 19:34:17 +0000 (11:34 -0800)]
Merge "Converted short static functions to inline."

10 years agoFixing errorperbit calculation.
Dmitry Kovalev [Sun, 9 Feb 2014 09:15:44 +0000 (01:15 -0800)]
Fixing errorperbit calculation.

Change-Id: I06e082a18dbcc6e126cf288ee769c1480e3f2f4d

10 years agoSome updates and fixes for layered CBR mode.
Marco Paniconi [Fri, 7 Feb 2014 22:25:27 +0000 (14:25 -0800)]
Some updates and fixes for layered CBR mode.

-Properly set the average frame size for each layer.

-Allow each layer to update its average/last Q stats after encoding.

-Initialize for some layer context variables.

Change-Id: Iaa37d144fcf4f30ff4283a4e8db8b9ca8bf4c815

10 years agoConvert small static header functions to inline
Jim Bankoski [Mon, 10 Feb 2014 04:19:37 +0000 (20:19 -0800)]
Convert small static header functions to inline

Change-Id: I467b28346a0d8d4d8b96d6c05fc39c34eec26e5c

10 years agoConvert small static functions in header to inline..
Jim Bankoski [Mon, 10 Feb 2014 04:18:40 +0000 (20:18 -0800)]
Convert small static functions in header to inline..

Change-Id: Ic4fc01be7738fbabf8c7860dbe3476ab4caf5fc2

10 years agoConvert small header functions to inline
Jim Bankoski [Mon, 10 Feb 2014 04:17:33 +0000 (20:17 -0800)]
Convert small header functions to inline

Change-Id: I4e5575f0d7ccfe2361b8cbf78e7dc079272c9f5f

10 years agoConvert header static functions to inline or make them global.
Jim Bankoski [Mon, 10 Feb 2014 15:39:12 +0000 (07:39 -0800)]
Convert header static functions to inline or make them global.

Change-Id: Ib26fbfef3505299f754e5af6c437a85d7746fc28

10 years agoConverted functions in header to INLINE...
Jim Bankoski [Mon, 10 Feb 2014 04:12:04 +0000 (20:12 -0800)]
Converted functions in header to INLINE...

Change-Id: I00512c6cef3a4af8df57c7263ceb853fb2db8140

10 years agoConvert functions to inline that are small .
Jim Bankoski [Mon, 10 Feb 2014 04:08:58 +0000 (20:08 -0800)]
Convert functions to inline that are small .

Change-Id: I3b160e93d9319c8e1abda2a60f49f89c409d534b

10 years agoConvert functions to inline that are in headers static.
Jim Bankoski [Mon, 10 Feb 2014 04:06:35 +0000 (20:06 -0800)]
Convert functions to inline that are in headers static.

Change-Id: If1ec3b64be327e8c48ec7efbacde208d2129fdb0

10 years agoConverted function to inline
Jim Bankoski [Mon, 10 Feb 2014 04:04:54 +0000 (20:04 -0800)]
Converted function to inline

Change-Id: Iaa4880c8a207cfea509608e1ef4593794b6b31f2

10 years agoConverted short static functions to inline.
Jim Bankoski [Mon, 10 Feb 2014 03:58:54 +0000 (19:58 -0800)]
Converted short static functions to inline.

Change-Id: I859719d41ced2e35d2765b636e627bb7edc3651e

10 years agoCleaning up rd_check_segment_txsize() function.
Dmitry Kovalev [Sun, 9 Feb 2014 04:18:37 +0000 (20:18 -0800)]
Cleaning up rd_check_segment_txsize() function.

Change-Id: I7c09f84b26eb499daafd1393b48f12abb8a6fb8f

10 years agoMaking vp9_activity_masking() static.
Dmitry Kovalev [Sun, 9 Feb 2014 03:41:37 +0000 (19:41 -0800)]
Making vp9_activity_masking() static.

Change-Id: Ic6a733f1fe92458da89c8459c5686ba1e08b92bf

10 years agoHiding encode_b_args struct inside vp9_encodemb.c.
Dmitry Kovalev [Sun, 9 Feb 2014 03:30:45 +0000 (19:30 -0800)]
Hiding encode_b_args struct inside vp9_encodemb.c.

Change-Id: I5bcd32874f8a8a693e3eb68ef6728dfbf5475bda

10 years agoadd_warning(): remove dead store
James Zern [Sat, 8 Feb 2014 21:10:27 +0000 (13:10 -0800)]
add_warning(): remove dead store

Change-Id: I5cfc0aa9c436c7ba1b49337d06a0181f7cda920f

10 years agoMerge "vp9_dthread: interleave mutex/cond alloc+init"
James Zern [Sat, 8 Feb 2014 19:43:20 +0000 (11:43 -0800)]
Merge "vp9_dthread: interleave mutex/cond alloc+init"

10 years agoMerge "vp9/common: Silence MSVC warning in vp9_convolve.c."
Tom Finegan [Sat, 8 Feb 2014 02:34:44 +0000 (18:34 -0800)]
Merge "vp9/common: Silence MSVC warning in vp9_convolve.c."

10 years agoMerge "Fixing undefined behavior vp9_peek_si()."
Dmitry Kovalev [Sat, 8 Feb 2014 02:14:32 +0000 (18:14 -0800)]
Merge "Fixing undefined behavior vp9_peek_si()."

10 years agoMerge "Removing references to nonexistent functions."
Dmitry Kovalev [Sat, 8 Feb 2014 02:14:01 +0000 (18:14 -0800)]
Merge "Removing references to nonexistent functions."

10 years agoMerge "Remove unnecessary local variables."
James Zern [Sat, 8 Feb 2014 00:45:24 +0000 (16:45 -0800)]
Merge "Remove unnecessary local variables."