Searched refs:mv_probs (Results 1 – 2 of 2) sorted by relevance
721 static_assert(sizeof(curr_entropy_hdr_.mv_probs) == sizeof(kDefaultMVProbs), in ResetProbs()723 memcpy(curr_entropy_hdr_.mv_probs, kDefaultMVProbs, in ResetProbs()724 sizeof(curr_entropy_hdr_.mv_probs)); in ResetProbs()816 ehdr->mv_probs[mv_ctx][p] = prob ? (prob << 1) : 1; in ParseMVProbs()822 memcpy(curr_entropy_hdr_.mv_probs, ehdr->mv_probs, in ParseMVProbs()823 sizeof(curr_entropy_hdr_.mv_probs)); in ParseMVProbs()
87 uint8_t mv_probs[kNumMVContexts][kNumMVProbs]; member