Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_parser.h230 int chroma_weight[32][2]; member
Dh264_parser.cc1185 READ_SE_OR_RETURN(&w_facts->chroma_weight[i][j]); in ParseWeightingFactors()
1186 IN_RANGE_OR_RETURN(w_facts->chroma_weight[i][j], -128, 127); in ParseWeightingFactors()
1193 w_facts->chroma_weight[i][j] = def_chroma_weight; in ParseWeightingFactors()