OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sse_thresh
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
denoising.c
502
unsigned int
sse_thresh
;
local
616
sse_thresh
= denoiser->denoise_pars.scale_sse_thresh * SSE_THRESHOLD;
618
sse_thresh
= denoiser->denoise_pars.scale_sse_thresh * SSE_THRESHOLD_HIGH;
620
if (best_sse >
sse_thresh
|| motion_magnitude2 > motion_threshold)
/external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c
51
static unsigned int
sse_thresh
(BLOCK_SIZE bs, int increase_denoising) {
function
238
if (ctx->newmv_sse >
sse_thresh
(bs, increase_denoising)) {
Completed in 140 milliseconds