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.c3301 int64_t ref_rd, int mi_row, int mi_col) { in ml_prune_rect_partition() argument
3309 if (ref_rd <= 0 || ref_rd > 1000000000) return; in ml_prune_rect_partition()
3387 features[feature_index++] = logf((float)ref_rd + 1.0f); in ml_prune_rect_partition()
3397 rd_valid ? ((float)this_rd / (float)ref_rd) : 1.0f; in ml_prune_rect_partition()