HomeSort by relevance Sort by last modified time
    Searched refs:uv_mode_prob (Results 1 - 7 of 7) sorted by null

  /external/libvpx/vp8/encoder/
modecosts.c 45 vp8_cost_tokens(c->mb.intra_uv_mode_cost[1], x->fc.uv_mode_prob, vp8_uv_mode_tree);
ratectrl.c 242 vp8_copy(cc->uv_mode_prob, cpi->common.fc.uv_mode_prob);
281 vp8_copy(cpi->common.fc.uv_mode_prob, cc->uv_mode_prob);
    [all...]
onyx_int.h 75 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ member in struct:__anon5124
bitstream.c 138 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->uv_mode_count
966 write_uv_mode(w, mi->uv_mode, pc->fc.uv_mode_prob);
    [all...]
  /external/libvpx/vp8/common/
onyxc_int.h 42 vp8_prob uv_mode_prob [VP8_UV_MODES-1]; member in struct:frame_contexts
entropymode.c 206 x->fc.uv_mode_prob, bct, uv_mode_cts,
  /external/libvpx/vp8/decoder/
decodemv.c 281 pbi->common.fc.uv_mode_prob[i] = (vp8_prob) vp8_read_literal(bc, 8);
518 mbmi->uv_mode = (MB_PREDICTION_MODE)vp8_read_uv_mode(bc, pbi->common.fc.uv_mode_prob);

Completed in 613 milliseconds