HomeSort by relevance Sort by last modified time
    Searched refs:luma_weight (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/common/gpu/media/
h264_parser.h 130 int luma_weight[32]; member in struct:content::H264WeightingFactors
h264_parser.cc 838 READ_SE_OR_RETURN(&w_facts->luma_weight[i]);
839 IN_RANGE_OR_RETURN(w_facts->luma_weight[i], -128, 127);
844 w_facts->luma_weight[i] = def_luma_weight;
    [all...]
vaapi_h264_decoder.cc 388 slice_hdr->pred_weight_table_l0.luma_weight[i];
403 slice_hdr->pred_weight_table_l1.luma_weight[i];
    [all...]

Completed in 343 milliseconds