OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yv12_mc_running_avg
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
denoising.h
28
YV12_BUFFER_CONFIG
yv12_mc_running_avg
;
member in struct:vp8_denoiser
denoising.c
158
denoiser->
yv12_mc_running_avg
.flags = 0;
160
if (vp8_yv12_alloc_frame_buffer(&(denoiser->
yv12_mc_running_avg
), width,
167
vpx_memset(denoiser->
yv12_mc_running_avg
.buffer_alloc, 0,
168
denoiser->
yv12_mc_running_avg
.frame_size);
181
vp8_yv12_de_alloc_frame_buffer(&denoiser->
yv12_mc_running_avg
);
204
YV12_BUFFER_CONFIG *dst = &denoiser->
yv12_mc_running_avg
;
289
decision = vp8_denoiser_filter(&denoiser->
yv12_mc_running_avg
,
onyx_if.c
[
all
...]
Completed in 138 milliseconds