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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
vpx_scale.c 177 unsigned int left_modifier = dest_scale; local
189 dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_scale);
200 left_modifier = dest_scale - right_modifier;
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 177 unsigned int left_modifier = dest_scale; local
189 dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_scale);
200 left_modifier = dest_scale - right_modifier;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 177 unsigned int left_modifier = dest_scale; local
189 dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_scale);
200 left_modifier = dest_scale - right_modifier;

Completed in 129 milliseconds