Searched defs:crop_unit_x (Results 1 - 3 of 3) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_fmt_conv.c710 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;
H A Dihevcd_parse_headers.c1489 WORD32 crop_unit_x, crop_unit_y; local
1490 crop_unit_x = 1;
1495 crop_unit_x = 2;
1500 disp_wd -= ps_sps->i2_pic_crop_left_offset * crop_unit_x;
1501 disp_wd -= ps_sps->i2_pic_crop_right_offset * crop_unit_x;
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_encode_accelerator.cc840 const unsigned int crop_unit_x = 2; local
844 (coded_size_.width() - visible_size_.width()) / crop_unit_x;

Completed in 410 milliseconds