OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decode_microseconds
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/decoder/
onyxd_int.h
86
unsigned int
decode_microseconds
;
member in struct:VP8Decompressor
onyxd_if.c
429
pbi->
decode_microseconds
= vpx_usec_timer_elapsed(&timer);
431
pbi->time_decoding += pbi->
decode_microseconds
;
/external/libvpx/vp8/decoder/x86/
onyxdxv.c
226
microseconds_available -= pbi->
decode_microseconds
;
232
tab->post_proc2time = pbi->
decode_microseconds
* 1 / 2;
235
tab->post_proc4time = pbi->
decode_microseconds
;
Completed in 16 milliseconds