Searched refs:SubWidthC (Results 1 – 2 of 2) sorted by relevance
265 static const RK_U32 SubWidthC[4] = { 1, 2, 2, 1}; in h264e_sps_to_packet() local345 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()
394 static const RK_U32 SubWidthC [4] = { 1, 2, 2, 1}; in update_video_pars() local418 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()