HomeSort by relevance Sort by last modified time
    Searched defs:qp_thresh (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
denoising.h 69 unsigned int qp_thresh; member in struct:__anon17153
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 53 milliseconds