Home
last modified time | relevance | path

Searched refs:curr_entropy_hdr_ (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dvp8_parser.cc191 fhdr->entropy_hdr = curr_entropy_hdr_; in ParseFrameHeader()
716 sizeof(curr_entropy_hdr_.coeff_probs) == sizeof(kDefaultCoeffProbs), in ResetProbs()
718 memcpy(curr_entropy_hdr_.coeff_probs, kDefaultCoeffProbs, in ResetProbs()
719 sizeof(curr_entropy_hdr_.coeff_probs)); in ResetProbs()
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()
727 sizeof(curr_entropy_hdr_.y_mode_probs) == sizeof(kDefaultYModeProbs), in ResetProbs()
729 memcpy(curr_entropy_hdr_.y_mode_probs, kDefaultYModeProbs, in ResetProbs()
730 sizeof(curr_entropy_hdr_.y_mode_probs)); in ResetProbs()
[all …]
Dvp8_parser.h188 Vp8EntropyHeader curr_entropy_hdr_; variable