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

  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 23 int low_res_w; local
29 low_res_w = iw/cpi->oxcf.mr_down_sampling_factor.num;
30 cpi->mr_low_res_mb_cols = ((low_res_w + 15) >> 4);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mr_dissim.c 21 int low_res_w; local
27 low_res_w = iw/cpi->oxcf.mr_down_sampling_factor.num;
28 cpi->mr_low_res_mb_cols = ((low_res_w + 15) >> 4);

Completed in 83 milliseconds