HomeSort by relevance Sort by last modified time
    Searched refs:crop_unit_x (Results 1 - 3 of 3) sorted by null

  /external/libhevc/decoder/
ihevcd_fmt_conv.c 710 WORD32 crop_unit_x, crop_unit_y; local
719 crop_unit_x = 1;
724 crop_unit_x = 2;
734 pu1_luma += ps_codec->i4_strd * ps_sps->i2_pic_crop_top_offset * crop_unit_y + ps_sps->i2_pic_crop_left_offset * crop_unit_x;
ihevcd_parse_headers.c 1667 WORD32 crop_unit_x, crop_unit_y; local
    [all...]
  /external/v4l2_codec2/vda/
h264_parser.cc 78 int crop_unit_x; local
81 crop_unit_x = 1;
92 crop_unit_x = sub_width_c;
97 if (coded_size->width() / crop_unit_x < frame_crop_left_offset ||
98 coded_size->width() / crop_unit_x < frame_crop_right_offset ||
104 int crop_left = crop_unit_x * frame_crop_left_offset;
105 int crop_right = crop_unit_x * frame_crop_right_offset;
    [all...]

Completed in 77 milliseconds