Searched full:peq (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | nvidia,tegra210-peq.yaml | 4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-peq.yaml# 7 title: Tegra210 PEQ 10 The Parametric Equalizer (PEQ) is a cascade of biquad filters with 13 PEQ sits inside Output Processing Engine (OPE) which interfaces 24 - const: nvidia,tegra210-peq 27 - nvidia,tegra234-peq 28 - nvidia,tegra194-peq 29 - nvidia,tegra186-peq 30 - const: nvidia,tegra210-peq 44 compatible = "nvidia,tegra210-peq";
|
| H A D | nvidia,tegra210-ope.yaml | 11 PEQ (Parametric Equalizer) and MBDRC (Multi Band Dynamic Range Compressor) 67 $ref: nvidia,tegra210-peq.yaml#
|
| /freebsd/sys/tools/sound/ |
| H A D | feeder_eq_mkfilter.awk | 292 if (arg[i] == "PEQ") { 366 (FEEDEQ_TYPE == FEEDEQ_TYPE_SHELF) ? "SHELF" : "PEQ", \
|
| /freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra210.dtsi | 1672 compatible = "nvidia,tegra210-peq"; 1692 compatible = "nvidia,tegra210-peq";
|
| H A D | tegra186.dtsi | 408 compatible = "nvidia,tegra186-peq", 409 "nvidia,tegra210-peq";
|
| H A D | tegra194.dtsi | 508 compatible = "nvidia,tegra194-peq", 509 "nvidia,tegra210-peq";
|
| H A D | tegra234.dtsi | 1151 compatible = "nvidia,tegra234-peq", 1152 "nvidia,tegra210-peq";
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 12825 IdxConstraint *pNext; /* Next constraint in pEq or pRange list */ 12837 IdxConstraint *pEq; /* List of == constraints */ member 13242 pNew->pNext = pScan->pEq; in expertBestIndex() 13243 pScan->pEq = pNew; in expertBestIndex() 13631 ** would create from arguments pScan, pEq and pTail. If no error occurs and 13641 IdxConstraint *pEq, /* List of == constraints */ in idxFindCompatible() argument 13647 int nEq = 0; /* Number of elements in pEq */ in idxFindCompatible() 13650 /* Count the elements in list pEq */ in idxFindCompatible() 13651 for(pIter=pEq; pIter; pIter=pIter->pLink) nEq++; in idxFindCompatible() 13661 /* Zero the IdxConstraint.bFlag values in the pEq list */ in idxFindCompatible() [all …]
|
| H A D | sqlite3.c | 133888 Expr *pEq; /* Expression (pLeft = pRight) */ 133898 pEq = sqlite3PExpr(pParse, TK_EQ, pLeft, pRight); 133899 pWhere = sqlite3ExprAnd(pParse, pWhere, pEq); 133925 Expr *pEq, *pAll = 0; 133932 pEq = sqlite3PExpr(pParse, TK_IS, pLeft, pRight); 133933 pAll = sqlite3ExprAnd(pParse, pAll, pEq); 134556 Expr *pEq; /* tFromCol = OLD.tToCol */ 134570 pEq = sqlite3PExpr(pParse, TK_EQ, 134576 pWhere = sqlite3ExprAnd(pParse, pWhere, pEq); 134584 pEq = sqlite3PExpr(pParse, TK_IS, [all …]
|