Home
last modified time | relevance | path

Searched refs:SubHeightC (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c266 static const RK_U32 SubHeightC[4] = { 1, 2, 1, 1}; in h264e_sps_to_packet() local
349 mpp_writer_put_ue(bit, sps->crop.top / SubHeightC[sps->chroma_format_idc]); in h264e_sps_to_packet()
351 mpp_writer_put_ue(bit, sps->crop.bottom / SubHeightC[sps->chroma_format_idc]); in h264e_sps_to_packet()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c395 static const RK_U32 SubHeightC [4] = { 1, 2, 1, 1}; in update_video_pars() local
420 …crop_top = SubHeightC[sps->chroma_format_idc] * ( 2 - sps->frame_mbs_only_flag ) * sps->frame_c… in update_video_pars()
421 …crop_bottom = SubHeightC[sps->chroma_format_idc] * ( 2 - sps->frame_mbs_only_flag ) * sps->frame_c… in update_video_pars()