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

  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 34 int VScale;
221 * unsigned int vscale : Vertical scale factor numerator.
251 unsigned int vscale,
309 switch (vratio * 10 / vscale) {
396 if (vscale == 2 && vratio == 1) {
419 dest_band_height = source_band_height * vratio / vscale;
442 Scale1Dv(&temp_area[j], dest_pitch, vscale, source_band_height + 1,
465 * unsigned int vscale : Vertical scale factor numerator.
487 unsigned int vscale,
493 int dh = (vscale - 1 + src->y_height * vratio) / vscale
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
vpx_scale.c 33 int VScale;
220 * unsigned int vscale : Vertical scale factor numerator.
250 unsigned int vscale,
308 switch (vratio * 10 / vscale) {
395 if (vscale == 2 && vratio == 1) {
418 dest_band_height = source_band_height * vratio / vscale;
441 Scale1Dv(&temp_area[j], dest_pitch, vscale, source_band_height + 1,
464 * unsigned int vscale : Vertical scale factor numerator.
486 unsigned int vscale,
492 int dh = (vscale - 1 + src->y_height * vratio) / vscale
    [all...]

Completed in 613 milliseconds