Home
last modified time | relevance | path

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

/external/libvpx/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.c28 #if CONFIG_ERROR_CONCEALMENT
35 (CONFIG_ERROR_CONCEALMENT ? VPX_CODEC_CAP_ERROR_CONCEALMENT : 0)
418 #if CONFIG_ERROR_CONCEALMENT in vp8_decode()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h20 #if CONFIG_ERROR_CONCEALMENT
108 #if CONFIG_ERROR_CONCEALMENT
Ddecodeframe.c30 #if CONFIG_ERROR_CONCEALMENT
98 #if CONFIG_ERROR_CONCEALMENT in decode_macroblock()
118 #if CONFIG_ERROR_CONCEALMENT in decode_macroblock()
193 #if CONFIG_ERROR_CONCEALMENT in decode_macroblock()
534 #if CONFIG_ERROR_CONCEALMENT in decode_mb_rows()
1109 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_frame()
1116 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_frame()
1129 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_frame()
1141 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_frame()
1152 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_frame()
[all …]
Donyxd_if.c37 #if CONFIG_ERROR_CONCEALMENT
59 #if CONFIG_ERROR_CONCEALMENT in remove_decompressor()
96 #if CONFIG_ERROR_CONCEALMENT in create_decompressor()
351 #if CONFIG_ERROR_CONCEALMENT in vp8dx_receive_compressed_data()
Ddecodemv.c126 #if CONFIG_ERROR_CONCEALMENT in mb_mode_mv_init()
445 #if CONFIG_ERROR_CONCEALMENT in read_mb_modes_mv()
533 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_mode_mvs()
539 #if CONFIG_ERROR_CONCEALMENT in vp8_decode_mode_mvs()
Dthreading.c29 #if CONFIG_ERROR_CONCEALMENT
90 #if CONFIG_ERROR_CONCEALMENT in mt_decode_macroblock()
110 #if CONFIG_ERROR_CONCEALMENT in mt_decode_macroblock()
207 #if CONFIG_ERROR_CONCEALMENT in mt_decode_macroblock()
375 #if CONFIG_ERROR_CONCEALMENT in mt_decode_mb_rows()
/external/libvpx/config/x86_64/
Dvpx_config.asm61 %define CONFIG_ERROR_CONCEALMENT 0
Dvpx_config.h73 #define CONFIG_ERROR_CONCEALMENT 0 macro
/external/libvpx/config/x86/
Dvpx_config.asm61 %define CONFIG_ERROR_CONCEALMENT 0
Dvpx_config.h73 #define CONFIG_ERROR_CONCEALMENT 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h73 #define CONFIG_ERROR_CONCEALMENT 0 macro
Dvpx_config.asm64 .equ CONFIG_ERROR_CONCEALMENT , 0 define
/external/libvpx/config/generic/
Dvpx_config.h73 #define CONFIG_ERROR_CONCEALMENT 0 macro
Dvpx_config.asm64 .equ CONFIG_ERROR_CONCEALMENT , 0 define
/external/libvpx/config/arm-neon/
Dvpx_config.h73 #define CONFIG_ERROR_CONCEALMENT 0 macro
Dvpx_config.asm64 .equ CONFIG_ERROR_CONCEALMENT , 0 define
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h122 #if CONFIG_ERROR_CONCEALMENT
Dalloccommon.c42 #if CONFIG_ERROR_CONCEALMENT in vp8_de_alloc_frame_buffers()
/external/libvpx/libvpx/test/
Ddecode_api_test.cc64 #if CONFIG_ERROR_CONCEALMENT in TEST()