Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_fmt_conv.c710 WORD32 crop_unit_x, crop_unit_y; in ihevcd_fmt_conv() local
719 crop_unit_x = 1; in ihevcd_fmt_conv()
724 crop_unit_x = 2; in ihevcd_fmt_conv()
734 …trd * ps_sps->i2_pic_crop_top_offset * crop_unit_y + ps_sps->i2_pic_crop_left_offset * crop_unit_x; in ihevcd_fmt_conv()
Dihevcd_parse_headers.c1888 WORD32 crop_unit_x, crop_unit_y; in ihevcd_parse_sps() local
1889 crop_unit_x = 1; in ihevcd_parse_sps()
1894 crop_unit_x = 2; in ihevcd_parse_sps()
1899 disp_wd -= ps_sps->i2_pic_crop_left_offset * crop_unit_x; in ihevcd_parse_sps()
1900 disp_wd -= ps_sps->i2_pic_crop_right_offset * crop_unit_x; in ihevcd_parse_sps()
/external/v4l2_codec2/vda/
Dh264_parser.cc78 int crop_unit_x; in GetVisibleRect() local
81 crop_unit_x = 1; in GetVisibleRect()
92 crop_unit_x = sub_width_c; in GetVisibleRect()
97 if (coded_size->width() / crop_unit_x < frame_crop_left_offset || in GetVisibleRect()
98 coded_size->width() / crop_unit_x < frame_crop_right_offset || in GetVisibleRect()
104 int crop_left = crop_unit_x * frame_crop_left_offset; in GetVisibleRect()
105 int crop_right = crop_unit_x * frame_crop_right_offset; in GetVisibleRect()