Home
last modified time | relevance | path

Searched refs:non_skin_threshold (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c101 int non_skin_threshold = 8; in vp9_compute_skin_sb() local
109 non_skin_threshold = 5; in vp9_compute_skin_sb()
123 if (!cpi->skin_map[bl_index] && num_neighbor == non_skin_threshold) in vp9_compute_skin_sb()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c641 int non_skin_threshold = 8; in compute_skin_map() local
652 if (!cpi->skin_map[bl_index] && num_neighbor == non_skin_threshold) in compute_skin_map()