Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c312 const float *prune_thresh = NULL, *only_thresh = NULL; in av1_simple_motion_search_prune_part() local
320 prune_thresh = av1_simple_motion_search_prune_part_prune_thresh_128; in av1_simple_motion_search_prune_part()
326 prune_thresh = av1_simple_motion_search_prune_part_prune_thresh_64; in av1_simple_motion_search_prune_part()
332 prune_thresh = av1_simple_motion_search_prune_part_prune_thresh_32; in av1_simple_motion_search_prune_part()
338 prune_thresh = av1_simple_motion_search_prune_part_prune_thresh_16; in av1_simple_motion_search_prune_part()
344 prune_thresh = av1_simple_motion_search_prune_part_prune_thresh_8; in av1_simple_motion_search_prune_part()
351 if (!nn_config || (prune_thresh[PARTITION_HORZ] == 0.0f && in av1_simple_motion_search_prune_part()
352 prune_thresh[PARTITION_VERT] == 0.0f)) { in av1_simple_motion_search_prune_part()
384 *prune_horz = probs[PARTITION_HORZ] <= prune_thresh[PARTITION_HORZ]; in av1_simple_motion_search_prune_part()
385 *prune_vert = probs[PARTITION_VERT] <= prune_thresh[PARTITION_VERT]; in av1_simple_motion_search_prune_part()