Home
last modified time | relevance | path

Searched refs:uv_mode_prob (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmodecosts.c50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob, in vp8_init_mode_costs()
Dratectrl.c235 vp8_copy(cc->uv_mode_prob, cpi->common.fc.uv_mode_prob); in vp8_save_coding_context()
273 vp8_copy(cpi->common.fc.uv_mode_prob, cc->uv_mode_prob); in vp8_restore_coding_context()
Donyx_int.h88 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ member
Dbitstream.c130 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count in update_mbintra_mode_probs()
610 write_uv_mode(w, mi->uv_mode, pc->fc.uv_mode_prob); in pack_inter_mode_mvs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.c318 vp9_copy(fc->uv_mode_prob, default_if_uv_probs); in vp9_init_mode_probs()
380 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i], in vp9_adapt_mode_probs()
381 counts->uv_mode[i], fc->uv_mode_prob[i]); in vp9_adapt_mode_probs()
Dvp9_entropymode.h42 vp9_prob uv_mode_prob[INTRA_MODES][INTRA_MODES - 1]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropymode.c163 vpx_memcpy(x->fc.uv_mode_prob, vp8_uv_mode_prob, sizeof(vp8_uv_mode_prob)); in vp8_init_mbmode_probs()
Donyxc_int.h45 vp8_prob uv_mode_prob [VP8_UV_MODES-1]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c193 pbi->common.fc.uv_mode_prob[i] = in mb_mode_mv_init()
571 mbmi->uv_mode = read_uv_mode(bc, pbi->common.fc.uv_mode_prob); in read_mb_modes_mv()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c42 cm->fc.uv_mode_prob[y_mode]); in read_intra_mode_uv()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c281 write_intra_mode(w, mbmi->uv_mode, cm->fc.uv_mode_prob[mode]); in pack_inter_mode_mvs()
Dvp9_rdopt.c168 fc->uv_mode_prob[TM_PRED], vp9_intra_mode_tree); in fill_mode_costs()