Home
last modified time | relevance | path

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

/external/chromium_org/media/filters/
Dh264_parser.h159 int chroma_weight[32][2]; member
Dh264_parser.cc985 READ_SE_OR_RETURN(&w_facts->chroma_weight[i][j]); in ParseWeightingFactors()
986 IN_RANGE_OR_RETURN(w_facts->chroma_weight[i][j], -128, 127); in ParseWeightingFactors()
993 w_facts->chroma_weight[i][j] = def_chroma_weight; in ParseWeightingFactors()
/external/chromium_org/content/common/gpu/media/
Dvaapi_h264_decoder.cc396 slice_hdr->pred_weight_table_l0.chroma_weight[i][j]; in SendVASliceParam()
411 slice_hdr->pred_weight_table_l1.chroma_weight[i][j]; in SendVASliceParam()