Home | History | Annotate | Download | only in src

Lines Matching refs:pBS

47  *   pBS - Array of size 16 of BS parameters (values for each 2x2 chroma 
51 * pBS[i]== 4 may occur only for 0<=i<=3, ii) pBS[i]== 4 if and
52 * only if pBS[i^3]== 4. Must be 4 byte aligned.
64 * pBeta, pThresholds, or pBS.
72 * - pBS is out of range, i.e., one of the following conditions is true:
73 * pBS[i]<0, pBS[i]>4, pBS[i]==4 for i>=4, or
74 * (pBS[i]==4 && pBS[i^3]!=4) for 0<=i<=3.
75 * - pBS is not 4-byte aligned.
85 const OMX_U8 *pBS
97 armRetArgErrIf(pBS == NULL, OMX_Sts_BadArgErr);
98 armRetArgErrIf(armNot4ByteAligned(pBS), OMX_Sts_BadArgErr);
108 armRetArgErrIf(pBS[I] > 4, OMX_Sts_BadArgErr);
110 armRetArgErrIf( (I > 3) && (pBS[I] == 4),
113 armRetArgErrIf( ( (pBS[I] == 4) && (pBS[I^3] != 4) ),
125 pBS[I],