Searched refs:crop_unit_y (Results 1 – 3 of 3) sorted by relevance
712 WORD32 crop_unit_x, crop_unit_y; in ihevcd_fmt_conv() local722 crop_unit_y = 1; in ihevcd_fmt_conv()727 crop_unit_y = 2; in ihevcd_fmt_conv()736 …pu1_luma += ps_codec->i4_strd * ps_sps->i2_pic_crop_top_offset * crop_unit_y + ps_sps->i2_pic_c… in ihevcd_fmt_conv()803 ps_sps->i2_pic_crop_top_offset * crop_unit_y; in ihevcd_fmt_conv()
1901 WORD32 crop_unit_x, crop_unit_y; in ihevcd_parse_sps() local1903 crop_unit_y = 1; in ihevcd_parse_sps()1908 crop_unit_y = 2; in ihevcd_parse_sps()1917 disp_ht -= ps_sps->i2_pic_crop_top_offset * crop_unit_y; in ihevcd_parse_sps()1918 disp_ht -= ps_sps->i2_pic_crop_bottom_offset * crop_unit_y; in ihevcd_parse_sps()
79 int crop_unit_y; in GetVisibleRect() local82 crop_unit_y = frame_mbs_only_flag ? 1 : 2; in GetVisibleRect()93 crop_unit_y = sub_height_c * (frame_mbs_only_flag ? 1 : 2); in GetVisibleRect()99 coded_size->height() / crop_unit_y < frame_crop_top_offset || in GetVisibleRect()100 coded_size->height() / crop_unit_y < frame_crop_bottom_offset) { in GetVisibleRect()106 int crop_top = crop_unit_y * frame_crop_top_offset; in GetVisibleRect()107 int crop_bottom = crop_unit_y * frame_crop_bottom_offset; in GetVisibleRect()