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

  /external/libvpx/vpx_scale/generic/
vpxscale.c 274 unsigned int round_value = dest_scale / 2; local
288 dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_scale);
    [all...]
  /external/libvpx/vpx_scale/leapster/
vpxscale_lf.c 256 unsigned int round_value = dest_scale / 2; local
270 dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_scale);

Completed in 232 milliseconds