Home | History | Annotate | Download | only in src

Lines Matching refs:pBS

62  *   pBS -Array of size 16 of BS parameters (arranged in vertical block 
64 * restrictions: i) pBS[i]== 4 may occur only for 0<=i<=3, ii)
65 * pBS[i]== 4 if and only if pBS[i^3]== 4. Must be 4-byte aligned.
75 * Either of the pointers in pSrcDst, pAlpha, pBeta, pThresholds, or pBS
77 * Either pThresholds or pBS is not aligned on a 4-byte boundary.
84 * pBS is out of range, i.e., one of the following conditions is true:
85 * pBS[i]<0, pBS[i]>4, pBS[i]==4 for i>=4, or (pBS[i]==4 &&
86 * pBS[i^3]!=4) for 0<=i<=3.
96 const OMX_U8 *pBS
108 armRetArgErrIf(pBS == NULL, OMX_Sts_BadArgErr);
109 armRetArgErrIf(armNot4ByteAligned(pBS), OMX_Sts_BadArgErr);
120 armRetArgErrIf(pBS[Y] > 4, OMX_Sts_BadArgErr);
122 armRetArgErrIf((pBS[Y] == 4) && (Y > 3),
125 armRetArgErrIf(( (pBS[Y] == 4) && (pBS[Y^3] != 4) ),
137 pBS[I],