Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h77 extern const vp9_prob vp9_kf_y_mode_prob[INTRA_MODES][INTRA_MODES]
106 return vp9_kf_y_mode_prob[above][left]; in get_y_mode_probs()
Dvp9_entropymode.c16 const vp9_prob vp9_kf_y_mode_prob[INTRA_MODES][INTRA_MODES][INTRA_MODES - 1] = { variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c160 vp9_cost_tokens((int *)x->y_mode_costs[i][j], vp9_kf_y_mode_prob[i][j], in fill_mode_costs()