Home
last modified time | relevance | path

Searched refs:iacc (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dimc.c466 int iacc = 0; in bit_allocation() local
514 iacc += chctx->bandWidthT[i]; in bit_allocation()
518 if (!iacc) in bit_allocation()
522 summa = (summa * 0.5 - freebits) / iacc; in bit_allocation()
531 iacc = 0; in bit_allocation()
540 iacc += chctx->bandWidthT[j]; in bit_allocation()
552 summa = (float)(summer - freebits) / ((t1 + 1) * iacc) + summa; in bit_allocation()
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp4917 Int ilhs, irhs, iacc; /* item counts in the arrays */ in decMultiplyOp() local
4990 iacc=ilhs+irhs; in decMultiplyOp()
5005 /* units. Therefore iacc extra bytes are needed at the front */ in decMultiplyOp()
5012 U_ASSERT((uint32_t)iacc <= INT32_MAX/sizeof(uLong)); in decMultiplyOp()
5013 needbytes=iacc*sizeof(uLong); in decMultiplyOp()
5015 zoff=(iacc+7)/8; /* items to offset by */ in decMultiplyOp()
5043 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0; in decMultiplyOp()
5072 for (lp=zacc; lp<zacc+iacc; lp++) { in decMultiplyOp()
5097 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) { in decMultiplyOp()
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp4917 Int ilhs, irhs, iacc; /* item counts in the arrays */ in decMultiplyOp() local
4990 iacc=ilhs+irhs; in decMultiplyOp()
5005 /* units. Therefore iacc extra bytes are needed at the front */ in decMultiplyOp()
5012 U_ASSERT((uint32_t)iacc <= INT32_MAX/sizeof(uLong)); in decMultiplyOp()
5013 needbytes=iacc*sizeof(uLong); in decMultiplyOp()
5015 zoff=(iacc+7)/8; /* items to offset by */ in decMultiplyOp()
5043 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0; in decMultiplyOp()
5072 for (lp=zacc; lp<zacc+iacc; lp++) { in decMultiplyOp()
5097 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) { in decMultiplyOp()
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp4917 Int ilhs, irhs, iacc; /* item counts in the arrays */ in decMultiplyOp() local
4990 iacc=ilhs+irhs; in decMultiplyOp()
5005 /* units. Therefore iacc extra bytes are needed at the front */ in decMultiplyOp()
5012 U_ASSERT((uint32_t)iacc <= INT32_MAX/sizeof(uLong)); in decMultiplyOp()
5013 needbytes=iacc*sizeof(uLong); in decMultiplyOp()
5015 zoff=(iacc+7)/8; /* items to offset by */ in decMultiplyOp()
5043 for (lp=zacc; lp<zacc+iacc; lp++) *lp=0; in decMultiplyOp()
5072 for (lp=zacc; lp<zacc+iacc; lp++) { in decMultiplyOp()
5097 for (lp=zacc, up=acc; lp<zacc+iacc; lp++) { in decMultiplyOp()

Completed in 42 milliseconds