Searched refs:weighted_pred_flag (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dinit.cpp307 picParam->weighted_pred_flag = 0; /* no weighted prediction supported */
423 if (extP->weighted_pred_flag)
428 picParam->weighted_pred_flag = 0; /* no weighted prediction supported */
597 picParam->weighted_pred_flag == FALSE &&
620 picParam->weighted_pred_flag == TRUE ||
850 if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) ||
H A Dheader.cpp295 status = BitstreamWrite1Bit(stream, picParam->weighted_pred_flag);
415 if ((currPPS->weighted_pred_flag && (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE)) ||
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h273 M4OSA_Bool weighted_pred_flag; member in struct:__anon306
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h369 uint weighted_pred_flag; /* u(1) */ member in struct:tagPicParamSet
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c1263 pps->weighted_pred_flag = (M4OSA_Bool)H264MCS_getBits(p_bs, 1);

Completed in 737 milliseconds