| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | bend.c | 162 long k, qpd, index, inFifoLatency, stepSize, fftFrameSize2; in flow() local 167 stepSize = p->fftFrameSize / p->ovsamp; in flow() 169 expct = 2. * M_PI * (double) stepSize / (double) p->fftFrameSize; in flow() 170 inFifoLatency = p->fftFrameSize - stepSize; in flow() 284 for (k = 0; k < stepSize; k++) in flow() 288 p->gOutputAccum + stepSize, p->fftFrameSize * sizeof(float)); in flow() 291 p->gInFIFO[k] = p->gInFIFO[k + stepSize]; in flow()
|
| H A D | adpcm.c | 201 op += 2*ch; /* channel's stepsize */ in AdpcmMashS()
|
| /OK3568_Linux_fs/kernel/lib/lz4/ |
| H A D | lz4defs.h | 95 #define STEPSIZE sizeof(size_t) macro 200 while (likely(pIn < pInLimit - (STEPSIZE - 1))) { in LZ4_count() 204 pIn += STEPSIZE; in LZ4_count() 205 pMatch += STEPSIZE; in LZ4_count()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | qcom,qusb2-phy.yaml | 114 Possible range is - 15mA to 24mA (stepsize of 600 uA). 124 Possible range is 0 to 15% (stepsize of 5%).
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/ |
| H A D | rk_aiq_types_ae_hw.h | 95 unsigned char stepsize; member 110 unsigned char stepsize; member 126 unsigned char stepsize; member
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | tuner-types.h | 185 * @stepsize: frequency step, in Hz. 196 u32 stepsize; member
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | tuner-types.c | 1661 .stepsize = 62500, 1699 .stepsize = 62500, 1719 .stepsize = 62500, 1763 .stepsize = 62500, 1781 .stepsize = 166667, 1791 .stepsize = 62500, 1810 .stepsize = 166667, 1818 .stepsize = 62500, 1842 .stepsize = 166667, 1877 .stepsize = 166667, [all …]
|
| H A D | tuner-simple.c | 858 if (!tun->stepsize) { in simple_dvb_configure() 861 tuner_err("attempt to treat tuner %d (%s) as digital tuner without stepsize defined.\n", in simple_dvb_configure() 872 tun->stepsize/2) / tun->stepsize; in simple_dvb_configure() 885 return (div * tun->stepsize) - t_params->iffreq; in simple_dvb_configure()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
| H A D | vamem_global.h | 23 /* (log) stepsize of linear interpolation */
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | txtimestamp.c | 134 int stepsize; in validate_key() local 144 stepsize = cfg_proto == SOCK_STREAM ? cfg_payload_len : 1; in validate_key() 145 if (tskey != saved_tskey + stepsize) { in validate_key() 147 tskey, saved_tskey + stepsize); in validate_key()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | mt352_priv.h | 110 /* here we assume 1/6MHz == 166.66kHz stepsize */
|
| H A D | dvb-pll.c | 63 u32 stepsize; member 617 desc->entries[i].stepsize/2) / desc->entries[i].stepsize; in dvb_pll_configure() 631 return (div * desc->entries[i].stepsize) - desc->iffreq; in dvb_pll_configure()
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | rawnand.h | 256 * @stepsize: data bytes per ECC step 261 int stepsize; member 278 /* a shorthand to generate struct nand_ecc_caps with only one ECC stepsize */ 282 .stepsize = __step, \
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 1056 int stepsize = nand_chip->ecc.bytes == 9 ? 16 : 26; in mxc_v2_ooblayout_ecc() local 1061 oobregion->offset = (section * stepsize) + 7; in mxc_v2_ooblayout_ecc() 1071 int stepsize = nand_chip->ecc.bytes == 9 ? 16 : 26; in mxc_v2_ooblayout_free() local 1085 oobregion->offset = section * stepsize; in mxc_v2_ooblayout_free()
|
| H A D | cadence-nand-controller.c | 1104 cdns_ctrl->ecc_stepinfos[0].stepsize = in cadence_nand_read_bch_caps() 1107 cdns_ctrl->ecc_stepinfos[1].stepsize = in cadence_nand_read_bch_caps() 1123 if (cdns_ctrl->ecc_stepinfos[i].stepsize != 0) in cadence_nand_read_bch_caps() 1126 if (cdns_ctrl->ecc_stepinfos[i].stepsize > max_step_size) in cadence_nand_read_bch_caps() 1127 max_step_size = cdns_ctrl->ecc_stepinfos[i].stepsize; in cadence_nand_read_bch_caps()
|
| H A D | arasan-nand-controller.c | 972 .stepsize = SZ_512, 977 .stepsize = SZ_1K,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rkisp2-config.h | 1717 u8 stepsize; member 1730 u8 stepsize; member 1744 u8 stepsize; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp2-config.h | 1705 __u8 stepsize; member 1718 __u8 stepsize; member 1732 __u8 stepsize; member
|
| H A D | rk-isp1-config.h | 464 * @histogram_predivider: process every stepsize pixel, all other pixels are skipped
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_custom_ae.cpp | 660 pConfig->aeHwConfig.hist_meas.rawhist0.stepsize = 0; in initAecHwConfig() 676 pConfig->aeHwConfig.hist_meas.rawhist1.stepsize = 0; in initAecHwConfig() 691 pConfig->aeHwConfig.hist_meas.rawhist2.stepsize = 0; in initAecHwConfig() 706 pConfig->aeHwConfig.hist_meas.rawhist3.stepsize = 0; in initAecHwConfig()
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | rawnand.h | 497 * @stepsize: data bytes per ECC step 502 int stepsize; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/uapi/ |
| H A D | rkisp1-config.h | 527 * @histogram_predivider: process every stepsize pixel, all other pixels are
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_common.h | 148 #define ACTIVE_HT 110 // quantization stepsize threshold
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/ |
| H A D | av1d_common.h | 148 #define ACTIVE_HT 110 // quantization stepsize threshold
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_dmcu.c | 415 /* Set backlight ramping stepsize */ in dcn10_dmcu_init()
|