Searched refs:round_value (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c177 unsigned int round_value = dest_scale / 2; local
190 dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_scale);

Completed in 1696 milliseconds