Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c265 static const RK_U32 SubWidthC[4] = { 1, 2, 2, 1}; in h264e_sps_to_packet() local
345 mpp_writer_put_ue(bit, sps->crop.left / SubWidthC[sps->chroma_format_idc]); in h264e_sps_to_packet()
347 mpp_writer_put_ue(bit, sps->crop.right / SubWidthC[sps->chroma_format_idc]); in h264e_sps_to_packet()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c394 static const RK_U32 SubWidthC [4] = { 1, 2, 2, 1}; in update_video_pars() local
418 crop_left = SubWidthC [sps->chroma_format_idc] * sps->frame_crop_left_offset; in update_video_pars()
419 crop_right = SubWidthC [sps->chroma_format_idc] * sps->frame_crop_right_offset; in update_video_pars()