HomeSort by relevance Sort by last modified time
    Searched defs:quant (Results 1 - 11 of 11) sorted by null

  /external/libvorbis/vq/
vqgen.h 53 int quant; /* 0 < quant <= 16 */ member in struct:__anon10879
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
block.cpp 76 /* do residue transform quant invquant, invtrans and write output out */
87 int Qq, Rq, q_bits, qp_const, quant; local
141 /* quant */
156 quant = quant_coef[Rq][k];
159 lev = data * quant + qp_const;
163 lev = -data * quant + qp_const;
171 quant = dequant_coefres[Rq][k];
175 coef[idx] = (lev * quant) << Qq;
180 coef[idx] = (-lev * quant) << Qq;
359 /* performa dct, quant, iquant, idct for the entire MB *
372 int Rq, Qq, quant, q_bits, qp_const; local
733 int Qq, Rq, qp_const, q_bits, quant; local
1124 int q_bits, qp_const, quant; local
1212 int Qq, Rq, q_bits, qp_const, quant; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
block.h 35 short *quant; member in struct:block
42 /* Zbin Over Quant value */
  /external/speex/libspeex/
sb_celp.c 628 int quant = scal_quant(g, fold_quant_bound, 32); local
629 /*speex_warning_int("tata", quant);*/
630 if (quant<0)
631 quant=0;
632 if (quant>31)
633 quant=31;
634 speex_bits_pack(bits, quant, 5);
1029 int quant; local
1031 quant = speex_bits_unpack_unsigned(bits, 5);
1032 g= spx_exp(MULT16_16(QCONST16(.125f,11),(quant-10)))
    [all...]
nb_celp.c 591 int quant; local
595 quant = PSHR16(MULT16_16_16(15, ol_pitch_coef),GAIN_SHIFT);
597 quant = (int)floor(.5+15*ol_pitch_coef*GAIN_SCALING_1);
599 if (quant>15)
600 quant=15;
601 if (quant<0)
602 quant=0;
603 speex_bits_pack(bits, quant, 4);
604 ol_pitch_coef=MULT16_16_P15(QCONST16(0.066667,15),SHL16(quant,GAIN_SHIFT));
1264 int quant; local
    [all...]
  /external/expat/amiga/include/libraries/
expat.h 136 enum XML_Content_Quant quant; member in struct:XML_cp
  /external/expat/lib/
expat.h 117 /* If type == XML_CTYPE_EMPTY or XML_CTYPE_ANY, then quant will be
119 If type == XML_CTYPE_MIXED, then quant will be NONE or REP and
126 quant fields indicates any quantifiers placed on the name.
139 enum XML_Content_Quant quant; member in struct:XML_cp
    [all...]
xmlparse.c 207 enum XML_Content_Quant quant; member in struct:__anon8049
3781 enum XML_Content_Quant quant; local
    [all...]
  /external/libvorbis/lib/
psy.c 982 again, no energy adjustment for error in nonzero quant-- for now
1032 float **quant = alloca(ch*sizeof(*quant)); local
1051 quant[0] = alloca(ch*partition*sizeof(**quant));
1057 quant[i] = &quant[0][partition*i];
1082 quant[k][j] = raw[k][j] = mdct[k][i+j]*mdct[k][i+j];
1087 acc[track]=noise_normalize(p,limit,raw[k],quant[k],floor[k],NULL,acc[track],i,jn,iout);
1093 quant[k][j] = 0.f
    [all...]
  /external/libxml2/
xmlregexp.c 183 xmlRegQuantType quant; member in struct:_xmlRegAtom
504 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE)) {
793 ret->quant = XML_REGEXP_QUANT_ONCE;
845 ret->quant = atom->quant;
1091 xmlRegPrintQuantType(output, atom->quant);
1092 if (atom->quant == XML_REGEXP_QUANT_RANGE)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 2197 int quant; \/* quantization resolution to pulse positions *\/ member in struct:__anon20492
    [all...]

Completed in 330 milliseconds