Searched refs:kf_uv_mode_prob (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | modecosts.c | 46 vp8_cost_tokens(c->mb.intra_uv_mode_cost[0], x->kf_uv_mode_prob, vp8_uv_mode_tree); in vp8_init_mode_costs()
|
D | ratectrl.c | 243 vp8_copy(cc->kf_uv_mode_prob, cpi->common.kf_uv_mode_prob); in vp8_save_coding_context() 282 vp8_copy(cpi->common.kf_uv_mode_prob, cc->kf_uv_mode_prob); in vp8_restore_coding_context()
|
D | onyx_int.h | 81 vp8_prob kf_ymode_prob[4], kf_uv_mode_prob[3]; /* keyframe "" */ member
|
D | bitstream.c | 1115 write_uv_mode(bc, (m++)->mbmi.uv_mode, c->kf_uv_mode_prob); in write_kfmodes()
|
/external/libvpx/vp8/common/ |
D | onyxc_int.h | 177 vp8_prob kf_uv_mode_prob [VP8_UV_MODES-1]; member
|
D | entropymode.c | 211 x->kf_uv_mode_prob, bct, kf_uv_mode_cts, in vp8_init_mbmode_probs()
|
/external/libvpx/vp8/decoder/ |
D | decodemv.c | 135 m->mbmi.uv_mode = (MB_PREDICTION_MODE)vp8_read_uv_mode(bc, pbi->common.kf_uv_mode_prob); in vp8_kfread_modes()
|