Home | History | Annotate | Download | only in src

Lines Matching refs:pBS

64  *   pBS - array of size 16 containing BS parameters for each 2x2 chroma 
66 * [0,4] with the following restrictions: i) pBS[i]== 4 may occur
67 * only for 0<=i<=3, ii) pBS[i]== 4 if and only if pBS[i^3]== 4.
80 * pSrcDst, pAlpha, pBeta, pThresholds, or pBS.
88 * - pBS is out of range, i.e., one of the following conditions is true:
89 * pBS[i]<0, pBS[i]>4, pBS[i]==4 for i>=4, or
90 * (pBS[i]==4 && pBS[i^3]!=4) for 0<=i<=3.
91 * - pBS is not 4-byte aligned.
101 const OMX_U8 *pBS
113 armRetArgErrIf(pBS == NULL, OMX_Sts_BadArgErr);
114 armRetArgErrIf(armNot4ByteAligned(pBS), OMX_Sts_BadArgErr);
122 armRetArgErrIf(pBS[I] > 4, OMX_Sts_BadArgErr)
124 armRetArgErrIf( (I > 3) && (pBS[I] == 4),
128 ( (pBS[I] == 4) && (pBS[I^1] != 4) ),
139 pBS[I],