Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c810 const int rd_valid = rd > 0 && rd < INT64_MAX; in add_rd_feature() local
811 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c3446 const int rd_valid = this_rd > 0 && this_rd < 1000000000; in ml_prune_rect_partition() local
3449 rd_valid ? (float)this_rd * norm_factor : 1.0f; in ml_prune_rect_partition()