Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_parser.h475 Result ParsePredWeightTable(const H264SPS& sps, H264SliceHeader* shdr);
Dh264_parser.cc1203 H264Parser::Result H264Parser::ParsePredWeightTable(const H264SPS& sps, in ParsePredWeightTable() function in media::H264Parser
1382 res = ParsePredWeightTable(*sps, shdr); in ParseSliceHeader()