Home
last modified time | relevance | path

Searched refs:crop_unit_y (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/decoder/
Dihevcd_fmt_conv.c712 WORD32 crop_unit_x, crop_unit_y; in ihevcd_fmt_conv() local
722 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()
Dihevcd_parse_headers.c1901 WORD32 crop_unit_x, crop_unit_y; in ihevcd_parse_sps() local
1903 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()
/external/v4l2_codec2/vda/
Dh264_parser.cc79 int crop_unit_y; in GetVisibleRect() local
82 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()