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

  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 320 xd->partition_probs =
353 return xd->partition_probs[ctx];
vp9_blockd.h 168 const vpx_prob (*partition_probs)[PARTITION_TYPES - 1]; member in struct:macroblockd
  /external/v4l2_codec2/vda/
vp9_compressed_header_parser.cc 212 for (auto& a : frame_context->partition_probs)
vp9_parser.h 159 Vp9Prob partition_probs[16][3]; member in struct:media::Vp9FrameContext
vp9_parser.cc 211 if (memchr(partition_probs, 0, sizeof(partition_probs)))
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 403 const vpx_prob *const probs = xd->partition_probs[ctx];
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 317 milliseconds