Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9cx.mk70 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/vp9_ssim.c
81 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.h
82 VP9_CX_SRCS-$(CONFIG_INTERNAL_STATS) += common/vp9_postproc.c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvpx_config.h65 #define CONFIG_INTERNAL_STATS 0 macro
Dvpx_config.asm53 CONFIG_INTERNAL_STATS equ 0 define
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvpx_config.h66 #define CONFIG_INTERNAL_STATS 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvpx_config.h66 #define CONFIG_INTERNAL_STATS 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvpx_config.h66 #define CONFIG_INTERNAL_STATS 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvpx_config.h66 #define CONFIG_INTERNAL_STATS 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvpx_config.h66 #define CONFIG_INTERNAL_STATS 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h448 #if CONFIG_INTERNAL_STATS
Dvp9_onyx_if.c66 #if CONFIG_INTERNAL_STATS
541 #if CONFIG_INTERNAL_STATS in set_speed_features()
1251 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp9_create_compressor()
1252 #if CONFIG_INTERNAL_STATS in vp9_create_compressor()
1516 #if CONFIG_INTERNAL_STATS in vp9_remove_compressor()
2179 #if 0 && CONFIG_INTERNAL_STATS
2482 #if CONFIG_INTERNAL_STATS
3244 #if CONFIG_INTERNAL_STATS
Dvp9_encodeframe.c929 #if CONFIG_INTERNAL_STATS in update_state()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h612 #if CONFIG_INTERNAL_STATS
Donyx_if.c73 #if CONFIG_INTERNAL_STATS
1903 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp8_create_compressor()
1904 #if CONFIG_INTERNAL_STATS in vp8_create_compressor()
2147 #if CONFIG_INTERNAL_STATS in vp8_remove_compressor()
3571 #if CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
4303 #if CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
4627 #if 0 && CONFIG_INTERNAL_STATS in encode_frame_to_data_rate()
5260 #if CONFIG_INTERNAL_STATS in vp8_get_compressed_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1794 #if CONFIG_INTERNAL_STATS in main()