Searched defs:coef (Results 1 - 6 of 6) sorted by path

/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_CalcCoef.c109 LVM_INT16 coef; local
138 * CosErr += coef(n) * t0^n For n = 0 to 4
146 coef = LVEQNB_DPCosCoef[i]; /* Get the nth coefficient */
147 CosErr += (factor * coef) >> 5; /* The nth partial sum */
240 LVM_INT16 coef; local
269 * Cos += coef(n) * t0^n For n = 0 to 6
277 coef = LVEQNB_CosCoef[i]; /* Get the nth coefficient */
278 COS_T0 += (factor * coef) >> 5; /* The nth partial sum */
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Control.c484 LVM_INT16 coef; local
516 * Cos += coef(n) * t0^n For n = 0 to 6
524 coef = LVPSA_CosCoef[i]; /* Get the nth coefficient */
525 COS_T0 += (factor * coef) >> 5; /* The nth partial sum */
607 LVM_INT16 coef; local
638 * CosErr += coef(n) * t0^n For n = 0 to 4
646 coef = LVPSA_DPCosCoef[i]; /* Get the nth coefficient */
647 CosErr += (factor * coef) >> 5; /* The nth partial sum */
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dtns.h105 Word16 coef[TRANS_FAC*TNS_MAX_ORDER_SHORT]; member in struct:__anon558
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Daz_lsp.cpp388 Word16 *coef;
436 coef = f1;
439 ylow = Chebps (xlow, coef, NC);
449 ylow = Chebps (xlow, coef, NC);
460 ymid = Chebps (xmid, coef, NC);
512 coef = f2;
517 coef = f1;
519 ylow = Chebps (xlow, coef, NC);
582 Word16 *coef; local
630 coef
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Daz_isp.c69 Word16 *coef; local
110 coef = f1;
113 ylow = Chebps2(xlow, coef, order);
121 ylow = Chebps2(xlow, coef, order);
128 ymid = Chebps2(xmid, coef, order);
170 coef = f2;
175 coef = f1;
178 ylow = Chebps2(xlow, coef, order);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dblock.cpp82 int16 *coef = video->block; local
91 coef += ((blkidx & 0x3) << 2) + ((blkidx >> 2) << 6); /* point to the 4x4 block */
109 coef[0] = r0 + r1;
110 coef[2] = r0 - r1;
111 coef[1] = (r3 << 1) + r2;
112 coef[3] = r3 - (r2 << 1);
114 coef += 16;
120 coef -= 64;
125 r0 = coef[0] + coef[4
262 int16 *coef, *coef8 = video->block; local
366 int16 *coef = video->block; local
729 int16 *coef = video->block + 256; local
[all...]

Completed in 98 milliseconds