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

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

Completed in 713 milliseconds