- Aug 29, 2015
-
-
James Zern authored
Change-Id: I01c8ba864b73fd3a66c10442041274767ac87bf1
-
- Aug 28, 2015
-
-
Yunqing Wang authored
-
Marco Paniconi authored
-
James Zern authored
-
Yunqing Wang authored
Spatial/temporal svc code was removed. Verified using Borg test, and the results before and after the change are matching. Change-Id: I4c2ee5cd560428e3e50be02e57e5871ef4246390
-
Marco Paniconi authored
For one pass CBR: only check for updating refresh_golden if ext_refresh_frame_flags_pending is not set (i.e., == 0). And move the resetting of ext_refresh_frame_flags_pending = 0 down to after the encode_loop (and account for dropped frames). This is to prevent changing refresh_golden flga when the user supplies the reference/update flags. Change-Id: I4d87b3e705ba43f243667e367503b585c61e2a54
-
James Zern authored
-
- Aug 27, 2015
-
-
James Zern authored
limits the amount of failure messages should e.g., a test file fail to be opened Change-Id: I0b30da0faa78cada23a226b577b3a48c74a896cd
-
James Zern authored
remove MIN/MAX defines in vp8/common/common.h Change-Id: I41520f34af175e05b263ebd12198f4de29a967db
-
Johann Koenig authored
* changes: Only build ssse3 filter functions on 64 bit Clean up unused function warnings in vp8 encoder Clean up unused function warnings in vp8 onyx_if.c
-
Johann Koenig authored
-
Johann Koenig authored
-
Johann Koenig authored
These were lost in the great sub pixel variance move of 6a82f0d7 Not having these functions caused a ~10% performance regression in some realtime vp8 encodes. Change-Id: I50658483d9198391806b27899f2c0d309233c4b5
-
James Zern authored
previously any flags added while setting up the toolchain would override the user selections; environment variables could be treated similarly Change-Id: Ibfcc644137d8e579af554d19a38d4020019a7a34
-
James Zern authored
prevents redeclaration warnings; vp8 has its own define which will be resolved in a future commit Change-Id: Ic941fef3dd4262fcdce48b73075fe6b375f11c9c
-
James Zern authored
* changes: vp8e_encode: check validate_config return vp9_update_layer_...config: delete dead assignment
-
- Aug 26, 2015
-
-
Marco Paniconi authored
-
Marco Paniconi authored
For real-time mode (speeds >=5) enable aq-mode=3. Change-Id: Ib8b4ef7609bc30ac935742c8d27e8cd89933c6af
-
Hui Su authored
-
Yunqing Wang authored
Code cleanup. Change-Id: I668bd5a4e5fbe96969d51d9ee777fc5f1d8abfe6
-
Marco Paniconi authored
-
Marco Paniconi authored
Change-Id: Iab4e4a13a65c9dc5314e5107b126c30667c7b448
-
Johann Koenig authored
-
Hui Su authored
Change-Id: Ibc3b5cb3799f080808cf22ccb01d733e74ab4461
-
Johann Koenig authored
Avoid an unused function warning by only building the functions when they will be used. Change-Id: I53b5bdc5a180c79d63b34e4c8921d679bbc54009
-
Johann Koenig authored
Mark rdopt.h and treewriter.h functions with INLINE. Change-Id: Ib81168a709d09dfba7de16c596133310e04c6656
-
Johann Koenig authored
Remove really unused segmentation_test_function Hide decide_key_frame and recode_loop_test under non-realtime check. Change-Id: Ie0113945ffbd096dbb89a553548f526b2a0ee0c6
-
Johann Koenig authored
Mark functions in findnearmv.h, invtrans.h and setupintrarecon.h with INLINE. Hide function in postproc.h behind the same #if as it's callers. Change-Id: Ic1e014a943d2aca280f137019218b9d4f1443d61
-
Johann Koenig authored
This is a leftover of the XMA code which was removed a long time ago. Found while looking for unused functions. Change-Id: I07a3d542ae55440af59380dcdcf9a6c11cdfcb75
-
Johann Koenig authored
Mark functions in dboolhuff.h and treereader.h with INLINE. Change-Id: Ifc1008de0713c8d43f4fec83a8c2b836622be365
-
James Zern authored
Change-Id: I56fad85cae4537f9d68febf9b9264c3e1cf82ce1
-
James Zern authored
Change-Id: I7401a70a3f33d13fa1ab0393e59fceb5ef083534
-
- Aug 25, 2015
-
-
Johann Koenig authored
WebRTC builds with -Wunused-function do not like all the uses of onyx.h Change-Id: Ic57cb143b48df9c9895f94b5f8f395c260fa7025
-
Yaowu Xu authored
-
Yaowu Xu authored
This commit adds clamp of new vectors similar to the logic in RD loop. Such clamp is not necessary from the perspective of VP8 bitstream, but is added to improve ChromeCast mirroring's robustness. Change-Id: I42f6adbc60ffce283b994869364230858632d6fa
-
Shunyao Li authored
-
Deb Mukherjee authored
-
Shunyao Li authored
stdhd +0.226 hevchr +0.091 hevcmr +0.052 derflr +0.033 Change-Id: I84034209c5760609a99bd6e0ce55e02534b72cac
-
- Aug 24, 2015
-
-
Marco Paniconi authored
For each block in pickinter: use average of four middle pixels (instead of single pixel) to set skin map. This can help a little in reducing false skin detection in some cases. Change-Id: Ic247af75e9c2948b08ab977a39e061adacd8ec97
-
Hui Su authored
Change-Id: I5f7ab8ee75192a4c6c7aa723d2e113400d6ca9a5
-