Home
last modified time | relevance | path

Searched refs:CONFIG_INTERNAL_STATS (Results 1 – 25 of 25) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9cx.mk73 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_blockiness.c
86 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.h
87 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.c
/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk25 DSP_SRCS-$(CONFIG_INTERNAL_STATS) += ssim.c
26 DSP_SRCS-$(CONFIG_INTERNAL_STATS) += ssim.h
27 DSP_SRCS-$(CONFIG_INTERNAL_STATS) += psnrhvs.c
28 DSP_SRCS-$(CONFIG_INTERNAL_STATS) += fastssim.c
/external/libvpx/config/x86_64/
Dvpx_config.asm49 %define CONFIG_INTERNAL_STATS 0
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/config/x86/
Dvpx_config.asm49 %define CONFIG_INTERNAL_STATS 0
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/config/mips64/
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
Dvpx_config.asm52 .equ CONFIG_INTERNAL_STATS , 0 define
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
Dvpx_config.asm52 .equ CONFIG_INTERNAL_STATS , 0 define
/external/libvpx/config/arm/
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
Dvpx_config.asm52 .equ CONFIG_INTERNAL_STATS , 0 define
/external/libvpx/config/mips32/
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/config/generic/
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
Dvpx_config.asm52 .equ CONFIG_INTERNAL_STATS , 0 define
/external/libvpx/libvpx/vp8/
Dvp8cx.mk72 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.h
73 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.c
/external/libvpx/libvpx/test/
Dtest.mk153 LIBVPX_TEST_SRCS-$(CONFIG_INTERNAL_STATS) += blockiness_test.cc
154 LIBVPX_TEST_SRCS-$(CONFIG_INTERNAL_STATS) += consistency_test.cc
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h19 #if CONFIG_INTERNAL_STATS
408 #if CONFIG_INTERNAL_STATS
Dvp9_encoder.c22 #if CONFIG_INTERNAL_STATS
1691 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp9_create_compressor()
1692 #if CONFIG_INTERNAL_STATS in vp9_create_compressor()
1947 #if CONFIG_INTERNAL_STATS in vp9_remove_compressor()
2954 #if 0 && CONFIG_INTERNAL_STATS
3508 #if CONFIG_INTERNAL_STATS
3598 #if CONFIG_INTERNAL_STATS
3814 #if CONFIG_INTERNAL_STATS
4159 #if CONFIG_INTERNAL_STATS
4430 #if CONFIG_INTERNAL_STATS
Dvp9_encodeframe.c1056 #if CONFIG_INTERNAL_STATS in update_state()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h621 #if CONFIG_INTERNAL_STATS
Donyx_if.c76 #if CONFIG_INTERNAL_STATS
1974 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp8_create_compressor()
1975 #if CONFIG_INTERNAL_STATS in vp8_create_compressor()
2221 #if CONFIG_INTERNAL_STATS in vp8_remove_compressor()
3896 #if CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
4652 #if CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
5021 #if 0 && CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
5627 #if CONFIG_INTERNAL_STATS in vp8_get_compressed_data()
/external/libvpx/libvpx/
Dvpxenc.c2303 #if CONFIG_INTERNAL_STATS in main()