OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:consec_zerolast
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
denoising.h
67
// (
consec_zerolast
) of consecutive frames. Note that the delta-QP is set to
71
unsigned int
consec_zerolast
;
member in struct:__anon17153
denoising.c
386
denoiser->denoise_pars.
consec_zerolast
= UINT_MAX;
395
denoiser->denoise_pars.
consec_zerolast
= 15;
onyx_if.c
602
2 * cpi->denoiser.denoise_pars.
consec_zerolast
)) {
606
// where x is set by cpi->denoiser.denoise_pars.
consec_zerolast
.
614
cpi->denoiser.denoise_pars.
consec_zerolast
) ? 1 : 0;
[
all
...]
Completed in 38 milliseconds