Searched refs:mv_probs (Results 1 – 4 of 4) sorted by relevance
720 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()
86 uint8_t mv_probs[kNumMVContexts][kNumMVProbs]; member
1172 __u8 mv_probs[2][19]; member
2416 ARRAY_MEMCPY_CHECKED(v4l2_entropy_hdr->mv_probs, vp8_entropy_hdr.mv_probs); in FillV4L2Vp8EntropyHeader()