Searched refs:out_h (Results 1 – 7 of 7) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/ |
| A D | g2d_scal.c | 273 __u32 in_h, __u32 out_w, __u32 out_h, __u8 alpha) in g2d_vsu_para_set() argument 295 p_reg->out_size.bits.out_height = out_h - 1; in g2d_vsu_para_set() 311 if (out_h) in g2d_vsu_para_set() 313 temp = temp/out_h; in g2d_vsu_para_set() 339 ((in_h / out_h) < 3) ? 0 : (in_h / out_h - 3); in g2d_vsu_para_set()
|
| A D | g2d_scal.h | 40 __u32 in_h, __u32 out_w, __u32 out_h, __u8 alpha);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_scaler.h | 67 unsigned int out_w, unsigned int out_h, 96 unsigned int out_h, struct scaler_para *para);
|
| A D | de_gsu.c | 252 unsigned int out_w, unsigned int out_h, in de_gsu_set_para() argument 270 gsu_dev[sel][chno_t]->outsize.dwval = ((out_h - 1) << 16) | (out_w - 1); in de_gsu_set_para()
|
| A D | de_vsu.c | 267 unsigned int out_w, unsigned int out_h, in de_vsu_set_para() argument 273 in_w, in_h, out_w, out_h); in de_vsu_set_para() 314 vsu_dev[sel][chno]->outsize.dwval = ((out_h - 1) << 16) | (out_w - 1); in de_vsu_set_para()
|
| /bsp/renesas/ra4e2-eco/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_macl.c | 1851 q31_t out_h; in r_macl_mat_mul_acc_q31() local 1869 out_h = (q31_t) (R_MACL->MULR0.MULRH << BSP_MACL_SHIFT_1_BIT); in r_macl_mat_mul_acc_q31() 1871 *p_out = (out_h | out_l); in r_macl_mat_mul_acc_q31()
|
| /bsp/renesas/ra6e2-fpb/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_macl.c | 1851 q31_t out_h; in r_macl_mat_mul_acc_q31() local 1869 out_h = (q31_t) (R_MACL->MULR0.MULRH << BSP_MACL_SHIFT_1_BIT); in r_macl_mat_mul_acc_q31() 1871 *p_out = (out_h | out_l); in r_macl_mat_mul_acc_q31()
|
Completed in 28 milliseconds