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 - 6
of
6
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.h
32
YV12_BUFFER_CONFIG
yv12_mc_running_avg
;
member in struct:vp8_denoiser
denoising.c
159
denoiser->
yv12_mc_running_avg
.flags = 0;
161
if (vp8_yv12_alloc_frame_buffer(&(denoiser->
yv12_mc_running_avg
), width,
168
vpx_memset(denoiser->
yv12_mc_running_avg
.buffer_alloc, 0,
169
denoiser->
yv12_mc_running_avg
.frame_size);
182
vp8_yv12_de_alloc_frame_buffer(&denoiser->
yv12_mc_running_avg
);
205
YV12_BUFFER_CONFIG *dst = &denoiser->
yv12_mc_running_avg
;
290
decision = vp8_denoiser_filter(&denoiser->
yv12_mc_running_avg
,
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
denoising.c
422
denoiser->
yv12_mc_running_avg
.flags = 0;
424
if (vp8_yv12_alloc_frame_buffer(&(denoiser->
yv12_mc_running_avg
), width,
431
memset(denoiser->
yv12_mc_running_avg
.buffer_alloc, 0,
432
denoiser->
yv12_mc_running_avg
.frame_size);
481
vp8_yv12_de_alloc_frame_buffer(&denoiser->
yv12_mc_running_avg
);
517
YV12_BUFFER_CONFIG *dst = &denoiser->
yv12_mc_running_avg
;
626
denoiser->
yv12_mc_running_avg
.y_buffer + recon_yoffset;
627
int mc_avg_y_stride = denoiser->
yv12_mc_running_avg
.y_stride;
644
denoiser->
yv12_mc_running_avg
.u_buffer + recon_uvoffset;
648
denoiser->
yv12_mc_running_avg
.v_buffer + recon_uvoffset
[
all
...]
denoising.h
79
YV12_BUFFER_CONFIG
yv12_mc_running_avg
;
member in struct:vp8_denoiser
onyx_if.c
[
all
...]
Completed in 89 milliseconds