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

  /external/libvpx/vpx_scale/generic/
vpxscale.c 278 unsigned char right_pixel = *(source + source_step); local
288 dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_scale);
297 right_pixel = *(source + source_step);
    [all...]

Completed in 2880 milliseconds