Home
last modified time | relevance | path

Searched refs:bLeft (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/swrast/
Ds_tritemp.h516 GLint bLeft = 0, fdbOuter = 0, fdbInner; in NAME() local
653 bLeft = (GLint)(ChanToFixed(vLower->color[BCOMP]) in NAME()
674 bLeft = ChanToFixed(v2->color[BCOMP]); in NAME()
789 span.blue = bLeft; in NAME()
857 bLeft += fdbOuter; in NAME()
889 bLeft += fdbInner; in NAME()
/third_party/openmax/api/1.1.2/
DOMX_IVCommon.h855 OMX_BOOL bLeft; member
/third_party/openh264/codec/encoder/core/src/
Dsvc_encode_slice.cpp143 bool bLeft; in UpdateMbNeighbor() local
155 bLeft = (kiMbX > 0) && (uiSliceIdc == WelsMbToSliceIdc (pCurDq, iLeftXY)); in UpdateMbNeighbor()
160 if (bLeft) { in UpdateMbNeighbor()
Dencoder_ext.cpp849 bool bLeft; in InitMbInfo() local
866 bLeft = (pList[iIdx].iMbX > 0) && (uiSliceIdc == WelsMbToSliceIdc (pLayer, iLeftXY)); in InitMbInfo()
874 if (bLeft) { in InitMbInfo()