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/config/x86/
Dvpx_config.asm49 %define CONFIG_INTERNAL_STATS 0
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/config/x86_64/
Dvpx_config.asm49 %define CONFIG_INTERNAL_STATS 0
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
/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/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/mips64/
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/config/mips32/
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/generic/
Dvpx_config.h61 #define CONFIG_INTERNAL_STATS 0 macro
Dvpx_config.asm52 .equ CONFIG_INTERNAL_STATS , 0 define
/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/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/vp9/encoder/
Dvp9_encoder.h19 #if CONFIG_INTERNAL_STATS
405 #if CONFIG_INTERNAL_STATS
Dvp9_encoder.c21 #if CONFIG_INTERNAL_STATS
1674 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp9_create_compressor()
1675 #if CONFIG_INTERNAL_STATS in vp9_create_compressor()
1929 #if CONFIG_INTERNAL_STATS in vp9_remove_compressor()
2930 #if 0 && CONFIG_INTERNAL_STATS
3447 #if CONFIG_INTERNAL_STATS
3537 #if CONFIG_INTERNAL_STATS
3756 #if CONFIG_INTERNAL_STATS
4110 #if CONFIG_INTERNAL_STATS
4380 #if CONFIG_INTERNAL_STATS
Dvp9_encodeframe.c1055 #if CONFIG_INTERNAL_STATS in update_state()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h621 #if CONFIG_INTERNAL_STATS
Donyx_if.c75 #if CONFIG_INTERNAL_STATS
1998 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp8_create_compressor()
1999 #if CONFIG_INTERNAL_STATS in vp8_create_compressor()
2245 #if CONFIG_INTERNAL_STATS in vp8_remove_compressor()
3918 #if CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
4674 #if CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
5043 #if 0 && CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
5649 #if CONFIG_INTERNAL_STATS in vp8_get_compressed_data()
/external/libvpx/libvpx/
Dvpxenc.c2303 #if CONFIG_INTERNAL_STATS in main()