Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_probs_table.h535 static const unsigned char default_comp_inter_p[5] = { variable
/external/libvpx/vp9/common/
Dvp9_entropymode.c270 static const vpx_prob default_comp_inter_p[COMP_INTER_CONTEXTS] = { 239, 183, variable
329 vp9_copy(fc->comp_inter_prob, default_comp_inter_p); in init_mode_probs()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c366 memcpy(probs->comp_inter_prob, default_comp_inter_p, sizeof(default_comp_inter_p)); in fill_probs_table()