Searched refs:Scale1Dh (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 250 Scale1D Scale1Dh = scale1d_c; in Scale2D() local 379 if (hscale == 2 && hratio == 1) Scale1Dh = scale1d_2t1_ps; in Scale2D() 391 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, in Scale2D() 410 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, in Scale2D() 420 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1, in Scale2D()
|