Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dmodecosts.c42 vp8_cost_tokens(c->mb.mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree); in vp8_init_mode_costs()
Dratectrl.c242 vp8_copy(cc->ymode_prob, cpi->common.fc.ymode_prob); in vp8_save_coding_context()
281 vp8_copy(cpi->common.fc.ymode_prob, cc->ymode_prob); in vp8_restore_coding_context()
Donyx_int.h80 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ member
Dbitstream.c119 Pnew, x->fc.ymode_prob, bct, (unsigned int *)cpi->ymode_count in update_mbintra_mode_probs()
944 write_ymode(w, mode, pc->fc.ymode_prob); in pack_inter_mode_mvs()
/external/libvpx/vp8/common/
Donyxc_int.h41 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */ member
Dentropymode.c196 x->fc.ymode_prob, bct, y_mode_cts, in vp8_init_mbmode_probs()
/external/libvpx/vp8/decoder/
Ddecodemv.c263 pbi->common.fc.ymode_prob[i] = (vp8_prob) vp8_read_literal(bc, 8); in mb_mode_mv_init()
501 … if ((mbmi->mode = (MB_PREDICTION_MODE) vp8_read_ymode(bc, pbi->common.fc.ymode_prob)) == B_PRED) in read_mb_modes_mv()