| /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 | 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/kernel/drivers/media/dvb-core/ |
| H A D | dvb_math.c | 68 unsigned int interpolation; in intlog2() local 110 interpolation = ((significand & 0x7fffff) * in intlog2() 115 return ((msb << 24) + (logtable[logentry] << 8) + interpolation); in intlog2()
|
| /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()
|
| /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
|
| H A D | image_processor.h | 61 int interpolation = 0, int sync = 1);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/ |
| H A D | rk_aiq_accm_algo_v2.cpp | 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()
|
| H A D | rk_aiq_accm_algo_v1.cpp | 131 interpolation(pCcm->lumaCCM.gain_alphaScale_curve.gain, in AccmAutoConfig() 150 interpolation(hAccm->mCurAtt.stAuto.color_inhibition.sensorGain, in AccmAutoConfig() 164 interpolation(hAccm->mCurAtt.stAuto.color_saturation.sensorGain, 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/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/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/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | rockchip,audio-pwm.txt | 24 if this is set,the linear interpolation mode will be turned on.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | rcar-fdp1.rst | 24 interpolation otherwise.
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_task.h | 98 int interpolation = 0);
|
| H A D | im2d_single.h | 61 …rga_buffer_t src, rga_buffer_t dst, double fx = 0, double fy = 0, int interpolation = 0, int sync … 484 …ize_t(const rga_buffer_t src, rga_buffer_t dst, double fx, double fy, int interpolation, int sync);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_task.h | 98 int interpolation = 0);
|
| H A D | im2d_single.h | 61 …rga_buffer_t src, rga_buffer_t dst, double fx = 0, double fy = 0, int interpolation = 0, int sync … 484 …ize_t(const rga_buffer_t src, rga_buffer_t dst, double fx, double fy, int interpolation, int sync);
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_task.h | 98 int interpolation = 0);
|
| H A D | im2d_single.h | 61 …rga_buffer_t src, rga_buffer_t dst, double fx = 0, double fy = 0, int interpolation = 0, int sync … 484 …ize_t(const rga_buffer_t src, rga_buffer_t dst, double fx, double fy, int interpolation, int sync);
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_task.h | 98 int interpolation = 0);
|
| H A D | im2d_single.h | 61 …rga_buffer_t src, rga_buffer_t dst, double fx = 0, double fy = 0, int interpolation = 0, int sync … 484 …ize_t(const rga_buffer_t src, rga_buffer_t dst, double fx, double fy, int interpolation, int sync);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | im2d.hpp | 102 …rga_buffer_t src, rga_buffer_t dst, double fx = 0, double fy = 0, int interpolation = 0, int sync …
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_Developer_Guide_RGA_CN.md | 1048 int interpolation = INTER_LINEAR, 1055 > interpolation 仅硬件版本RGA1/RGA1 plus 可以支持配置,其他硬件版本RGA须查询对应TRM确认缩放算法。 1065 …interpolation | **[optional]** interpolation method:<br/>INTER_NEAREST - a nearest-neighbor int… 1102 int interpolation = 0); 1114 …interpolation | **[optional]** interpolation method:<br/>INTER_NEAREST - a nearest-neighbor interp…
|