Home
last modified time | relevance | path

Searched refs:yv12_mc_running_avg (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Ddenoising.c159 denoiser->yv12_mc_running_avg.flags = 0; in vp8_denoiser_allocate()
161 if (vp8_yv12_alloc_frame_buffer(&(denoiser->yv12_mc_running_avg), width, in vp8_denoiser_allocate()
168 vpx_memset(denoiser->yv12_mc_running_avg.buffer_alloc, 0, in vp8_denoiser_allocate()
169 denoiser->yv12_mc_running_avg.frame_size); in vp8_denoiser_allocate()
182 vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_mc_running_avg); in vp8_denoiser_free()
205 YV12_BUFFER_CONFIG *dst = &denoiser->yv12_mc_running_avg; in vp8_denoiser_denoise_mb()
290 decision = vp8_denoiser_filter(&denoiser->yv12_mc_running_avg, in vp8_denoiser_denoise_mb()
Ddenoising.h32 YV12_BUFFER_CONFIG yv12_mc_running_avg; member
Donyx_if.c1748 if (!cpi->denoiser.yv12_mc_running_avg.buffer_alloc) in vp8_change_config()