Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.c375 static const vp9_coeff_probs_model default_coef_probs_4x4[PLANE_TYPES] = {
459 static const vp9_coeff_probs_model default_coef_probs_8x8[PLANE_TYPES] = {
543 static const vp9_coeff_probs_model default_coef_probs_16x16[PLANE_TYPES] = {
627 static const vp9_coeff_probs_model default_coef_probs_32x32[PLANE_TYPES] = {
740 vp9_coeff_probs_model *const probs = cm->fc.coef_probs[tx_size]; in adapt_coef_probs()
741 const vp9_coeff_probs_model *const pre_probs = pre_fc->coef_probs[tx_size]; in adapt_coef_probs()
Dvp9_entropymode.h44 vp9_coeff_probs_model coef_probs[TX_SIZES][PLANE_TYPES];
Dvp9_entropy.h139 typedef vp9_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS] typedef
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h390 vp9_coeff_probs_model frame_coef_probs[TX_SIZES][PLANE_TYPES];
Dvp9_bitstream.c489 vp9_coeff_probs_model *coef_probs = cpi->frame_coef_probs[tx_size]; in build_tree_distribution()
517 vp9_coeff_probs_model *new_frame_coef_probs = cpi->frame_coef_probs[tx_size]; in update_coef_probs_common()
518 vp9_coeff_probs_model *old_frame_coef_probs = in update_coef_probs_common()
Dvp9_rdopt.c176 vp9_coeff_probs_model (*p)[PLANE_TYPES]) { in fill_token_costs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c469 static void read_coef_probs_common(vp9_coeff_probs_model *coef_probs, in read_coef_probs_common()