Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c208 sps->crop.left = 0; in h264e_sps_update()
209 sps->crop.right = crop_right; in h264e_sps_update()
210 sps->crop.top = 0; in h264e_sps_update()
211 sps->crop.bottom = crop_bottom; in h264e_sps_update()
214 memset(&sps->crop, 0, sizeof(sps->crop)); in h264e_sps_update()
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()
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()
H A Dh264e_sps.h119 } crop; member