Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvp8_parser.h179 bool ParseMVProbs(Vp8EntropyHeader* ehdr, bool update_curr_probs);
Dvp8_parser.cc210 if (!ParseMVProbs(&fhdr->entropy_hdr, fhdr->refresh_entropy_probs)) in ParseFrameHeader()
806 bool Vp8Parser::ParseMVProbs(Vp8EntropyHeader* ehdr, bool update_curr_probs) { in ParseMVProbs() function in media::Vp8Parser