HomeSort by relevance Sort by last modified time
    Searched refs:qp (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_transform.h 49 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap);
50 void h264bsdProcessLumaDc(i32 *data, u32 qp);
51 void h264bsdProcessChromaDc(i32 *data, u32 qp);
h264bsd_transform.c 58 /* qp % 6 as a function of qp */
62 /* qp / 6 as a function of qp */
80 qp quantization parameter
94 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap)
107 qpDiv = qpDiv6[qp];
108 tmp1 = levelScale[qpMod6[qp]][0] << qpDiv;
109 tmp2 = levelScale[qpMod6[qp]][1] << qpDiv;
110 tmp3 = levelScale[qpMod6[qp]][2] << qpDiv
    [all...]
h264bsd_deblocking.c 1390 u32 qpAv, qp, qpTmp; local
1470 u32 qpAv, qp, qpTmp; local
2186 u32 qpAv, qp, qpTmp; local
2317 u32 qpAv, qp, qpTmp; local
    [all...]
  /external/srec/portable/src/
pmalloc.c 476 register _Cell *qp = _Aldata._Head; local
483 while ((nextCell = qp->_Next) != 0
485 qp = qp->_Next;
486 savedQp = qp;
494 qp = firstFreeInBin;
495 while ((nextCell = qp->_Next) != 0
498 qp = qp->_Next;
504 qp = NULL; /* for diagnostics *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 96 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 96 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 96 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6venc.h 64 unsigned int qp; member in struct:q6_encode_param
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6venc.h 64 unsigned int qp; member in struct:q6_encode_param
  /ndk/sources/host-tools/make-3.81/
commands.c 146 char *qp;
211 qp = qmark_value;
244 bcopy (c, qp, len);
245 qp += len;
246 *qp++ = FILE_LIST_SEPARATOR;
256 qp[qp > qmark_value ? -1 : 0] = '\0';
145 char *qp; local
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant_inline.h 99 __inline int32 aan_dc_scale(int32 coeff, int32 QP)
102 if (coeff < 0) coeff += (QP >> 1);
103 else coeff -= (QP >> 1);
124 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
131 stepsize *= QP;
243 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
250 smulbb stepsize, stepsize, QP
340 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
347 mul stepsize, stepsize, QP
379 __inline int32 aan_dc_scale(int32 coeff, int32 QP)
435 register int32 qp = QPdiv2; local
488 register int32 qp = QPx2; local
542 register int32 qp = QP; local
573 register int32 qp = QP; local
    [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 1120 char qbuf[MAXDNAME + 1], *qp, *ep; local
1143 qp = qbuf;
1146 advance = snprintf(qp, (size_t)(ep - qp), "%x.%x.",
1149 if (advance > 0 && qp + advance < ep)
1150 qp += advance;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 29 double QP2Qstep(int QP);
173 int qp; local
246 /*compute the initial QP*/
270 qp = 35;
272 qp = 25;
274 qp = 20;
276 qp = 15;
277 rateCtrl->initQP = qp;
371 /* collect the necessary data: target bits, actual bits, mad and QP */
373 pMP->QP = video->QPy
    [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 710 mp_int qp; local
712 if((res = mp_init_copy(&qp, a)) != MP_OKAY)
715 res = s_mp_div_d(&qp, d, &rem);
716 if(s_mp_cmp_d(&qp, 0) == 0)
717 SIGN(&qp) = MP_ZPOS;
719 mp_clear(&qp);
3217 mp_digit *dp = DIGITS(mp), *qp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon17914
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon17958
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 596 OMX_S32 qp; /* quantization parameter*/ member in struct:__anon18002
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h     [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 78 |s??9Y???<;~J????!??Ky??bX? ?7??;?#?<4FS??????'??L???-?!???+?? <E~N???????b? ?J?]ZC?9y???p<Ft? OO0?>?V??H???IR?z?`?<AS?P<FR?1G??g)Z ?o?;r b??M???z???<;$??? w+?P?r%?????????????<~0?`???s??R??@?fc$?,N??Y?$?<x0?a?h%?+??C??=?k_?^E?U?V?<~ZFf=xA?????*?N?J?? ?4F'???<x2?g????[?> ??w?&??C??[?<{s6g????{(??Z?1??W?X~m?????<"/?mu?????jR??i6f|?{T?b??E?<yl>{5?p?Y???*???b1????#?<:Z?~???c?;?~=?c????foP???Y? <;lF?S??.?9S??? ?m??M?#?l??<<^?*????lp$x_H?8??Cn??J?P<;mG?`!??K?eu? ????g?MNX)?Ip?<5???P??K?S??LUA?48-????< 9$E?zA?c?nw???[???v??????<(*???A?-j(D?U?J???j???d??<D9$'?\??N'_&=%??=+p??2?????<5???E?|?8???3?"???C?o??G@<?9m/????\???r???d? ?j???MP<??????`???:?a?'??I:?!???QP<1w???A??F????[B ??` ?4K?<A??$???#??1P???$?O'5???<?t?? 8??VE?e CLNT?y?=? Y???@<?J ?i???K?&?8? ?`jR?x?a`&???@<4?W\???L??F"n?=H$?1mST?T<"M(????3???K??s???/s???p< 6 ?%???????vp?,|????+T??<.>1??I??? ???]l ??9??< 2?xZ?????YwJ??u?&?! ?T??<9?;T`Z????????Q??4I#?? ???<?????c?????-?G"?U??[???i.?<@)??*?o6*?Q????c??V)?4@???p<&?i)?z??vs???i??"????Y@??<#g1@?.G?+H*??sm??A?$]?? `D??<$?`5\d?HE?3??T}v4J???C? <-?Gq?
116 .x??sHW??L?0<6?-F?h?#?C?#.?o;c?$?M????0 <*2].6?r???????V??B=???<,?&?????u?;KO????c??>??=??<?W/????L(=_}1?? = 7?4Q??;?<)?}|? A?>kJc?t???5?^?9???H?< ???î?????pbr~??0??P?.?B ??<0?d???)??i+z?z`HqFlL?#???2??<(?/6??w`H??=??q??w??:;???<0?i?I? a?*????K(zB?KN?vC?~?P<f]u?M'!??U?r?QP?c???Wz?m?i?<P&??Es???>???????wTQ???L??&P<?dsU+???V?dy?`? !??|,?????P<;?? {?e?;?QH?F?) ?6E?L`<!m&?!????????pt?I??0??H???<"aFa?????i?????? ?kStl?^ <.o}a?"g?H
321 ??"????<?[?<??/C??T`??7?i????X? ??DIf<4?x?\???_??bp?%?h??yJ3??B?<?o?J~"? J???g ?~e??d F???_?<x????????h?"K?Z}?T????????<B{?&???Y?7?S?V??A??@? ?V????@<RL??8Iw??pP??'??3\U0L??qp<B|?H?c?Z?P?&( ?"?]?T2f??????<RJ?/?-[?????)?? ?p?B??\???<Nl? l??U?hBVwd ^1%???<?4 <TB'?k,0??<???A~?:?????H???<H_????Iw???6??r
394 ???<?lv??????Z?q??No\q?Qt?2l??,?<?d'???????#!??z??=:64?????<?[]???????+9[4??E&???{??&???<D?W'????\?+?[???!??|GYF?c:??<?YZ3?| ??8???[???Jlm??,??"d>@<??gI?P????3h?A?????0pa??<Rdi%[LC??":'C3??f w?(?? ?v?<Li1?(?? *?m?'?????,??=[?@?z?<Xy?O?4 !?.?.??B???T????<NS?k??3????Y?]??-by????U-?@<RT^???T?????#G I ?|? }?? <Rli?? zD?,@C?%?Ke(?Y?Ij??Qp<?b(???g ??Bu2???????M???<?~ ?m???[1??&?OJ?u?i???^p<Pp'O?????,8????1I?r???R'???<????l??-Z????o?????D?C?>?p<??W?N ~M])0i??-?? ??|A`?? <?b?~mL#??[(W??G_L>??;?|?G?9 ?<Tm?V?y?D?d?g%?/?X??????a}B?<R\~Oh????D>??:4E??=?Km.?h??<TT^~??c?L?? ?$eV?? )??j?A ?<Td.???s+??W?k???[ ??x?Xz?!@<TU?>?0?h?ku%???r?*?=,??N <RC??K w??}'R&WY??Yn??P'?0<?C?/????Z??"???d?:??~?@<Rgm??M??(?rD???K??1?f?mM?<H_?2~? ??+?'??3?9&iMk??? c??!p<Rqi????,7"ù71??£N?????@<
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/mdnsresponder/mDNSCore/
mDNS.c 8544 DNSQuestion **qp = &m->Questions; local
    [all...]

Completed in 1042 milliseconds

1 2