Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c3224 const int resolution_ctx = is_720p_or_larger ? 1 : 0; 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()