OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:show_psnr
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/
vpxenc.h
46
int
show_psnr
;
member in struct:VpxEncoderConfig
vpxenc.c
702
global->
show_psnr
= 1;
1481
static void
show_psnr
(struct stream_state *stream) {
function
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.h
39
int
show_psnr
;
member in struct:VpxEncoderConfig
vpxenc.c
707
global->
show_psnr
= 1;
1413
static void
show_psnr
(struct stream_state *stream) {
function
[
all
...]
/external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c
174
/* Set
show_psnr
to 1/0 to show/not show PSNR. Choose
show_psnr
=0 if you
177
int
show_psnr
= 0;
local
225
show_psnr
= strtol(argv[NUM_ENCODERS + 4], NULL, 0);
311
(
show_psnr
? VPX_CODEC_USE_PSNR : 0), &dsf[0]))
389
if (
show_psnr
)
422
if ( (
show_psnr
) && (psnr_count[i]>0) )
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c
192
/* Set
show_psnr
to 1/0 to show/not show PSNR. Choose
show_psnr
=0 if you
195
int
show_psnr
= 0;
local
243
show_psnr
= strtol(argv[NUM_ENCODERS + 4], NULL, 0);
329
(
show_psnr
? VPX_CODEC_USE_PSNR : 0), &dsf[0]))
407
if (
show_psnr
)
440
if ( (
show_psnr
) && (psnr_count[i]>0) )
Completed in 1869 milliseconds