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

  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 41 vp9_prob tree_probs[SEG_TREE_PROBS]; member in struct:segmentation
vp9_entropy.c 379 vp9_prob *tree_probs) {
383 vpx_memcpy(tree_probs + UNCONSTRAINED_NODES,
389 tree_probs[i] = (model[l][i - UNCONSTRAINED_NODES] +
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 230 vpx_memset(seg->tree_probs, 255, sizeof(seg->tree_probs));
276 vpx_memcpy(seg->tree_probs, t_pred_tree, sizeof(t_pred_tree));
280 vpx_memcpy(seg->tree_probs, no_pred_tree, sizeof(no_pred_tree));
vp9_bitstream.c 355 treed_write(w, vp9_segment_tree, seg->tree_probs, segment_id, 3);
    [all...]
vp9_onyx_if.c 245 vpx_memset(seg->tree_probs, 255, sizeof(seg->tree_probs));
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 42 return treed_read(r, vp9_segment_tree, seg->tree_probs);
vp9_decodframe.c 400 seg->tree_probs[i] = vp9_rb_read_bit(rb) ? vp9_rb_read_literal(rb, 8)
    [all...]

Completed in 568 milliseconds