Home
last modified time | relevance | path

Searched refs:y_mode_probs (Results 1 – 5 of 5) sorted by relevance

/external/v4l2_codec2/vda/
Dvp8_parser.cc727 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()
768 sizeof(ehdr->y_mode_probs) == sizeof(kKeyframeYModeProbs), in ParseIntraProbs()
770 memcpy(ehdr->y_mode_probs, kKeyframeYModeProbs, in ParseIntraProbs()
771 sizeof(ehdr->y_mode_probs)); in ParseIntraProbs()
783 BD_READ_UNSIGNED_OR_RETURN(8, &ehdr->y_mode_probs[i]); in ParseIntraProbs()
786 memcpy(curr_entropy_hdr_.y_mode_probs, ehdr->y_mode_probs, in ParseIntraProbs()
787 sizeof(curr_entropy_hdr_.y_mode_probs)); in ParseIntraProbs()
Dvp8_parser.h84 uint8_t y_mode_probs[kNumYModeProbs]; member
Dvp9_parser.cc207 if (memchr(y_mode_probs, 0, sizeof(y_mode_probs))) in IsValid()
Dvp9_compressed_header_parser.cc205 for (auto& a : frame_context->y_mode_probs) in ReadYModeProbs()
Dvp9_parser.h157 Vp9Prob y_mode_probs[4][9]; member