/external/libvpx/libvpx/vp8/encoder/ |
modecosts.c | 46 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree);
|
ratectrl.c | 242 vp8_copy(cc->ymode_prob, cpi->common.fc.ymode_prob); 280 vp8_copy(cpi->common.fc.ymode_prob, cc->ymode_prob); [all...] |
onyx_int.h | 84 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ member in struct:__anon23008
|
bitstream.c | 121 Pnew, x->fc.ymode_prob, bct, (unsigned int *)cpi->mb.ymode_count 599 write_ymode(w, mode, pc->fc.ymode_prob); [all...] |
/external/libvpx/libvpx/vp8/common/ |
entropymode.c | 162 vpx_memcpy(x->fc.ymode_prob, vp8_ymode_prob, sizeof(vp8_ymode_prob));
|
onyxc_int.h | 40 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */ member in struct:frame_contexts
|
/external/libvpx/libvpx/vp8/decoder/ |
decodemv.c | 181 pbi->common.fc.ymode_prob[i] = 560 if ((mbmi->mode = read_ymode(bc, pbi->common.fc.ymode_prob)) == B_PRED)
|