Searched refs:coeff_probs (Results 1 – 2 of 2) sorted by relevance
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()749 BD_READ_UNSIGNED_OR_RETURN(8, &ehdr->coeff_probs[i][j][k][l]); in ParseTokenProbs()756 memcpy(curr_entropy_hdr_.coeff_probs, ehdr->coeff_probs, in ParseTokenProbs()757 sizeof(curr_entropy_hdr_.coeff_probs)); in ParseTokenProbs()
81 uint8_t coeff_probs[kNumBlockTypes][kNumCoeffBands][kNumPrevCoeffContexts] member