HomeSort by relevance Sort by last modified time
    Searched full:residue (Results 1 - 25 of 38) sorted by null

1 2

  /external/dropbear/libtommath/
bn_mp_jacobi.c 25 mp_digit residue; local
67 residue = p->dp[0] & 7;
69 if (residue == 1 || residue == 7) {
71 } else if (residue == 3 || residue == 5) {
bn_mp_prime_is_divisible.c 37 /* is the residue zero? */
bn_mp_prime_next_prime.c 111 /* y == 1 if any residue was zero [e.g. cannot be prime] */
117 /* compute the new residue without using division */
119 /* add the step to each residue */
bn_mp_montgomery_reduce.c 100 * residue is unchanged.
tommath.out 91 \BOOKMARK [2][-]{subsection.6.2.4}{Trimming the Residue}{section.6.2}
  /external/tremolo/Tremolo/
codec_internal.h 129 /* Residue backend generic *****************************************/
136 /* block-partitioned VQ coded straight residue */
167 char residue; member in struct:submap
200 different residue backends, etc. Each mode consists of a
mapping0.c 114 info->submaplist[i].residue=(char)oggpack_read(opb,8);
115 if(info->submaplist[i].residue>=ci->residues)goto err_out;
178 /* recover the residue into our working vectors */
191 res_inverse(vd,ci->residue_param+info->submaplist[i].residue,
227 //_analysis_output("residue",seq+j,vb->pcm[j],-8,n/2,0,0);
res012.c 34 function: residue backend 0, 1 and 2 implementation
treminfo.c 274 /* residue backend settings */
  /external/qemu/hw/
usb-msd.c 44 uint32_t residue; member in struct:__anon6498
66 uint32_t residue; member in struct:usb_msd_csw
166 csw.residue = s->residue;
182 s->residue = s->data_len;
393 s->residue = 0;
397 if (s->residue == 0) {
417 if (s->residue && s->usb_len) {
475 if (s->residue && s->usb_len) {
  /external/icu4c/i18n/
decNumber.c 146 /* residue (in the range -1 through 9). This avoids any double- */
512 Int residue; /* rounding residue */ local
1444 Int residue=0; \/* (no residue) *\/ local
1967 Int residue=0; \/* rounding residue *\/ local
2324 Int residue=0; \/* as usual *\/ local
2621 Int residue; \/* work *\/ local
2809 Int residue=0; \/* rounding residue *\/ local
3813 Int residue; \/* rounding accumulator *\/ local
4248 Int residue; \/* for rounding *\/ local
4842 Int residue=0; \/* rounding residue *\/ local
5232 Int residue; \/* rounding residue *\/ local
5591 Int residue; \/* rounding residue *\/ local
5841 Int residue=0; \/* rounding residue *\/ local
6113 Int residue=0; \/* rounding accumulator *\/ local
6811 Int residue=0; \/* rounding accumulator *\/ local
    [all...]
  /bionic/libm/man/
remainder.3 43 .Nd minimal residue functions
math.3 117 .Ss Residue and Rounding Functions
  /external/kernel-headers/original/asm-arm/
dma.h 125 /* Get DMA residue count. After a DMA transfer, this
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 39 This function perform residue calculation, transform, quantize, inverse quantize,
40 inverse transform and residue compensation on a 4x4 block.
61 This function perform residue calculation, transform, quantize, inverse quantize,
62 inverse transform and residue compensation on a macroblock.
71 This function perform residue calculation, transform, quantize, inverse quantize,
72 inverse transform and residue compensation for chroma components of an MB.
    [all...]
block.cpp 32 /* calculate the residue first */
76 /* do residue transform quant invquant, invtrans and write output out */
98 /* calculate the residue first */
380 /* calculate the residue first */
758 /* calculate the residue first */
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
matlab.php 125 'reset','reshape','residue','rgb2hsv','rgbplot','ribbon','rmfield',
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
slice.cpp 114 /* perform Intra/Inter prediction and residue */
235 /* decode residue and inverse transform */
263 /* do Intra/Inter prediction, together with the residue compensation */
avcdec_lib.h 110 \param "residue" "Pointer to the current partition for the residue block."
  /external/strace/
util.c 644 n = addr - (addr & -sizeof(long)); /* residue */
645 addr &= -sizeof(long); /* residue */
690 n = addr - (addr & -sizeof(long)); /* residue */
691 addr &= -sizeof(long); /* residue */
795 n = addr - (addr & -sizeof(long)); /* residue */
796 addr &= -sizeof(long); /* residue */
886 n = addr - (addr & -sizeof(long)); /* residue */
    [all...]
  /external/kernel-headers/original/asm-x86/
dma_32.h 262 /* Get DMA residue count. After a DMA transfer, this
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.cpp 27 /* Purpose : Perform residue calc (only zero MV), DCT, H263 Quant/Dequant,*/
256 /* Purpose : Perform residue calc (only zero MV), DCT, MPEG Quant/Dequant,*/
motion_comp.cpp 196 Purpose: Get predicted area for luminance and compensate with the residue.
235 Purpose: Get predicted area for luminance and compensate with the residue.
288 Purpose: Get predicted area for chrominance and compensate with the residue.
344 Purpose: Get predicted area (block) and compensate with the residue.
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
ToneDownBGSupp.c 182 *meanBGGrayLevelA = *meanBGGrayLevelA + ( sumL << 16 ) / ctrL; /* add residue */
303 *meanBGGrayLevelA = *meanBGGrayLevelA + ( sumL << 16 ) / ctrL; /* add residue */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 117 video->mblock->pred_block, no adding with residue */
242 /* some blocks have no residue or INTER4V */

Completed in 295 milliseconds

1 2