OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vpx_usec_timer_elapsed
(Results
1 - 21
of
21
) sorted by null
/external/libvpx/libvpx/vpx_ports/
vpx_timer.h
80
vpx_usec_timer_elapsed
(struct vpx_usec_timer *t) {
function
114
vpx_usec_timer_elapsed
(struct vpx_usec_timer *t) {
function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
vpx_timer.h
77
vpx_usec_timer_elapsed
(struct vpx_usec_timer *t) {
function
111
vpx_usec_timer_elapsed
(struct vpx_usec_timer *t) {
function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_perf_test.cc
87
const double elapsed_secs = double(
vpx_usec_timer_elapsed
(&t))
/external/libvpx/libvpx/test/
decode_perf_test.cc
95
const double elapsed_secs = double(
vpx_usec_timer_elapsed
(&t))
256
static_cast<double>(
vpx_usec_timer_elapsed
(&t)) / kUsecsInSec;
encode_perf_test.cc
173
const double elapsed_secs =
vpx_usec_timer_elapsed
(&t) / kUsecsInSec;
test_intra_pred_speed.cc
73
static_cast<int>(
vpx_usec_timer_elapsed
(&timer) / 1000);
/external/libvpx/libvpx/
vpxdec.c
907
dx_time +=
vpx_usec_timer_elapsed
(&timer);
931
dx_time += (unsigned int)
vpx_usec_timer_elapsed
(&timer);
[
all
...]
vpxenc.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c
817
dx_time +=
vpx_usec_timer_elapsed
(&timer);
830
dx_time += (unsigned int)
vpx_usec_timer_elapsed
(&timer);
vpxenc.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c
617
cx_time +=
vpx_usec_timer_elapsed
(&timer);
/external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c
739
cx_time +=
vpx_usec_timer_elapsed
(&timer);
[
all
...]
vpx_temporal_svc_encoder.c
749
cx_time +=
vpx_usec_timer_elapsed
(&timer);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c
[
all
...]
vp9_encodeframe.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c
[
all
...]
vp9_encodeframe.c
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
encodeframe.c
967
cpi->time_encode_mb_row +=
vpx_usec_timer_elapsed
(&emr_timer);
[
all
...]
onyx_if.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeframe.c
946
cpi->time_encode_mb_row +=
vpx_usec_timer_elapsed
(&emr_timer);
[
all
...]
onyx_if.c
[
all
...]
Completed in 471 milliseconds