Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c3222 const int q_ctx = qindex >= 200 ? 0 : (qindex >= 150 ? 1 : 2); in ml_predict_breakout() local
3228 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()
3291 return linear_score >= cpi->sf.ml_partition_search_breakout_thresh[q_ctx]; in ml_predict_breakout()