Searched refs:resolution_ctx (Results 1 – 1 of 1) sorted by relevance
3224 const int resolution_ctx = is_720p_or_larger ? 1 : 0; in ml_predict_breakout() local3228 linear_weights = vp9_partition_breakout_weights_64[resolution_ctx][q_ctx]; in ml_predict_breakout()3231 linear_weights = vp9_partition_breakout_weights_32[resolution_ctx][q_ctx]; in ml_predict_breakout()3234 linear_weights = vp9_partition_breakout_weights_16[resolution_ctx][q_ctx]; in ml_predict_breakout()3237 linear_weights = vp9_partition_breakout_weights_8[resolution_ctx][q_ctx]; in ml_predict_breakout()