| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/ |
| H A D | interpolation.cpp | 5 void interpolation(const float *x, const float *y, int Num, float x0, float*y0) in interpolation() 37 void interpolation(const float *x, const unsigned short *y, int Num, float x0, unsigned short *y0) in interpolation() 69 int interpolation(unsigned char *x, bool *y, int xNum, unsigned char x0, bool *y0) in interpolation()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | sfp-machine_32.h | 78 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 93 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 158 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0) argument 160 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y… argument
|
| /OK3568_Linux_fs/kernel/include/math-emu/ |
| H A D | op-4.h | 516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 580 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \ argument 589 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \ argument
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | camellia-aesni-avx-asm_64.S | 213 #define two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 245 #define enc_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 254 #define dec_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 483 #define inpack16_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 506 #define inpack16_post(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 529 #define outunpack16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, \ argument 556 #define write_output(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
|
| H A D | camellia-aesni-avx2-asm_64.S | 247 #define two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 279 #define enc_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 288 #define dec_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 517 #define inpack32_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 540 #define inpack32_post(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 563 #define outunpack32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, \ argument 590 #define write_output(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument
|
| H A D | sha256-ssse3-asm.S | 106 y0 = %r13d define
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/ |
| H A D | ia_css_ctc1_5.host.c | 26 int y1, int y0, int x1, int x0) in ctc_gradient()
|
| H A D | ia_css_ctc1_5_param.h | 24 s32 y0; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | native-lib.cc | 60 jbyte* const y0 = env->GetByteArrayElements(grid0Out, &outputCopy); in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1run() local 91 jint* const y0 = env->GetIntArrayElements(ids, &outputCopy); in Java_com_rockchip_gpadc_demo_yolo_InferenceWrapper_native_1post_1process() local
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 464 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member 480 float x0,y0,s0,t0; // top-left member 510 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member 1203 STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int … in stbtt_GetGlyphBox() 1215 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, in… in stbtt_GetCodepointBox() 1532 STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int … in stbtt_GetFontBoundingBox() 1564 int x0,y0,x1,y1; in stbtt_GetGlyphBitmapBoxSubpixel() local 1649 float x0,y0, x1,y1; member 1865 …e_clipped_edge(float *scanline, int x, stbtt__active_edge *e, float x0, float y0, float x1, float … in stbtt__handle_clipped_edge() 2021 float y0 = y_top; in stbtt__fill_active_edges_new() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | point_in_poly_crossings_multiply.hpp | 87 calculation_type const y0 = get<1>(seg1); in apply() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_range.hpp | 48 auto y0 = range.min.y >> dz; in contains() local
|
| H A D | tile_cover.cpp | 21 double x0 = 0, y0 = 0; member 38 double y0 = ::fmax(ymin, std::floor(e1.y0)); in scanSpans() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/ |
| H A D | ia_css_ctc2.host.c | 40 static int ctc2_slope(int y1, int y0, int x1, int x0) in ctc2_slope()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ |
| H A D | ia_css_xnr3_types.h | 50 int y0; /** Sigma for Y range similarity in dark area */ member
|
| H A D | ia_css_xnr3_param.h | 42 s32 y0; member
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_pixmap.c | 67 glamor_pixmap_fbo *fbo, int x0, int y0, in glamor_set_destination_pixmap_fbo()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
| H A D | ia_css_ctc_types.h | 60 u16 y0; /** 1st kneepoint gain. member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_dmm_tiler.h | 31 u32 y0:8; member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | mc13783_ts.c | 70 int x0, x1, x2, y0, y1, y2; in mc13783_ts_report_sample() local
|
| /OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/ |
| H A D | ptrace_32.h | 69 unsigned long y0; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_data.cpp | 105 const double y0 = util::EXTENT * tileID.y; in convertGeometry() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 558 double y0 = pair.first[0].y(); in clipFootprintToMap() local 594 double y0 = pair.second[0].y(); in clipFootprintToMap() local
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/usbcamera/ |
| H A D | camera.cpp | 77 int y0, u, y1, v; in convert_yuv_to_rgb_buffer() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/ |
| H A D | osd.h | 104 int y0; member
|