/external/libvpx/libvpx/vp9/ |
D | vp9cx.mk | 73 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/ |
D | vpx_dsp.mk | 25 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/ |
D | vpx_config.asm | 49 %define CONFIG_INTERNAL_STATS 0
|
D | vpx_config.h | 61 #define CONFIG_INTERNAL_STATS 0 macro
|
/external/libvpx/config/x86/ |
D | vpx_config.asm | 49 %define CONFIG_INTERNAL_STATS 0
|
D | vpx_config.h | 61 #define CONFIG_INTERNAL_STATS 0 macro
|
/external/libvpx/config/mips64/ |
D | vpx_config.h | 61 #define CONFIG_INTERNAL_STATS 0 macro
|
/external/libvpx/config/arm64/ |
D | vpx_config.h | 61 #define CONFIG_INTERNAL_STATS 0 macro
|
D | vpx_config.asm | 52 .equ CONFIG_INTERNAL_STATS , 0 define
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_config.h | 61 #define CONFIG_INTERNAL_STATS 0 macro
|
/external/libvpx/config/arm-neon/ |
D | vpx_config.h | 61 #define CONFIG_INTERNAL_STATS 0 macro
|
D | vpx_config.asm | 52 .equ CONFIG_INTERNAL_STATS , 0 define
|
/external/libvpx/config/arm/ |
D | vpx_config.h | 61 #define CONFIG_INTERNAL_STATS 0 macro
|
D | vpx_config.asm | 52 .equ CONFIG_INTERNAL_STATS , 0 define
|
/external/libvpx/config/mips32/ |
D | vpx_config.h | 61 #define CONFIG_INTERNAL_STATS 0 macro
|
/external/libvpx/config/generic/ |
D | vpx_config.h | 61 #define CONFIG_INTERNAL_STATS 0 macro
|
D | vpx_config.asm | 52 .equ CONFIG_INTERNAL_STATS , 0 define
|
/external/libvpx/libvpx/vp8/ |
D | vp8cx.mk | 72 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.h 73 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.c
|
/external/libvpx/libvpx/test/ |
D | test.mk | 153 LIBVPX_TEST_SRCS-$(CONFIG_INTERNAL_STATS) += blockiness_test.cc 154 LIBVPX_TEST_SRCS-$(CONFIG_INTERNAL_STATS) += consistency_test.cc
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 19 #if CONFIG_INTERNAL_STATS 408 #if CONFIG_INTERNAL_STATS
|
D | vp9_encoder.c | 22 #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
|
D | vp9_encodeframe.c | 1056 #if CONFIG_INTERNAL_STATS in update_state()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 621 #if CONFIG_INTERNAL_STATS
|
D | onyx_if.c | 76 #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/ |
D | vpxenc.c | 2303 #if CONFIG_INTERNAL_STATS in main()
|