Searched refs:luma_weight_l0_flag (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/libva/va/
H A Dva_enc_h264.h470 unsigned char luma_weight_l0_flag; member in struct:_VAEncSliceParameterBufferH264
H A Dva.h2264 unsigned char luma_weight_l0_flag; member in struct:_VASliceParameterBufferH264
H A Dva_trace.c1331 va_TraceMsg(trace_ctx, "\tluma_weight_l0_flag = %d\n", p->luma_weight_l0_flag);
1634 va_TraceMsg(trace_ctx, "\tluma_weight_l0_flag = %d\n", p->luma_weight_l0_flag);
1635 if (p->luma_weight_l0_flag) {
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_sh.c441 SliceHeader->sh_predwttbl.luma_weight_l0_flag = flag;
443 if(SliceHeader->sh_predwttbl.luma_weight_l0_flag)
553 //SliceHeader->sh_predwttbl.luma_weight_l0_flag = h264_GetBits(pInfo, 1, "luma_weight_l0_flag");
556 //if(SliceHeader->sh_predwttbl.luma_weight_l0_flag)
/hardware/intel/img/psb_video/src/
H A Dtng_hostheader.h300 IMG_BOOL luma_weight_l0_flag[2]; // Support for 2 ref pictures on P, or 1 pic in each direction on B. member in struct:_H264_SLICE_HEADER_PARAMS_STRUC
H A Dtng_hostheader.c912 tng__write_upto8bits_elements(pMTX_Header, aui32ElementPointers, pSlHParams->luma_weight_l0_flag[i], 1);
913 if (pSlHParams->luma_weight_l0_flag[i]) {
2894 SlHParams.luma_weight_l0_flag[0] = pWeightedSetup ? pWeightedSetup->weight_flag[0][0] : 0;
2902 SlHParams.luma_weight_l0_flag[1] = pWeightedSetup ? pWeightedSetup->weight_flag[0][1] : 0;
H A Dtng_trace.c1257 drv_debug_msg(VIDEO_DEBUG_GENERAL, "SlHParams.luma_weight_l0_flag[0] 0x%08x\n", psSlHParams->luma_weight_l0_flag[0]);
1258 drv_debug_msg(VIDEO_DEBUG_GENERAL, "SlHParams.luma_weight_l0_flag[1] 0x%08x\n", psSlHParams->luma_weight_l0_flag[1]);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_h264_parser.c379 slc_parms->luma_weight_l0_flag = slice_header->sh_predwttbl.luma_weight_l0_flag;
405 slc_parms->luma_weight_l0_flag = 0;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h684 uint8_t luma_weight_l0_flag; member in struct:_h264__pred_weight_table

Completed in 768 milliseconds