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

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

Completed in 9164 milliseconds