Searched refs:curr_entropy_hdr_ (Results 1 – 2 of 2) sorted by relevance
190 fhdr->entropy_hdr = curr_entropy_hdr_; in ParseFrameHeader()715 sizeof(curr_entropy_hdr_.coeff_probs) == sizeof(kDefaultCoeffProbs), in ResetProbs()717 memcpy(curr_entropy_hdr_.coeff_probs, kDefaultCoeffProbs, in ResetProbs()718 sizeof(curr_entropy_hdr_.coeff_probs)); in ResetProbs()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()726 sizeof(curr_entropy_hdr_.y_mode_probs) == sizeof(kDefaultYModeProbs), in ResetProbs()728 memcpy(curr_entropy_hdr_.y_mode_probs, kDefaultYModeProbs, in ResetProbs()729 sizeof(curr_entropy_hdr_.y_mode_probs)); in ResetProbs()[all …]
187 Vp8EntropyHeader curr_entropy_hdr_; variable