Searched refs:factor2 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddv.c181 uint32_t *factor1, *factor2; local
201 factor2 = &ctx->idct_factor[DV_PROFILE_IS_HD(d) ? 4096 : 2816];
214 *factor2++ = (dv100_qstep[s] << (c + 9)) * iweight2[i];
225 *factor2++ = (*factor1++) << 1;
H A Dadpcm.c1379 int factor2 = ff_adpcm_afc_coeffs[1][index]; local
1392 sampledat = ((prev1 * factor1 + prev2 * factor2) +
1444 int factor2 = table[ch][index * 2 + 1]; local
1458 + c->status[ch].sample2 * factor2) >> 11) + (sampledat << exp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddv.c200 uint32_t *factor1, *factor2; local
223 factor2 = &d->idct_factor[DV_PROFILE_IS_HD(d)?4096:2816];
236 *factor2++ = (dv100_qstep[s] << (c + 9)) * iweight2[i];
247 *factor2++ = (*factor1++) << 1;
H A Dadpcm.c1182 int factor2 = table[ch][index * 2 + 1]; local
1191 + prev[ch][1]*factor2) >> 11) + (sampledat << exp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp1506 int factor1, factor2; local
1508 factor2 = ratio(pFile2->uzSize, pFile2->uzCompressedSize);
1509 result = factor1 - factor2;

Completed in 205 milliseconds