Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_probs_table.h459 static const unsigned char default_if_y_probs[4][9] = { variable
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c162 static const vpx_prob default_if_y_probs[BLOCK_SIZE_GROUPS][INTRA_MODES - 1] = { variable
325 vp9_copy(fc->y_mode_prob, default_if_y_probs); in init_mode_probs()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.c357 memcpy(probs->y_mode_prob, default_if_y_probs, sizeof(default_if_y_probs)); in fill_probs_table()