/external/libvpx/vp8/encoder/ |
modecosts.c | 42 vp8_cost_tokens(c->mb.mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree);
|
ratectrl.c | 242 vp8_copy(cc->ymode_prob, cpi->common.fc.ymode_prob); 281 vp8_copy(cpi->common.fc.ymode_prob, cc->ymode_prob); [all...] |
onyx_int.h | 80 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ member in struct:__anon7463
|
bitstream.c | 119 Pnew, x->fc.ymode_prob, bct, (unsigned int *)cpi->ymode_count 944 write_ymode(w, mode, pc->fc.ymode_prob); [all...] |
/external/libvpx/vp8/common/ |
onyxc_int.h | 41 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */ member in struct:frame_contexts
|
entropymode.c | 196 x->fc.ymode_prob, bct, y_mode_cts,
|
/external/libvpx/vp8/decoder/ |
decodemv.c | 263 pbi->common.fc.ymode_prob[i] = (vp8_prob) vp8_read_literal(bc, 8); 501 if ((mbmi->mode = (MB_PREDICTION_MODE) vp8_read_ymode(bc, pbi->common.fc.ymode_prob)) == B_PRED)
|