Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_parser.h228 int luma_weight[32]; member
Dh264_parser.cc1171 READ_SE_OR_RETURN(&w_facts->luma_weight[i]); in ParseWeightingFactors()
1172 IN_RANGE_OR_RETURN(w_facts->luma_weight[i], -128, 127); in ParseWeightingFactors()
1177 w_facts->luma_weight[i] = def_luma_weight; in ParseWeightingFactors()