Home
last modified time | relevance | path

Searched refs:weighted_pred_flag (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.h82 unsigned char weighted_pred_flag; member
H A Dvdec_h264_req_common.c135 GET_MTK_VDEC_FLAG(weighted_pred_flag, in mtk_vdec_h264_copy_pps_params()
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.h178 unsigned int weighted_pred_flag; member
H A Dnal-hevc.h284 unsigned int weighted_pred_flag; member
H A Dnal-h264.c322 rbsp_bit(rbsp, &pps->weighted_pred_flag); in nal_h264_rbsp_pps()
H A Dnal-hevc.c452 rbsp_bit(rbsp, &pps->weighted_pred_flag); in nal_hevc_rbsp_pps()
H A Dallegro-core.c1691 pps->weighted_pred_flag = 0; in allegro_h264_write_pps()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch26127 + pps->weighted_pred_flag = get_bits1(gb);
26648 + uint8_t weighted_pred_flag;
34344 + if ((s->ps.pps->weighted_pred_flag && sh->slice_type == HEVC_SLICE_P) ||
48882 + weightedPredFlag = sh->slice_type==HEVC_SLICE_P? pps->weighted_pred_flag : pps->weighted_b…
55031 + (sh->slice_type == HEVC_SLICE_P && !h->ps.pps->weighted_pred_flag) ||
55465 + if (pps->weighted_pred_flag)