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

  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 35 int VRatio;
222 * unsigned int vratio : Vertical scale factor denominator.
252 unsigned int vratio,
309 switch (vratio * 10 / vscale) {
396 if (vscale == 2 && vratio == 1) {
419 dest_band_height = source_band_height * vratio / vscale;
443 &dest[j], dest_pitch, vratio, dest_band_height);
466 * unsigned int vratio : Vertical scale factor denominator.
488 unsigned int vratio,
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 34 int VRatio;
221 * unsigned int vratio : Vertical scale factor denominator.
251 unsigned int vratio,
308 switch (vratio * 10 / vscale) {
395 if (vscale == 2 && vratio == 1) {
418 dest_band_height = source_band_height * vratio / vscale;
442 &dest[j], dest_pitch, vratio, dest_band_height);
465 * unsigned int vratio : Vertical scale factor denominator.
487 unsigned int vratio,
492 int dh = (vscale - 1 + src->y_height * vratio) / vscale
    [all...]

Completed in 469 milliseconds