Searched refs:vp9_kf_y_mode_prob (Results 1 – 4 of 4) sorted by relevance
82 extern const vpx_prob vp9_kf_y_mode_prob[INTRA_MODES][INTRA_MODES]
263 return vp9_kf_y_mode_prob[above][left]; in get_y_mode_probs()
16 const vpx_prob vp9_kf_y_mode_prob[INTRA_MODES][INTRA_MODES][INTRA_MODES - 1] = { variable
74 vp9_cost_tokens(cpi->y_mode_costs[i][j], vp9_kf_y_mode_prob[i][j], in fill_mode_costs()