Home
last modified time | relevance | path

Searched refs:FrameHeightInMbs (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_sps.c269 int32_t PicWidthInMbs, PicHeightInMapUnits, FrameHeightInMbs; in h264_Parse_SeqParameterSet() local
459FrameHeightInMbs = SPS->sps_disp.frame_mbs_only_flag? PicHeightInMapUnits: (PicHeightInMapUnits… in h264_Parse_SeqParameterSet()
460 …if((PicWidthInMbs < 2) || (PicWidthInMbs > 128) || (FrameHeightInMbs < 2) || (FrameHeightInMbs>128… in h264_Parse_SeqParameterSet()
Dh264parse.c125 pInfo->img.FrameHeightInMbs = pInfo->active_SPS.sps_disp.frame_mbs_only_flag? \ in h264_active_par_set()
657 (pInfo->img.FrameHeightInMbs != p_dpb->FrameHeightInMbs) ) in h264_update_img_info()
662 …h264_dpb_reset_dpb(pInfo, pInfo->img.PicWidthInMbs, pInfo->img.FrameHeightInMbs, 1, no_output_old_… in h264_update_img_info()
Dh264parse_sh.c94 max_mb_num = pInfo->img.FrameHeightInMbs * pInfo->img.PicWidthInMbs; in h264_Parse_Slice_Header_2()
96 max_mb_num = pInfo->img.FrameHeightInMbs * pInfo->img.PicWidthInMbs/2; in h264_Parse_Slice_Header_2()
Dviddec_h264_workload.c81 attrs->cont_size.height = pInfo->img.FrameHeightInMbs*16; in h264_translate_parser_info_to_frame_attributes()
514 PUT_FRAME_HEIGHT_MB_BITS(pInfo->dpb.FrameHeightInMbs); in h264_fill_pic_data()
Dh264parse_dpb.c2859 FrameSizeInMbs = pInfo->img.PicWidthInMbs * pInfo->img.FrameHeightInMbs; in h264_dpb_idr_memory_management()
3492 void h264_dpb_reset_dpb(h264_Info * pInfo,int32_t PicWidthInMbs, int32_t FrameHeightInMbs, int32_t … in h264_dpb_reset_dpb() argument
3538 p_dpb->FrameHeightInMbs = FrameHeightInMbs; in h264_dpb_reset_dpb()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_deblock.c551 uint32_t FrameHeightInMbs, in psb_cmdbuf_second_pass() argument
577 …D_LITE(Cmd, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, (FrameHeightInMbs * 16) - 1); in psb_cmdbuf_second_pass()
583 …FIELD_LITE(Cmd, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, (FrameHeightInMbs * 16) - 1); in psb_cmdbuf_second_pass()
597 FrameHeightInMbs); in psb_cmdbuf_second_pass()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264parse_dpb.h60 extern void h264_dpb_reset_dpb(h264_Info * pInfo,int32_t PicWidthInMbs, int32_t FrameHeightInMbs,
Dh264.h408 int32_t FrameHeightInMbs; member
886 int32_t FrameHeightInMbs; member
/hardware/intel/img/psb_video/src/
Dpsb_cmdbuf.h322 uint32_t FrameHeightInMbs,