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

  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 206 memset(seg->tree_probs, 255, sizeof(seg->tree_probs));
256 memcpy(seg->tree_probs, t_pred_tree, sizeof(t_pred_tree));
260 memcpy(seg->tree_probs, no_pred_tree, sizeof(no_pred_tree));
269 memset(seg->tree_probs, 255, sizeof(seg->tree_probs));
vp9_bitstream.c 194 vp9_write_tree(w, vp9_segment_tree, seg->tree_probs, segment_id, 3, 0);
769 const int prob = seg->tree_probs[i];
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 44 vpx_prob tree_probs[SEG_TREE_PROBS]; member in struct:segmentation
  /external/v4l2_codec2/vda/
vp9_parser.h 86 uint8_t tree_probs[kNumTreeProbs]; member in struct:media::Vp9SegmentationParams
vp9_uncompressed_header_parser.cc 827 for (auto& tree_prob : segmentation.tree_probs) {
v4l2-controls.h 1231 __u8 tree_probs[7]; member in struct:v4l2_vp9_segmentation_params
    [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 61 return vpx_read_tree(r, vp9_segment_tree, seg->tree_probs);
vp9_decodeframe.c     [all...]

Completed in 262 milliseconds