Searched refs:curr_entropy_hdr_ (Results 1 – 2 of 2) sorted by relevance
191 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 …]
188 Vp8EntropyHeader curr_entropy_hdr_; variable