Searched refs:resolution_ctx (Results 1 – 1 of 1) sorted by relevance
3312 const int resolution_ctx = is_720p_or_larger ? 1 : 0; in ml_predict_breakout() local3316 linear_weights = vp9_partition_breakout_weights_64[resolution_ctx][q_ctx]; in ml_predict_breakout()3319 linear_weights = vp9_partition_breakout_weights_32[resolution_ctx][q_ctx]; in ml_predict_breakout()3322 linear_weights = vp9_partition_breakout_weights_16[resolution_ctx][q_ctx]; in ml_predict_breakout()3325 linear_weights = vp9_partition_breakout_weights_8[resolution_ctx][q_ctx]; in ml_predict_breakout()