OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:psnr_totals
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c
198
double
psnr_totals
[NUM_ENCODERS][4] = {{0,0}};
local
416
psnr_totals
[i][j] += pkt[i]->data.psnr.psnr[j];
451
fprintf(stderr, " %.3lf",
psnr_totals
[i][j]/psnr_count[i]);
/external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c
354
double
psnr_totals
[NUM_ENCODERS][4] = {{0,0}};
local
679
psnr_totals
[i][j] += pkt[i]->data.psnr.psnr[j];
716
fprintf(stderr, " %.3lf",
psnr_totals
[i][j]/psnr_count[i]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c
625
double
psnr_totals
[4];
member in struct:stream_state
[
all
...]
/external/libvpx/libvpx/
vpxenc.c
818
double
psnr_totals
[4];
member in struct:stream_state
[
all
...]
Completed in 237 milliseconds