Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dvpx_scale.c68 unsigned int source_scale, in scale1d_2t1_i() argument
79 (void) source_scale; in scale1d_2t1_i()
122 unsigned int source_scale, in scale1d_2t1_ps() argument
132 (void) source_scale; in scale1d_2t1_ps()
168 unsigned int source_scale, in scale1d_c() argument
191 right_modifier += source_scale; in scale1d_c()
260 …typedef void (*Scale1D)(const unsigned char * source, int source_step, unsigned int source_scale, … in Scale2D()