TPEPlatform/2014-01-09: Difference between revisions
Jump to navigation
Jump to search
(→Study) |
|||
Line 8: | Line 8: | ||
==Graphics == | ==Graphics == | ||
*Parallel EcmaScript: Trace Intel RiverTrail implementation. /CTai | *Parallel EcmaScript: Trace Intel RiverTrail implementation. /CTai | ||
*JPEG encoder/decoder: Study JPEG encoder/decoder. | *GTC 2014 session list check. /CTai | ||
*JPEG encoder/decoder: /CTai | |||
**Study JPEG encoder/decoder theory. | |||
**Briefly understand what is NEON. | |||
==Input== | ==Input== |
Revision as of 03:56, 9 January 2014
Media
Streaming Media
- bug 890419 - Standalone benchmark for video / slee
- Modify bbrittain's patch and we can profile the video codec performance on devices.
- The performance test on unagi, https://bugzilla.mozilla.org/show_bug.cgi?id=890419#c25.
Graphics
- Parallel EcmaScript: Trace Intel RiverTrail implementation. /CTai
- GTC 2014 session list check. /CTai
- JPEG encoder/decoder: /CTai
- Study JPEG encoder/decoder theory.
- Briefly understand what is NEON.
Input
Stability
Free Agent
- bug 956625 - [b2g-desktop][mochitest] ReferenceError: Cc is not defined while using SpecialPowers.loadChromeScript / SC
- simply add |var Cc = Components.classes;| while Cc is undefined.
- r+'ed
- enable miniperf for unagi and peak / slee
- Have a simple introduction.
Study
- Keyboard api study / slee