OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compute_psnr
(Results
1 - 8
of
8
) sorted by null
/external/libavc/test/encoder/
psnr.h
27
/*
compute_psnr
*/
44
void
compute_psnr
(app_ctxt_t *ps_app_ctxt,
50
#if
COMPUTE_PSNR
54
#else /*
COMPUTE_PSNR
*/
58
#endif /*
COMPUTE_PSNR
*/
psnr.c
73
/* Function Name :
compute_psnr
*/
95
void
compute_psnr
(app_ctxt_t *ps_app_ctxt, iv_raw_buf_t *ps_buf1, iv_raw_buf_t *ps_buf2)
function
main.c
[
all
...]
/external/libvpx/libvpx/test/
util.h
22
inline double
compute_psnr
(const vpx_image_t *img1, const vpx_image_t *img2) {
function
error_resilience_test.cc
163
double mismatch_psnr =
compute_psnr
(img1, img2);
datarate_test.cc
825
double mismatch_psnr =
compute_psnr
(img1, img2);
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
util.h
22
static double
compute_psnr
(const vpx_image_t *img1,
function
error_resilience_test.cc
106
double mismatch_psnr =
compute_psnr
(img1, img2);
Completed in 1092 milliseconds