Searched refs:ymode_prob (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | modecosts.c | 42 vp8_cost_tokens(c->mb.mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree); in vp8_init_mode_costs()
|
D | ratectrl.c | 242 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()
|
D | onyx_int.h | 80 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ member
|
D | bitstream.c | 119 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/ |
D | onyxc_int.h | 41 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */ member
|
D | entropymode.c | 196 x->fc.ymode_prob, bct, y_mode_cts, in vp8_init_mbmode_probs()
|
/external/libvpx/vp8/decoder/ |
D | decodemv.c | 263 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()
|