HomeSort by relevance Sort by last modified time
    Searched refs:Scale1Dh (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 265 Scale1D Scale1Dh = scale1d_c;
394 Scale1Dh = scale1d_2t1_ps;
406 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width);
423 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width);
432 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 264 Scale1D Scale1Dh = scale1d_c;
393 Scale1Dh = scale1d_2t1_ps;
405 Scale1Dh(source, 1, hscale, source_width + 1, dest, 1, hratio, dest_width);
422 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width);
431 Scale1Dh(source + i * source_pitch, 1, hscale, source_width + 1,

Completed in 355 milliseconds