Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dvpx_scale.c67 int source_step, in scale1d_2t1_i() argument
77 int source_pitch = source_step; in scale1d_2t1_i()
82 source_step *= 2; in scale1d_2t1_i()
85 …for (i = dest_step, j = source_step; i < dest_length * dest_step; i += dest_step, j += source_step in scale1d_2t1_i()
121 int source_step, in scale1d_2t1_ps() argument
135 source_step *= 2; in scale1d_2t1_ps()
138 for (i = 0; i < dest_length * dest_step; i += dest_step, j += source_step) in scale1d_2t1_ps()
167 int source_step, in scale1d_c() argument
180 unsigned char right_pixel = *(source + source_step); in scale1d_c()
195 source += source_step; in scale1d_c()
[all …]