How are you specifying the multi thread option? Have you tried vpxdec -t 2?
--
- johann koenig
google
What makes you think that it is not decoding any faster? I am not
familiar with the functions you are using: PerfReset, PerfGetCount.
--
You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
To post to this group, send email to webm-d...@webmproject.org.
To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
For more options, visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
To post to this group, send email to webm-d...@webmproject.org.
To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
If you are only concerned about the overall execution time it may be
easier to use 'time':
http://linux.die.net/man/1/time
--
You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
To post to this group, send email to webm-d...@webmproject.org.
To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
Looking through the code I don't think '-t 0' autodetects the threads
... but can you try '-t 1'?
To post to this group, send email to webm-d...@webmproject.org.
To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
> To post to this group, send email to webm-d...@webmproject.org.
> To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
> To post to this group, send email to webm-d...@webmproject.org.
> To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
Thanx for reply .
I am measuring cycles using cortex-a8 performance registers.
It is giving more cycles for multithread than single thread.
Is that includes synchronization timing ?
present code doing decode_mb_tokens and decode_macroblock on single
core even if we have multiple cores for single partition.
1).can i do decode_mb_tokens on multiple cores even if we have single
partition ?
2).can i do decode_macroblock in wavefront order on multiple cores
even if we have single partition ?
To post to this group, send email to webm-d...@webmproject.org.
To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
To post to this group, send email to webm-d...@webmproject.org.
To unsubscribe from this group, send email to webm-discuss...@webmproject.org.