Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_scale/generic/
Daom_scale.c252 Scale1D Scale1Dh = scale1d_c; in Scale2D() local
380 if (hscale == 2 && hratio == 1) Scale1Dh = scale1d_2t1_ps; in Scale2D()
392 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, in Scale2D()
411 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, in Scale2D()
421 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1, in Scale2D()
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c250 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()