/frameworks/av/media/libstagefright/codecs/avc/common/ |
Android.mk | 5 src/deblock.cpp \
|
/hardware/intel/common/utils/ISV/base/ |
isv_worker.cpp | 372 VAProcFilterParameterBuffer deblock, denoise, sharpen, stde; local 413 deblock.type = VAProcFilterDeblocking; 414 deblock.value = deblockCaps.range.min_value + DENOISE_DEBLOCK_STRENGTH * deblockCaps.range.step; 416 VAProcFilterParameterBufferType, sizeof(deblock), 1, 417 &deblock, &deblockId); [all...] |
/external/libvpx/libvpx/ |
vpxdec.c | 111 static const arg_def_t deblock = ARG_DEF( variable 112 NULL, "deblock", 0, "Enable VP8 deblocking"); 130 &addnoise_level, &deblock, &demacroblock_level, &pp_debug_info, 671 } else if (arg_match(&arg, &deblock, argi)) { [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxdec.c | 97 static const arg_def_t deblock = ARG_DEF(NULL, "deblock", 0, variable 115 &addnoise_level, &deblock, &demacroblock_level, &pp_debug_info, 591 } else if (arg_match(&arg, &deblock, argi)) {
|
/hardware/intel/img/psb_video/src/ |
vsp_VPP.c | 137 * type(0-Denoise,1-Deblock), value_thr, cnt_thr, coef, temp_thr1, temp_thr2, _pad[2] 828 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_VPP: flush deblock cmdbuf error\n"); 1059 VAProcFilterParameterBuffer *deblock, *denoise, *sharpen; local [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
postproc_sse2.asm | 14 ;macro in deblock functions
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
postproc_sse2.asm | 14 ;macro in deblock functions
|