Searched refs:ml_partition_search_breakout_thresh (Results 1 – 6 of 6) sorted by relevance
87 sf->ml_partition_search_breakout_thresh[0] = 0.0f; in set_good_speed_feature_framesize_dependent()88 sf->ml_partition_search_breakout_thresh[1] = 0.0f; in set_good_speed_feature_framesize_dependent()89 sf->ml_partition_search_breakout_thresh[2] = 0.0f; in set_good_speed_feature_framesize_dependent()91 sf->ml_partition_search_breakout_thresh[0] = 2.5f; in set_good_speed_feature_framesize_dependent()92 sf->ml_partition_search_breakout_thresh[1] = 1.5f; in set_good_speed_feature_framesize_dependent()93 sf->ml_partition_search_breakout_thresh[2] = 1.5f; in set_good_speed_feature_framesize_dependent()109 sf->ml_partition_search_breakout_thresh[0] = -5.0f; in set_good_speed_feature_framesize_dependent()110 sf->ml_partition_search_breakout_thresh[1] = -5.0f; in set_good_speed_feature_framesize_dependent()111 sf->ml_partition_search_breakout_thresh[2] = -9.0f; in set_good_speed_feature_framesize_dependent()115 sf->ml_partition_search_breakout_thresh[0] = -1.0f; in set_good_speed_feature_framesize_dependent()[all …]
518 float ml_partition_search_breakout_thresh[3]; member
3291 return linear_score >= cpi->sf.ml_partition_search_breakout_thresh[q_ctx]; in ml_predict_breakout()
112 sf->ml_partition_search_breakout_thresh[0] = 200; // BLOCK_8X8 in set_good_speed_feature_framesize_dependent()113 sf->ml_partition_search_breakout_thresh[1] = 250; // BLOCK_16X16 in set_good_speed_feature_framesize_dependent()114 sf->ml_partition_search_breakout_thresh[2] = 300; // BLOCK_32X32 in set_good_speed_feature_framesize_dependent()115 sf->ml_partition_search_breakout_thresh[3] = 500; // BLOCK_64X64 in set_good_speed_feature_framesize_dependent()116 sf->ml_partition_search_breakout_thresh[4] = -1; // BLOCK_128X128 in set_good_speed_feature_framesize_dependent()134 sf->ml_partition_search_breakout_thresh[0] = 200; // BLOCK_8X8 in set_good_speed_feature_framesize_dependent()135 sf->ml_partition_search_breakout_thresh[1] = 250; // BLOCK_16X16 in set_good_speed_feature_framesize_dependent()136 sf->ml_partition_search_breakout_thresh[2] = 300; // BLOCK_32X32 in set_good_speed_feature_framesize_dependent()137 sf->ml_partition_search_breakout_thresh[3] = 300; // BLOCK_64X64 in set_good_speed_feature_framesize_dependent()138 sf->ml_partition_search_breakout_thresh[4] = -1; // BLOCK_128X128 in set_good_speed_feature_framesize_dependent()[all …]
507 int ml_partition_search_breakout_thresh[PARTITION_BLOCK_SIZES]; member
3034 thresh = cpi->sf.ml_partition_search_breakout_thresh[0]; in ml_predict_breakout()3038 thresh = cpi->sf.ml_partition_search_breakout_thresh[1]; in ml_predict_breakout()3042 thresh = cpi->sf.ml_partition_search_breakout_thresh[2]; in ml_predict_breakout()3046 thresh = cpi->sf.ml_partition_search_breakout_thresh[3]; in ml_predict_breakout()3050 thresh = cpi->sf.ml_partition_search_breakout_thresh[4]; in ml_predict_breakout()