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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
vpx_scale.h 21 unsigned int hscale,
  /external/libvpx/libvpx/vpx_scale/
vpx_scale.h 21 unsigned int hscale,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
vpx_scale.h 21 unsigned int hscale,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
vpx_scale.c 31 int HScale;
218 * unsigned int hscale : Horizontal scale factor numerator.
248 unsigned int hscale,
288 switch (hratio * 10 / hscale) {
392 if (hscale == 2 && hratio == 1)
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,
462 * unsigned int hscale : Horizontal scale factor numerator.
484 unsigned int hscale,
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 31 int HScale;
218 * unsigned int hscale : Horizontal scale factor numerator.
248 unsigned int hscale,
288 switch (hratio * 10 / hscale) {
392 if (hscale == 2 && hratio == 1)
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,
462 * unsigned int hscale : Horizontal scale factor numerator.
484 unsigned int hscale,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 31 int HScale;
218 * unsigned int hscale : Horizontal scale factor numerator.
248 unsigned int hscale,
288 switch (hratio * 10 / hscale) {
392 if (hscale == 2 && hratio == 1)
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,
462 * unsigned int hscale : Horizontal scale factor numerator.
484 unsigned int hscale,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m 315 hscale = height/figurePos(4);
316 scale = min(wscale, hscale);
346 hscale = height/figurePos(4);
347 scale = min(wscale, hscale);
  /external/opencv/cxcore/src/
cxdrawing.cpp 2203 int hscale, vscale, default_shear, italic_shear; local
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 1388 float hscale, vscale; member in struct:CvFont
    [all...]

Completed in 512 milliseconds