Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dschannel_verify.c309 BOOL compute_content = FALSE; in cert_get_name_string() local
337 compute_content = host_names != NULL && length != 0; in cert_get_name_string()
341 if(compute_content) { in cert_get_name_string()
398 if(!compute_content) { in cert_get_name_string()
416 if(compute_content) { in cert_get_name_string()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c406 int compute_content = 1; in cyclic_refresh_update_map() local
410 if (cpi->common.use_highbitdepth) compute_content = 0; in cyclic_refresh_update_map()
415 compute_content = 0; in cyclic_refresh_update_map()
450 if (compute_content && cr->skip_flat_static_blocks) in cyclic_refresh_update_map()