Home
last modified time | relevance | path

Searched refs:mv_probs (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/vda/
Dvp8_parser.cc720 static_assert(sizeof(curr_entropy_hdr_.mv_probs) == sizeof(kDefaultMVProbs), in ResetProbs()
722 memcpy(curr_entropy_hdr_.mv_probs, kDefaultMVProbs, in ResetProbs()
723 sizeof(curr_entropy_hdr_.mv_probs)); in ResetProbs()
815 ehdr->mv_probs[mv_ctx][p] = prob ? (prob << 1) : 1; in ParseMVProbs()
821 memcpy(curr_entropy_hdr_.mv_probs, ehdr->mv_probs, in ParseMVProbs()
822 sizeof(curr_entropy_hdr_.mv_probs)); in ParseMVProbs()
Dvp8_parser.h86 uint8_t mv_probs[kNumMVContexts][kNumMVProbs]; member
Dv4l2-controls.h1172 __u8 mv_probs[2][19]; member
Dv4l2_slice_video_decode_accelerator.cc2416 ARRAY_MEMCPY_CHECKED(v4l2_entropy_hdr->mv_probs, vp8_entropy_hdr.mv_probs); in FillV4L2Vp8EntropyHeader()