Home
last modified time | relevance | path

Searched defs:y0 (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/
H A Dinterpolation.cpp5 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 Dsfp-machine_32.h78 #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 Dop-4.h516 #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 Dcamellia-aesni-avx-asm_64.S213 #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 Dcamellia-aesni-avx2-asm_64.S247 #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 Dsha256-ssse3-asm.S106 y0 = %r13d define
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
H A Dia_css_ctc1_5.host.c26 int y1, int y0, int x1, int x0) in ctc_gradient()
H A Dia_css_ctc1_5_param.h24 s32 y0; member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dnative-lib.cc60 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 Dstb_truetype.h464 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 Dpoint_in_poly_crossings_multiply.hpp87 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 Dtile_range.hpp48 auto y0 = range.min.y >> dz; in contains() local
H A Dtile_cover.cpp21 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 Dia_css_ctc2.host.c40 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 Dia_css_xnr3_types.h50 int y0; /** Sigma for Y range similarity in dark area */ member
H A Dia_css_xnr3_param.h42 s32 y0; member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_pixmap.c67 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 Dia_css_ctc_types.h60 u16 y0; /** 1st kneepoint gain. member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.h31 u32 y0:8; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dmc13783_ts.c70 int x0, x1, x2, y0, y1, y2; in mc13783_ts_report_sample() local
/OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/
H A Dptrace_32.h69 unsigned long y0; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.cpp105 const double y0 = util::EXTENT * tileID.y; in convertGeometry() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameratiles.cpp558 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 Dcamera.cpp77 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 Dosd.h104 int y0; member

123