Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/
Dvp9cx.mk76 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_ssim.c
77 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_ssim.h
88 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.h
89 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.c
/external/libvpx/libvpx/vp8/
Dvp8cx.mk68 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/ssim.c
73 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.h
74 VP8_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/postproc.c
/external/libvpx/generic/
Dvpx_config.h66 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/armv7a/
Dvpx_config.h66 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/mips/
Dvpx_config.h66 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/x86/
Dvpx_config.h66 #define CONFIG_INTERNAL_STATS 0 macro
Dvpx_config.asm54 CONFIG_INTERNAL_STATS equ 0 define
/external/libvpx/mips-dspr2/
Dvpx_config.h66 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/armv7a-neon/
Dvpx_config.h66 #define CONFIG_INTERNAL_STATS 0 macro
/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c183 #if CONFIG_INTERNAL_STATS || CONFIG_VP9_POSTPROC in vp9_alloc_ref_frame_buffers()
Dvp9_postproc.c402 #if CONFIG_VP9_POSTPROC || CONFIG_INTERNAL_STATS in vp9_post_proc_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c45 #if CONFIG_INTERNAL_STATS
391 #if CONFIG_INTERNAL_STATS in set_speed_features()
796 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp9_create_compressor()
797 #if CONFIG_INTERNAL_STATS in vp9_create_compressor()
1040 #if CONFIG_INTERNAL_STATS in vp9_remove_compressor()
1639 #if 0 && CONFIG_INTERNAL_STATS
1915 #if CONFIG_INTERNAL_STATS in encode_with_recode_loop()
2737 #if CONFIG_INTERNAL_STATS in vp9_get_compressed_data()
Dvp9_encoder.h359 #if CONFIG_INTERNAL_STATS
Dvp9_encodeframe.c601 #if CONFIG_INTERNAL_STATS in update_state()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h611 #if CONFIG_INTERNAL_STATS
Donyx_if.c73 #if CONFIG_INTERNAL_STATS
1947 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp8_create_compressor()
1948 #if CONFIG_INTERNAL_STATS in vp8_create_compressor()
2194 #if CONFIG_INTERNAL_STATS in vp8_remove_compressor()
3613 #if CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
4348 #if CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
4677 #if 0 && CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
5260 #if CONFIG_INTERNAL_STATS in vp8_get_compressed_data()
/external/libvpx/libvpx/
Dvpxenc.c1879 #if CONFIG_INTERNAL_STATS in main()