Searched refs:uv_mode_probs (Results 1 – 4 of 4) sorted by relevance
/external/v4l2_codec2/vda/ |
D | vp8_parser.cc | 733 sizeof(curr_entropy_hdr_.uv_mode_probs) == sizeof(kDefaultUVModeProbs), in ResetProbs() 735 memcpy(curr_entropy_hdr_.uv_mode_probs, kDefaultUVModeProbs, in ResetProbs() 736 sizeof(curr_entropy_hdr_.uv_mode_probs)); in ResetProbs() 774 sizeof(ehdr->uv_mode_probs) == sizeof(kKeyframeUVModeProbs), in ParseIntraProbs() 776 memcpy(ehdr->uv_mode_probs, kKeyframeUVModeProbs, in ParseIntraProbs() 777 sizeof(ehdr->uv_mode_probs)); in ParseIntraProbs() 795 BD_READ_UNSIGNED_OR_RETURN(8, &ehdr->uv_mode_probs[i]); in ParseIntraProbs() 798 memcpy(curr_entropy_hdr_.uv_mode_probs, ehdr->uv_mode_probs, in ParseIntraProbs() 799 sizeof(curr_entropy_hdr_.uv_mode_probs)); in ParseIntraProbs()
|
D | vp8_parser.h | 85 uint8_t uv_mode_probs[kNumUVModeProbs]; member
|
D | vp9_parser.cc | 209 if (memchr(uv_mode_probs, 0, sizeof(uv_mode_probs))) in IsValid()
|
D | vp9_parser.h | 158 Vp9Prob uv_mode_probs[10][9]; member
|