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

  /external/opencv3/modules/superres/src/cuda/
btv_l1_gpu.cu 63 void upscale(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
127 void upscale(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream)
141 template void upscale<1>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
142 template void upscale<3>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
143 template void upscale<4>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
  /external/opencv3/modules/superres/src/
btv_l1_cuda.cpp 71 void upscale(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
147 void upscale(const GpuMat& src, GpuMat& dst, int scale, Stream& stream)
152 0, btv_l1_cudev::upscale<1>, 0, btv_l1_cudev::upscale<3>, btv_l1_cudev::upscale<4>
369 upscale(c_[k], a_[k], scale_, streams_[k]);
btv_l1.cpp 248 ocl::Kernel k("upscale", ocl::superres::superres_btvl1_oclsrc,
269 void upscale(InputArray _src, OutputArray _dst, int scale) function in namespace:__anon21196
631 upscale(uc_, ua_, scale_);
732 upscale(c_, a_, scale_);
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
ml_math_func.c 746 //long upscale, sqrt_upscale, upsclimit;
757 //upscale = 1394173804L;
888 long upscale, downscale, upsclimit, downsclimit; local
901 upscale = 1425155444L;
902 // int32(1.08/upscale*2^30)
923 x0 = inv_q30_mult(x0, upscale);
955 xx = inv_q30_mult( xx, upscale);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 746 //long upscale, sqrt_upscale, upsclimit;
757 //upscale = 1394173804L;
888 long upscale, downscale, upsclimit, downsclimit; local
901 upscale = 1425155444L;
902 // int32(1.08/upscale*2^30)
923 x0 = inv_q30_mult(x0, upscale);
955 xx = inv_q30_mult( xx, upscale);
  /external/opencv3/modules/superres/src/opencl/
superres_btvl1.cl 82 __kernel void upscale(__global const uchar * srcptr, int src_step, int src_offset, int src_rows, int src_cols,
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 643 mRgbUpscaleBuffers(*this, "RGB upscale",
1311 float upscale = upscale_x > upscale_y ? upscale_x : upscale_y; local
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 808 /* prefer to upscale (1% tolerance) [0..1] (insert after 1st bit) */
809 int upscale = (ext_xres >= xres * 99 / 100 && ext_yres >= yres * 99 / 100); local
810 score = (((score & ~1) | upscale) << 1) | (score & 1);
825 upscale = (mode_refresh >= refresh);
826 score = (score << 1) | upscale;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 384 const uint32_t upscale = local
389 if(w_uscale > upscale || h_uscale > upscale)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 409 const uint32_t upscale = local
414 if(w_uscale > upscale || h_uscale > upscale)
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 1003 /* prefer to upscale (1% tolerance) [0..1] (insert after 1st bit) */
1004 int upscale = (ext_xres >= xres * 99 / 100 && ext_yres >= yres * 99 / 100); local
1005 score = (((score & ~1) | upscale) << 1) | (score & 1);
1020 upscale = (mode_refresh >= refresh);
1021 score = (score << 1) | upscale;
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp 464 const uint32_t upscale = mdpHw.getMaxMDPUpscale(); local
468 if(w_uscale > upscale || h_uscale > upscale)
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 468 const uint32_t upscale = mdpHw.getMaxMDPUpscale(); local
472 if(w_uscale > upscale || h_uscale > upscale)
    [all...]

Completed in 1095 milliseconds