Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.c370 static const vp9_coeff_probs_model default_coef_probs_4x4[PLANE_TYPES] = {
535 static const vp9_coeff_probs_model default_coef_probs_8x8[PLANE_TYPES] = {
700 static const vp9_coeff_probs_model default_coef_probs_16x16[PLANE_TYPES] = {
865 static const vp9_coeff_probs_model default_coef_probs_32x32[PLANE_TYPES] = {
1059 vp9_coeff_probs_model *const probs = cm->fc->coef_probs[tx_size]; in adapt_coef_probs()
1060 const vp9_coeff_probs_model *const pre_probs = pre_fc->coef_probs[tx_size]; in adapt_coef_probs()
Dvp9_entropymode.h48 vp9_coeff_probs_model coef_probs[TX_SIZES][PLANE_TYPES];
Dvp9_entropy.h150 typedef vpx_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] typedef
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c519 vp9_coeff_probs_model *coef_probs) { in build_tree_distribution()
547 vp9_coeff_probs_model *new_coef_probs) { in update_coef_probs_common()
548 vp9_coeff_probs_model *old_coef_probs = cpi->common.fc->coef_probs[tx_size]; in update_coef_probs_common()
689 vp9_coeff_probs_model frame_coef_probs[PLANE_TYPES]; in update_coef_probs()
Dvp9_rd.c136 vp9_coeff_probs_model (*p)[PLANE_TYPES]) { in fill_token_costs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1313 static void read_coef_probs_common(vp9_coeff_probs_model *coef_probs, in read_coef_probs_common()