- 07 Aug, 2014 - 12 commits
-
-
Dmitry Kovalev authored
-
James Zern authored
-
Deb Mukherjee authored
-
James Zern authored
Change-Id: Ic49e290c7c88c55e730a0b2b0eb16ee3d0f120e7
-
Alex Converse authored
-
Dmitry Kovalev authored
-
Deb Mukherjee authored
Specifies the bit-depth, color sampling and colorspace for intra only frames for profiles > 0 Also adds checks to ensure that profile 1 and 3 are exclusively used for non 420 streams. Change-Id: Icfb15fa1acccbce8f757c78fa8a2f60591360745
-
Yaowu Xu authored
-
Jim Bankoski authored
Change-Id: I18cbdad6031d14d4c1a818c0ab33bbedf7b33e19
-
Jim Bankoski authored
-
Hangyu Kuang authored
-
Yaowu Xu authored
This commit adds a configure time option used to enable strict error checking in decoder to make sure intermediate stage cofficients of inverse transforms are within valid range of signed 16 bit integer. For valid VP9 input streams, intermediate stage coefficients should always stay within the range of a signed 16 bit integer. Coefficients can go out of this range for invalid/corrupt VP9 streams. However, strictly checking this range for every intermediate coefficient can be a burden for decoder, therefore such validation is only enabled with configure option --enable-coefficient-range-checking. Change-Id: I47d47c8c4e48a922c3d223ca59064f51b3f0f5ed
-
- 06 Aug, 2014 - 16 commits
-
-
Jim Bankoski authored
Change-Id: I066763c2e3ae69ab772bb986da97af9b504f0329
-
Minghai Shang authored
-
Marco Paniconi authored
-
Minghai Shang authored
Change-Id: Ice5376100d8e27cbdaddfd3cd06898cedd2720fe
-
Dmitry Kovalev authored
Change-Id: I75abd57367a7974a9fab8a727b2bbc54dea428c3
-
Marco Paniconi authored
This is needed to update the width/height and stride parameters for the reference buffers that the denoiser uses. Change-Id: Id51b3bdcb56bbbc8187865544ccd3d872a0d51fe
-
Adrian Grange authored
-
Dmitry Kovalev authored
Change-Id: Ic37624d807884e71f08b50fd04892f03f2708ba7
-
James Zern authored
-
James Zern authored
-
Hangyu Kuang authored
When no more data is available, vpx_codec_decode should be called with NULL as data and 0 as data_sz. vpx_codec_get_frame iterates over a list of the frames available for display. The iterator storage should be initialized to NULL to start the iteration. Iteration is complete when this function returns NULL. Also change the unit test to conform to the api spec. Change-Id: I4b258b309f5df3d37d10c82f01492c0394181c2a
-
Alex Converse authored
Change-Id: Ie8c976ececc79fd58c6eb16b7add053dc58e3bb8
-
Alex Converse authored
-
Alex Converse authored
-
Johann authored
-
Pengchong Jin authored
-
- 05 Aug, 2014 - 9 commits
-
-
Pengchong Jin authored
This patch allows the encoder to directly split the block in partition search, therefore skip searching NONE. It computes a score which measures whether 16x16 motion vectors from the first pass in the current block are consistent with each others. If they are inconsistent and we have enough Q to encode, split the block directly, and skip searching NONE. This feature is under flag CONFIG_FP_MB_STATS. In speed 2, it further gives a speedup of 3-8% on sample yt clips as compared to the previous version under the same flag. Overall, the features under the flag will give 7-15% on typical yt clips at up to 6000kbps data rate. The speedup at very high data rate is not significant. For hard stdhd clips: park_joy_1080p @ 15000kbps: 504541ms -> 506293ms (-0.35%) pedestrian_area_1080p @ 2000kbps: 326610ms -> 290090ms (+11.2%) The compression performance using the features under the flag: derf: -0.068% yt: -0.189% hd: -0.318% stdhd:-0.183% To use the feature, set CONFIG_FP_MB_STATS and turn on cpi->use_fp_mb_stats. Change-Id: Iad58a2966515c8861aa9eb211565b1864048d47f
-
Johann authored
This configuration has moved to vp9_rtcd_defs.pl Change-Id: I71a31dbb8d79df226b60dd834324a5af69956c51
-
Adrian Grange authored
This code was being called from two places and difficult to parse. I rationalized it in to a function to improve readability. Change-Id: I154b8fe0b84e6c01e69601e78e67bd47c954d8b6
-
Alex Converse authored
This offers 25% more compression on my HD screencast testset. Change-Id: I85eaef95fd8f2e03e326443e9514482b2ee35cef
-
Alex Converse authored
Change-Id: I12b0b0a06750cb9a5f1bdc3368deb44137acc9a3
-
James Zern authored
makes update_bits[] a constant table Change-Id: If105bf0522487f54a31e12a7cc73aa24671b19d4
-
Minghai Shang authored
Merge "[spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag for upper layers in first frame"
-
Jim Bankoski authored
* changes: vpxdec warning errors addressed cast enums to int to avoid gcc warning in pred_common
-
Pengchong Jin authored
-
- 04 Aug, 2014 - 3 commits
-
-
Pengchong Jin authored
Re-organize the one-byte structure for 16x16 first pass block. Add bits to indicate motion vector directions. Change-Id: Id10754ba343dfc712c7fed5bcc85c67fa0bbcb89
-
Jingning Han authored
-
Minghai Shang authored
[spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag for upper layers in first frame Change-Id: I1fec9c084b499b2f445b79726066d01b136b59fa
-