- 02 Jun, 2014 - 5 commits
-
-
James Zern authored
...when configured below the path containing spaces. configuring outside the path containing spaces still won't work due to issues with the makefiles, e.g., /path with spaces/git /path with spaces/build1 /build2 configure/make in build1 will work, build2 will not Change-Id: Ie4a1f313596d7457cadd67476ac1dbd3273ad46e
-
Dmitry Kovalev authored
Change-Id: I3f74418f07c2dfdd7725a5b4a8ef5c5f4aca6289
-
Tim Kopp authored
-
Yaowu Xu authored
-
- 01 Jun, 2014 - 2 commits
-
-
Frank Galligan authored
-
Frank Galligan authored
This reverts commit 91655042 Change-Id: I500822b03f09c64ff6ec5396c68edee9ca3b75cb
-
- 31 May, 2014 - 1 commit
-
-
Dmitry Kovalev authored
-
- 30 May, 2014 - 14 commits
-
-
Jingning Han authored
-
Jingning Han authored
-
James Zern authored
-
hkuang authored
-
Jingning Han authored
This commit applies quantization process with coarse quantization step size to the forward transform coefficients and tests all the inverse 16x16 DCT and ADST implementation versions with the dequantized coefficients as input, to verify that the outcomes match the prototype. Change-Id: I68034a6126b45192c87d8c642155290e89bff8fa
-
Yaowu Xu authored
-
Dmitry Kovalev authored
-
hkuang authored
In frame parallel decoding mode, there will be still several frames inside the decoder when application stop calling vpx_codec_decode to decode frames. The application will need to keep calling vpx_codec_get_frame to get all the remaining decoded frames in the decoder. Change-Id: I2ce8260a91282f045bb9a6093ff8a606b1990f14
-
Yaowu Xu authored
-
Christian Duvivier authored
Change-Id: I52f73943194039697da6880d2da54821b2498336
-
Yaowu Xu authored
This commit added a call to set speed feature before initializing motion search, fixed the problem where unintialized search method is used before its value being set. Change-Id: I537e4612bf0d00fd6f51396fd222d4b3bd6fde58
-
Tim Kopp authored
By enabling the OUTPUT_YUV_SRC compiler flag, the encoder will write the raw input to bd.yuv. The functionality was mostly implemented, but in its previous state did not compile. Change-Id: Ia331ad0f4c6e6f9f51e8d42cd33ba8cc146b3dbf
-
Paul Wilkins authored
-
Sean McGovern authored
Change-Id: Ic0fb8e5016d064c2227cf5d87ffba86a4303c82b
-
- 29 May, 2014 - 12 commits
-
-
Dmitry Kovalev authored
Change-Id: Ie11558c076a0161cc9608788e050b1b16e31c490
-
Dmitry Kovalev authored
-
Alex Converse authored
-
Dmitry Kovalev authored
Making this consistent with intra mode masks: you need to specify allowed inter/intra modes to use. Change-Id: Iaecd28bf79047259707d8e7a59a57bb7b856383e
-
Dmitry Kovalev authored
Change-Id: Ibdd5255d37200fb8a1d50f71a2a49c6089ae21e7
-
Dmitry Kovalev authored
-
Jingning Han authored
An overflow issue could potentially happen in the second round 1-D transform of the SSSE3 full inverse 16x16 2D-DCT. This commit fixes this issue. Change-Id: Ia19e4888fda1cc929a28a5f89a5beec612d628dc
-
Alex Converse authored
This aligns the encoder behavior with the decoder. Change-Id: Ifa0840e4b07b19309e0bf1d1182498883249ec45
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
Change-Id: Id3d0a49836fe996b806707d29a8130acf9d7ea0e
-
Yaowu Xu authored
-
Yaowu Xu authored
-
- 28 May, 2014 - 6 commits
-
-
Yaowu Xu authored
Change-Id: I58baa1da1f3bfc8a6da454399139fe6a7473ff10
-
Marco Paniconi authored
-
Marco Paniconi authored
In the current logic, if the sse for zero motion is smaller than the sse for new_mv (i.e., best_sse), we may still end up using the non-zero mv for denoising (if the magnitude of new_mv is above threshold). This can happen for very noisy content, and can lead to artifacts. This change ensures that we always use zero_mv (over new_mv) for denoisng if sse_zero_mv <= best_sse. Change-Id: I8ef9294d837b077013b77a46c9a71d17c648b48a
-
Dmitry Kovalev authored
Change-Id: I0abad32551dc534d3db27424c118e4b2f6b50f37
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-