Home
last modified time | relevance | path

Searched refs:summer (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tests/
H A DRecordTest.cpp68 AreaSummer summer; in DEF_TEST() local
69 summer.apply(record); in DEF_TEST()
70 REPORTER_ASSERT(r, summer.area() == 100); in DEF_TEST()
77 summer.apply(record); in DEF_TEST()
78 REPORTER_ASSERT(r, summer.area() == 500); in DEF_TEST()
/third_party/ffmpeg/libavcodec/
H A Dimc.c467 int summer = 0; in bit_allocation() local
526 rres = summer - freebits; in bit_allocation()
530 summer = 0; in bit_allocation()
537 summer += chctx->bandWidthT[j] * cwlen; in bit_allocation()
545 if (freebits < summer) in bit_allocation()
552 summa = (float)(summer - freebits) / ((t1 + 1) * iacc) + summa; in bit_allocation()
560 if (freebits > summer) { in bit_allocation()
587 for (j = band_tab[found_indx]; j < band_tab[found_indx + 1] && (freebits > summer); j++) { in bit_allocation()
589 summer++; in bit_allocation()
592 } while (freebits > summer); in bit_allocation()
688 imc_adjust_bit_allocation(IMCContext *q, IMCChannel *chctx, int summer) imc_adjust_bit_allocation() argument
834 int summer; imc_refine_bit_allocation() local
[all...]
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]

Completed in 17 milliseconds