Searched refs:y_mode_probs (Results 1 – 5 of 5) sorted by relevance
/external/v4l2_codec2/vda/ |
D | vp8_parser.cc | 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() 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()
|
D | vp8_parser.h | 84 uint8_t y_mode_probs[kNumYModeProbs]; member
|
D | vp9_parser.cc | 207 if (memchr(y_mode_probs, 0, sizeof(y_mode_probs))) in IsValid()
|
D | vp9_compressed_header_parser.cc | 205 for (auto& a : frame_context->y_mode_probs) in ReadYModeProbs()
|
D | vp9_parser.h | 157 Vp9Prob y_mode_probs[4][9]; member
|