Searched refs:pRefCount (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | parse_mb_syn_cabac.cpp | 526 int32_t pRefCount[2]; in ParseInterPMotionInfoCabac() local 535 pRefCount[0] = pSliceHeader->uiRefCount[0]; in ParseInterPMotionInfoCabac() 536 pRefCount[1] = pSliceHeader->uiRefCount[1]; in ParseInterPMotionInfoCabac() 543 …arseRefIdxCabac (pCtx, pNeighAvail, pNonZeroCount, pRefIndex, 0, LIST_0, iPartIdx, pRefCount[0], 0, in ParseInterPMotionInfoCabac() 545 if ((iRef[0] < 0) || (iRef[0] >= pRefCount[0]) || (ppRefPic[iRef[0]] == NULL)) { //error ref_idx in ParseInterPMotionInfoCabac() 569 …arseRefIdxCabac (pCtx, pNeighAvail, pNonZeroCount, pRefIndex, 0, LIST_0, iPartIdx, pRefCount[0], 0, in ParseInterPMotionInfoCabac() 571 … if ((iRef[i] < 0) || (iRef[i] >= pRefCount[0]) || (ppRefPic[iRef[i]] == NULL)) { //error ref_idx in ParseInterPMotionInfoCabac() 599 …arseRefIdxCabac (pCtx, pNeighAvail, pNonZeroCount, pRefIndex, 0, LIST_0, iPartIdx, pRefCount[0], 0, in ParseInterPMotionInfoCabac() 601 … if ((iRef[i] < 0) || (iRef[i] >= pRefCount[0]) || (ppRefPic[iRef[i]] == NULL)) { //error ref_idx in ParseInterPMotionInfoCabac() 647 … (ParseRefIdxCabac (pCtx, pNeighAvail, pNonZeroCount, pRefIndex, 0, LIST_0, iIdx8, pRefCount[0], 1, in ParseInterPMotionInfoCabac() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unistr.cpp | 1871 u_atomic_int32_t *pRefCount = ((u_atomic_int32_t *)oldArray - 1); in cloneArrayIfNeeded() local 1872 if(umtx_atomic_dec(pRefCount) == 0) { in cloneArrayIfNeeded() 1877 uprv_free((void *)pRefCount); in cloneArrayIfNeeded() 1880 *pBufferToDelete = (int32_t *)pRefCount; in cloneArrayIfNeeded()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unistr.cpp | 1871 u_atomic_int32_t *pRefCount = ((u_atomic_int32_t *)oldArray - 1); in cloneArrayIfNeeded() local 1872 if(umtx_atomic_dec(pRefCount) == 0) { in cloneArrayIfNeeded() 1877 uprv_free((void *)pRefCount); in cloneArrayIfNeeded() 1880 *pBufferToDelete = (int32_t *)pRefCount; in cloneArrayIfNeeded()
|
/third_party/icu/icu4c/source/common/ |
D | unistr.cpp | 1871 u_atomic_int32_t *pRefCount = ((u_atomic_int32_t *)oldArray - 1); in cloneArrayIfNeeded() local 1872 if(umtx_atomic_dec(pRefCount) == 0) { in cloneArrayIfNeeded() 1877 uprv_free((void *)pRefCount); in cloneArrayIfNeeded() 1880 *pBufferToDelete = (int32_t *)pRefCount; in cloneArrayIfNeeded()
|
/third_party/node/deps/icu-small/source/common/ |
D | unistr.cpp | 1871 u_atomic_int32_t *pRefCount = ((u_atomic_int32_t *)oldArray - 1); in cloneArrayIfNeeded() local 1872 if(umtx_atomic_dec(pRefCount) == 0) { in cloneArrayIfNeeded() 1877 uprv_free((void *)pRefCount); in cloneArrayIfNeeded() 1880 *pBufferToDelete = (int32_t *)pRefCount; in cloneArrayIfNeeded()
|