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.c368 static const vp9_coeff_probs_model default_coef_probs_4x4[PLANE_TYPES] = {
533 static const vp9_coeff_probs_model default_coef_probs_8x8[PLANE_TYPES] = {
698 static const vp9_coeff_probs_model default_coef_probs_16x16[PLANE_TYPES] = {
863 static const vp9_coeff_probs_model default_coef_probs_32x32[PLANE_TYPES] = {
1057 vp9_coeff_probs_model *const probs = cm->fc->coef_probs[tx_size]; in adapt_coef_probs()
1058 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.h151 typedef vpx_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] typedef
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c513 vp9_coeff_probs_model *coef_probs) { in build_tree_distribution()
541 vp9_coeff_probs_model *new_coef_probs) { in update_coef_probs_common()
542 vp9_coeff_probs_model *old_coef_probs = cpi->common.fc->coef_probs[tx_size]; in update_coef_probs_common()
683 vp9_coeff_probs_model frame_coef_probs[PLANE_TYPES]; in update_coef_probs()
Dvp9_rd.c91 vp9_coeff_probs_model (*p)[PLANE_TYPES]) { in fill_token_costs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c986 static void read_coef_probs_common(vp9_coeff_probs_model *coef_probs, in read_coef_probs_common()