Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8dx.mk27 VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/ec_types.h
28 VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/error_concealment.h
29 VP8_DX_SRCS-$(CONFIG_ERROR_CONCEALMENT) += decoder/error_concealment.c
Dvp8_dx_iface.c23 #if CONFIG_ERROR_CONCEALMENT
29 #define VP8_CAP_ERROR_CONCEALMENT (CONFIG_ERROR_CONCEALMENT ? \
517 #if CONFIG_ERROR_CONCEALMENT in vp8_decode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_int.h21 #if CONFIG_ERROR_CONCEALMENT
118 #if CONFIG_ERROR_CONCEALMENT
Ddecodeframe.c29 #if CONFIG_ERROR_CONCEALMENT
101 #if CONFIG_ERROR_CONCEALMENT in decode_macroblock()
124 #if CONFIG_ERROR_CONCEALMENT in decode_macroblock()
226 #if CONFIG_ERROR_CONCEALMENT in decode_macroblock()
604 #if CONFIG_ERROR_CONCEALMENT in decode_mb_rows()
1217 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_frame()
1225 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_frame()
1238 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_frame()
1250 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_frame()
1263 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_frame()
[all …]
Donyxd_if.c33 #if CONFIG_ERROR_CONCEALMENT
47 #if CONFIG_ERROR_CONCEALMENT in remove_decompressor()
86 #if CONFIG_ERROR_CONCEALMENT in create_decompressor()
382 #if CONFIG_ERROR_CONCEALMENT in vp8dx_receive_compressed_data()
Ddecodemv.c156 #if CONFIG_ERROR_CONCEALMENT in mb_mode_mv_init()
532 #if CONFIG_ERROR_CONCEALMENT in read_mb_modes_mv()
638 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_mode_mvs()
644 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_mode_mvs()
Dthreading.c28 #if CONFIG_ERROR_CONCEALMENT
97 #if CONFIG_ERROR_CONCEALMENT in mt_decode_macroblock()
120 #if CONFIG_ERROR_CONCEALMENT in mt_decode_macroblock()
242 #if CONFIG_ERROR_CONCEALMENT in mt_decode_macroblock()
425 #if CONFIG_ERROR_CONCEALMENT in mt_decode_mb_rows()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvpx_config.h79 #define CONFIG_ERROR_CONCEALMENT 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvpx_config.h79 #define CONFIG_ERROR_CONCEALMENT 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvpx_config.h79 #define CONFIG_ERROR_CONCEALMENT 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvpx_config.h79 #define CONFIG_ERROR_CONCEALMENT 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvpx_config.h78 #define CONFIG_ERROR_CONCEALMENT 0 macro
Dvpx_config.asm66 CONFIG_ERROR_CONCEALMENT equ 0 define
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvpx_config.h79 #define CONFIG_ERROR_CONCEALMENT 0 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyxc_int.h126 #if CONFIG_ERROR_CONCEALMENT
Dalloccommon.c38 #if CONFIG_ERROR_CONCEALMENT in vp8_de_alloc_frame_buffers()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dexamples.mk143 EXAMPLES-$(CONFIG_ERROR_CONCEALMENT) += decode_with_partial_drops.c