OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qp_thresh
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
denoising.h
69
unsigned int
qp_thresh
;
member in struct:__anon17153
denoising.c
385
denoiser->denoise_pars.
qp_thresh
= 0;
394
denoiser->denoise_pars.
qp_thresh
= 80;
onyx_if.c
547
int
qp_thresh
= (cpi->oxcf.screen_content_mode == 2) ? 80 : 100;
local
548
if (Q >=
qp_thresh
) {
600
Q < (int)cpi->denoiser.denoise_pars.
qp_thresh
&&
[
all
...]
Completed in 151 milliseconds