| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/agic/ |
| H A D | rk_aiq_algo_agic_v2.cpp | 18 #define INTERPOLATION(ratio, hi, lo) (((ratio) * ((hi) - (lo)) + (lo) * (1 << 4) + (1 << 3)) >> … macro 65 selected->min_busy_thre = INTERPOLATION(ratio, hi->min_busy_thre, lo->min_busy_thre); 66 selected->min_grad_thr1 = INTERPOLATION(ratio, hi->min_grad_thr1, lo->min_grad_thr1); 67 selected->min_grad_thr2 = INTERPOLATION(ratio, hi->min_grad_thr2, lo->min_grad_thr2); 68 selected->k_grad1 = INTERPOLATION(ratio, hi->k_grad1, lo->k_grad1); 69 selected->k_grad2 = INTERPOLATION(ratio, hi->k_grad2, lo->k_grad2); 70 selected->gb_thre = INTERPOLATION(ratio, hi->gb_thre, lo->gb_thre); 71 selected->maxCorV = INTERPOLATION(ratio, hi->maxCorV, lo->maxCorV); 72 selected->maxCorVboth = INTERPOLATION(ratio, hi->maxCorVboth, lo->maxCorVboth); 73 selected->dark_thre = INTERPOLATION(ratio, hi->dark_thre, lo->dark_thre); [all …]
|
| H A D | rk_aiq_algo_agic_v1.cpp | 18 #define INTERPOLATION(ratio, hi, lo) (((ratio) * ((hi) - (lo)) + (lo) * (1 << 4) + (1 << 3)) >> … macro 70 selected->min_busy_thre = INTERPOLATION(ratio, hi->min_busy_thre, lo->min_busy_thre); 71 selected->min_grad_thr1 = INTERPOLATION(ratio, hi->min_grad_thr1, lo->min_grad_thr1); 72 selected->min_grad_thr2 = INTERPOLATION(ratio, hi->min_grad_thr2, lo->min_grad_thr2); 73 selected->k_grad1 = INTERPOLATION(ratio, hi->k_grad1, lo->k_grad1); 74 selected->k_grad2 = INTERPOLATION(ratio, hi->k_grad2, lo->k_grad1); 75 selected->gb_thre = INTERPOLATION(ratio, hi->gb_thre, lo->gb_thre); 76 selected->maxCorV = INTERPOLATION(ratio, hi->maxCorV, lo->maxCorV); 77 selected->maxCorVboth = INTERPOLATION(ratio, hi->maxCorVboth, lo->maxCorVboth); 78 selected->dark_thre = INTERPOLATION(ratio, hi->dark_thre, lo->dark_thre); [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/ |
| H A D | interpolation.h | 5 void interpolation(const float *x, const float *y, int Num, float x0, float*y0); 6 void interpolation(const float *x, const unsigned short *y, int Num, float x0, unsigned short *y0); 7 int interpolation(unsigned char *x, bool *y, int xNum, unsigned char x0, bool *y0);
|
| H A D | interpolation.cpp | 1 #include"interpolation.h" 5 void interpolation(const float *x, const float *y, int Num, float x0, float*y0) in interpolation() function 37 void interpolation(const float *x, const unsigned short *y, int Num, float x0, unsigned short *y0) in interpolation() function 69 int interpolation(unsigned char *x, bool *y, int xNum, unsigned char x0, bool *y0) in interpolation() function
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/inc/ |
| H A D | iep_api.h | 59 RK_U32 dei_ei_mode; // deinterlace edge interpolation 0: disable, 1: enable 60 …RK_U32 dei_ei_smooth; // deinterlace edge interpolation for smooth effect 0: disable… 61 RK_U32 dei_ei_sel; // deinterlace edge interpolation select 62 RK_U32 dei_ei_radius; // deinterlace edge interpolation radius [0, 3]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | flanger.c | 36 interp_t interpolation; member 81 TEXTUAL_PARAMETER(interpolation, interp_enum) in getopts() 103 interp_enum[p->interpolation].text); in getopts() 194 if (f->interpolation == INTERP_LINEAR) in flow() 196 else /* if (f->interpolation == INTERP_QUADRATIC) */ in flow() 270 "interp -- lin delay-line interpolation: linear|quadratic" in lsx_flanger_effect_fn()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_math.c | 68 unsigned int interpolation; in intlog2() local 96 * last step we do is interpolation because of the in intlog2() 104 * so the interpolation is in intlog2() 110 interpolation = ((significand & 0x7fffff) * in intlog2() 115 return ((msb << 24) + (logtable[logentry] << 8) + interpolation); in intlog2()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
| H A D | gdc_public.h | 19 /*! Write the bicubic interpolation table of GDC[ID] 30 - The LUT format is a quadri-phase interpolation 41 /*! Convert the bicubic interpolation table of GDC[ID] to the ISP-specific format
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ |
| H A D | ia_css_tnr_types.h | 39 ia_css_u0_16 gain; /** Interpolation ratio of current frame 45 ia_css_u0_16 threshold_y; /** Threshold to enable interpolation of Y. 50 ia_css_u0_16 threshold_uv; /** Threshold to enable interpolation of
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | interpolate.cpp | 85 ctx.error("Expected an interpolation type expression."); in parseInterpolate() 91 ctx.error("Expected an interpolation type expression."); in parseInterpolate() 106 ctx.error("Exponential interpolation requires a numeric base.", 1, 1); in parseInterpolate() 128 …ctx.error("Cubic bezier interpolation requires four numeric arguments with values between 0 and 1.… in parseInterpolate() 136 ctx.error("Unknown interpolation type " + (interpName ? *interpName : ""), 1, 0); in parseInterpolate() 146 // [interpolation, interp_type, input, 2 * (n pairs)...] in parseInterpolate()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_dvs_info.h | 27 /* Bilinear interpolation (HRT_GDC_BLI_MODE) is the supported method currently. 28 * Bicubic interpolation (HRT_GDC_BCI_MODE) is not supported yet */
|
| H A D | sh_css_param_dvs.h | 67 * Bilinear interpolation (HRT_GDC_BLI_MODE) is the supported method currently. 68 * Bicubic interpolation (HRT_GDC_BCI_MODE) is not supported yet */
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
| H A D | ia_css_dvs.host.h | 27 /* For bilinear interpolation, we need to add +1 to input block height calculation. 28 * For bicubic interpolation, we will need to add +3 instaed */
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/ |
| H A D | image_processor.cpp | 41 int interpolation, int sync); 172 double factor_y, int interpolation, int sync) final { in resize() argument 179 … if (0 > rga_ops_.imresize_t(rga_src, rga_dst, factor_x, factor_y, interpolation, sync)) { in resize() 226 int interpolation, int sync) { in resize() argument
|
| /OK3568_Linux_fs/buildroot/package/shairport-sync/ |
| H A D | Config.in | 51 needed. This "interpolation" is normally inaudible, but it 53 interpolation to be done much more smoothly and subtly.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | rockchip,audio-pwm.txt | 23 - rockchip,interpolat-points-cfg: Interpolation rate,the value must be 1/3/7/15 points, 24 if this is set,the linear interpolation mode will be turned on.
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/ |
| H A D | rk_aiq_accm_algo_v2.cpp | 24 #include "interpolation.h" 129 interpolation(pCcm->lumaCCM.gain_alphaScale_curve.gain, in AccmAutoConfig() 144 interpolation(hAccm->mCurAttV2.stAuto.color_inhibition.sensorGain, in AccmAutoConfig() 157 interpolation(hAccm->mCurAttV2.stAuto.color_saturation.sensorGain, in AccmAutoConfig() 213 interpolation(pCcm->enhCCM.enh_ctl.gains, pCcm->enhCCM.enh_ctl.enh_adj_en, 9, in AccmAutoConfig() 216 interpolation(pCcm->enhCCM.enh_ctl.gains, pCcm->enhCCM.enh_ctl.enh_rat_max, 9, in AccmAutoConfig()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 104 double inv_scale_x, double inv_scale_y, int interpolation); 109 … const double M[6], int interpolation, int borderType, const double borderValue[4]); 114 … const double M[9], int interpolation, int borderType, const double borderValue[4]);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 104 double inv_scale_x, double inv_scale_y, int interpolation); 109 … const double M[6], int interpolation, int borderType, const double borderValue[4]); 114 … const double M[9], int interpolation, int borderType, const double borderValue[4]);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/hal/ |
| H A D | hal.hpp | 104 double inv_scale_x, double inv_scale_y, int interpolation); 109 … const double M[6], int interpolation, int borderType, const double borderValue[4]); 114 … const double M[9], int interpolation, int borderType, const double borderValue[4]);
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | README | 22 with linear (default) interpolation versus -qs quadratic 23 interpolation with Nuttall window...
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_task.h | 90 * @param interpolation 91 * Interpolation formula(Only RGA1 support). 98 int interpolation = 0);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_task.h | 90 * @param interpolation 91 * Interpolation formula(Only RGA1 support). 98 int interpolation = 0);
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_task.h | 90 * @param interpolation 91 * Interpolation formula(Only RGA1 support). 98 int interpolation = 0);
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_task.h | 90 * @param interpolation 91 * Interpolation formula(Only RGA1 support). 98 int interpolation = 0);
|