Searched refs:rd_valid (Results 1 – 2 of 2) sorted by relevance
810 const int rd_valid = rd > 0 && rd < INT64_MAX; in add_rd_feature() local811 const float rd_ratio = rd_valid ? (float)rd / best_rd : 1.0f; in add_rd_feature()812 features[(*feature_idx)++] = (float)rd_valid; in add_rd_feature()
3446 const int rd_valid = this_rd > 0 && this_rd < 1000000000; in ml_prune_rect_partition() local3449 rd_valid ? (float)this_rd * norm_factor : 1.0f; in ml_prune_rect_partition()