- 13 Feb, 2014 - 28 commits
-
-
Jingning Han authored
The functionalities of set_offsets() are subsumed in later set_partitioning() and rtc_use_partition() functions, hence removed. Change-Id: Ie514b13cb66c2379f13d0be9b1da4c12ca4581e5
-
Paul Wilkins authored
* changes: Remove some cases for turning off arf. Modified Aq1 and Aq2
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Paul Wilkins authored
Flipping arf on and off too often is hurting some clips. This change makes no difference for 50-75% of our test clips but helps some by a big margin. (eg. std-hd crew by 6% and one of the YT and YT-hd clips by 14%) Average improvements for 2 pass, speed 2 (psnr,ssim) are as follows:- derf 0.165%, 0.210% yt 1.210%, 1.464% yt-hd 1.189%, 1.471% std-hd 1.031%, 0.886% Change-Id: I121fe66cfb4a62d384b23b484a7d648789641969
-
Jim Bankoski authored
Change-Id: I6ec6e072fcd59f9b5fac4ce221a86f9078103ae3
-
Jim Bankoski authored
Change-Id: I08a4364672cf8171932e8e85fb74fcbfa4b27d2d
-
Jim Bankoski authored
-
Jim Bankoski authored
Change-Id: I716ea2967c6771d7adea571406f315a3197eab93
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
Change-Id: I39d78facc79a364cdc529b8cc4930d74f766d413
-
Dmitry Kovalev authored
Change-Id: I668afb50614644d2eac2e968e1fafd6d73170bec
-
Dmitry Kovalev authored
-
Tom Finegan authored
-
Dmitry Kovalev authored
-
Jingning Han authored
-
Jingning Han authored
-
Jingning Han authored
-
Jingning Han authored
-
Dmitry Kovalev authored
-
James Zern authored
-
Jim Bankoski authored
Change-Id: Id53b574a4ecb5c8749383b3758c46b6bc1b275d5
-
Tom Finegan authored
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
-
- 12 Feb, 2014 - 12 commits
-
-
Dmitry Kovalev authored
Change-Id: Id15285aa48ac6d8fec19a1946e6391412d84f5be
-
Alex Converse authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Jingning Han authored
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
-
Frank Galligan authored
-
Dmitry Kovalev authored
Change-Id: Ie79114bba4f0cea55d9f701e20d2be2017630f3b
-
Tom Finegan authored
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
-
Jingning Han authored
Change-Id: Ic5692af975fe6bd2d8ec82bbae103c6f7c2fc13e
-
Jingning Han authored
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
-
Jingning Han authored
The function rd_pick_reference_frame can be deprecated. Its use was subsumed by the adaptive motion search control. Change-Id: Icb0c2fa335f0f06fa7b79a71f972d9fa54d750db
-
Dmitry Kovalev authored
-