Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c3389 int64_t ref_rd) { in ml_prune_rect_partition() argument
3398 if (ref_rd <= 0 || ref_rd > 1000000000) return; in ml_prune_rect_partition()
3434 features[feature_index++] = logf((float)ref_rd / bs / bs + 1.0f); in ml_prune_rect_partition()
3437 const float norm_factor = 1.0f / ((float)ref_rd + 1.0f); in ml_prune_rect_partition()