Searched refs:uv_mode_prob (Results 1 – 12 of 12) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | modecosts.c | 50 vp8_cost_tokens(rd_costs->intra_uv_mode_cost[1], x->fc.uv_mode_prob, in vp8_init_mode_costs()
|
D | ratectrl.c | 235 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()
|
D | onyx_int.h | 88 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ member
|
D | bitstream.c | 130 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/ |
D | vp9_entropymode.c | 318 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()
|
D | vp9_entropymode.h | 42 vp9_prob uv_mode_prob[INTRA_MODES][INTRA_MODES - 1]; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | entropymode.c | 163 vpx_memcpy(x->fc.uv_mode_prob, vp8_uv_mode_prob, sizeof(vp8_uv_mode_prob)); in vp8_init_mbmode_probs()
|
D | onyxc_int.h | 45 vp8_prob uv_mode_prob [VP8_UV_MODES-1]; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodemv.c | 193 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/ |
D | vp9_decodemv.c | 42 cm->fc.uv_mode_prob[y_mode]); in read_intra_mode_uv()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 281 write_intra_mode(w, mbmi->uv_mode, cm->fc.uv_mode_prob[mode]); in pack_inter_mode_mvs()
|
D | vp9_rdopt.c | 168 fc->uv_mode_prob[TM_PRED], vp9_intra_mode_tree); in fill_mode_costs()
|