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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c177 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/
H A Dvpx_scale.c177 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 111 milliseconds