Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvp8_parser.cc716 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()
Dvp8_parser.h81 uint8_t coeff_probs[kNumBlockTypes][kNumCoeffBands][kNumPrevCoeffContexts] member