HomeSort by relevance Sort by last modified time
    Searched refs:nU (Results 1 - 8 of 8) sorted by null

  /device/generic/goldfish/camera/
Converters.cpp 41 const uint8_t nU = *U;
43 *rgb = YUVToRGB565(*Y, nU, nV);
45 *rgb = YUVToRGB565(*Y, nU, nV);
71 const uint8_t nU = *U;
73 *rgb = YUVToRGB32(*Y, nU, nV);
75 *rgb = YUVToRGB32(*Y, nU, nV);
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 61 int nY, nU, nV;
85 nU = *(pUV + (i/2) * width + bytes_per_pixel * (j/2) + 1);
89 nU -= 128;
95 // nR = (int)(1.164 * nY + 2.018 * nU);
96 // nG = (int)(1.164 * nY - 0.813 * nV - 0.391 * nU);
99 nB = (int)(1192 * nY + 2066 * nU);
100 nG = (int)(1192 * nY - 833 * nV - 400 * nU);
  /external/svox/pico/lib/
picosig2.h 120 picoos_int16 ivalue18; /*reserved for nU (size of LocU)*/
190 #define nU ivalue18
picosig2.c 449 sig_inObj->nV = sig_inObj->nU = 0;
858 if ((sig_inObj->nU == 0) && (sig_inObj->voiced_p == 1)) {
871 for (nI = 0; nI < sig_inObj->nU; nI++) {
902 for (nI = 0; nI < sig_inObj->nU; nI++) {
923 for (nI = 0; nI < sig_inObj->nU; nI++) {
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 166 ?WÏ??3Y?0 ?????q?Z?? ? ?8??9?I???uR3? l??? ????????????????(Hx?|??^??^??S?(c?{+i&?????c?fE??-???U0???rH?7?x?V?5Xr_ >?|??{?????%Y -o???<??????H??????O?I??xm??O???????8l??-sG?????2???4x@`?V??'???C??;7n?????G???? ?Y???"`f?5{0??2??}??????z?hmi???????a`??Bdfr Nu??V?!?^?k?s8?O??yR????fA?i????& I???&Hw:?)???9?V%vw??? ????v?o?~g?79?1??1?????Pr??????m(&?|?)?????^???U?`??:/t?P?"?8??g????;v??" 2r]N|?D??X?;?q??p?c?5??*?<????2 ??^_?9?>????i ????????A?A?
388 \?U???1<?6?4????iM??F????\34????2g!?????^46??W *o?L???????jpf^?0R ??T??3??+?^i4????y??&??j?s???y??u?oO?nU<?Au?v??S\?|:?h? B???wg??????rG?-?C?6IXz??o1?H}??e)????,????;v????????,u?=????>44??o?????c%h??'??f??fU???r8>????4?MM?kPt?5???4`V???,?uLG?f@jX????DvK?,??^???
550 ?;I?.k*?)j?+??R%????ay??]? ?c???f>?L{?'=K?c;@???–g??I$????V?&? ??2?*-?Pk\??6[vQ?????????C???*jZc??j???????)z ??)? ?? ??#'U??A????5?+?_?|?0??>?b????????nU?????'}x???n?&V2????-??Wx(?
    [all...]

Completed in 2254 milliseconds