Home
last modified time | relevance | path

Searched refs:right_pixel (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dvpx_scale.c180 unsigned char right_pixel = *(source + source_step); in scale1d_c() local
189 …dest[i] = (char)((left_modifier * left_pixel + right_modifier * right_pixel + round_value) / dest_… in scale1d_c()
197 right_pixel = *(source + source_step); in scale1d_c()