- 04 Jun, 2015 7 commits
-
-
hkuang authored
-
James Zern authored
-
James Zern authored
* changes: vp9_reconintra: specialize d135 4x4 vp9_reconintra: specialize d117 4x4 vp9_reconintra: specialize d207 4x4 vp9_reconintra: specialize d153 4x4 vp9_reconintra: specialize d63 4x4 vp9_reconintra: specialize d45 4x4
-
Marco authored
-
Parag Salasakar authored
-
Marco authored
Remove the ABI check for the controls needed for SVC 1 pass CBR mode. Bump up the ABI version. Change-Id: I35b79ee010e14af83c6d1e801d574deaaa2fc7eb
-
hkuang authored
Change-Id: Ia0ff859ff1c813dbe100e2f27b1ef78167483f4e
-
- 03 Jun, 2015 11 commits
-
-
Marco authored
vp8 uses ts_target_bitrate for layer settings. Change-Id: Ie72477b549051396feebff87a3744fed04366bf4
-
Johann authored
Change-Id: I7a5e4e2632c3fa69d2a85a68fa9b418631caf09c
-
Parag Salasakar authored
average improvement ~5x-8x Change-Id: I179a69ec620fbd69979bd128f05d18113618aab4
-
Parag Salasakar authored
-
James Zern authored
-
James Zern authored
-
KO Myung-Hun authored
Change-Id: Ie3605bf4c4fb16eb21186adbb4577c20a8027344
-
KO Myung-Hun authored
Change-Id: I5750db0504cb69ead52f9f44bf583e693bffbb7e
-
Parag Salasakar authored
average improvement ~4x-6x Change-Id: Ia2e6f770da46416ebec31fdcea5cc7878879a9d9
-
Parag Salasakar authored
-
Johann authored
-
- 02 Jun, 2015 7 commits
-
-
Johann authored
Use uint32_t for all output and make all functions static Change-Id: I2c9c6f6310732dc53444607d1c1a268ac1ab83ba
-
Johann authored
-
Marco authored
-Make Rate control work for SVC 1 pass CBR mode. -Added temporal layering mode. -Fixed bug in non-rd variance partition. -Modified/updated the sample encoders (vp9_spatial_svc_encoder, vpx_temporal_svc_encoder). -Added datarate unittest(s) for 1 pass CBR SVC. Change-Id: Ie94b1b68a56ea1267b5087c625e5df04def2ee48
-
Parag Salasakar authored
average improvement ~3x-4x moved assert to respective files Change-Id: I6c915059d456a00bdd76fab0dd2eede8b6c6ea58
-
Parag Salasakar authored
Updated sources according to improved version of common MSA macros. Enabled respective convolve MSA hooks and tests. Overall, this is just upgrading the code with styling changes. Change-Id: If5ad6ef8ea7ca47feed6d2fc9f34f0f0e8b6694d
-
Parag Salasakar authored
-
Johann authored
Clang adds alignment hints when casting up the loads/stores. Although this should be safe for most paths, it's causing some crashes. Either the source of the misalignment needs to be determined and adjusted or the intrinsics need to be rewritten to avoid using the cast to load the data. BUG=817,892 Change-Id: Ia3aa824d6a4cd97e14325ff49dc730b6f85ec7e8
-
- 01 Jun, 2015 8 commits
-
-
Johann Koenig authored
-
James Zern authored
* changes: vp9_reconintra_neon/tm: improve above_left load vp9_reconintra_neon: cosmetics: normalize fn params
-
James Zern authored
-
Johann authored
-
paulwilkins authored
-
Johann authored
The larger internal variables are required for the intermediates but RoundHighBitDepth brings them down to uint32_t/unsigned int. Fixes type warnings in visual studio. Change-Id: I48d35284d6cbde330ccdc1f46b6215a645d5eb00
-
Johnny Klonaris authored
Numerator was being range checked against the denominator - preventing any frame rate slower than 1 fps. I've tested this on a Mac using using ffmpeg and results are comparable to mp4 and ogg files generated at the same time. Not yet tested on Windows. Johnny Klonaris google@jawknee.com Change-Id: Idb358dbc2e7dc000037880ede4a1b0df248a42c8
-
Parag Salasakar authored
Updated sources according to improved version of common MSA macros. Enabled idct MSA hooks and tests. Overall, this is just upgrading the code with styling changes. Change-Id: I1f488ab2c741f6c622b7a855388a202168082209
-
- 30 May, 2015 7 commits
-
-
James Zern authored
only the immediate above right pixel is needed; this removes a conditional from the inner loop the final average calculated currently relies on above[] being extended, it could be reduced to use above[block_size - 2] + 3 * above_right Change-Id: Ica4f2b8d25eec3ca1d6fa52ef0d4adc228eeea3f
-
James Zern authored
based on webp's RD4() Change-Id: I64c8f0a1325a8f201eaad39b396fae7a2d06efff
-
James Zern authored
based on webp's VR4() Change-Id: Ic8c0b8ed65a63772ca0a4321592880a5e8947db5
-
James Zern authored
based on webp's HU4() Change-Id: I2401ef307cd94e70cc7904f55954af04290c8af9
-
James Zern authored
based on webp's HD4() Change-Id: Icba1e21ec4b8f5026dc92e49741a68b059c8b9b1
-
James Zern authored
based on webp's VL4() Change-Id: Ibab962053843eae8752b4e74b6481a53bb034ae9
-
James Zern authored
based on webp's LD4() Change-Id: I74855d23ce73e1c6988fe08bf7c959b7a69b4abf
-