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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_inter_prediction.c 514 tmpMv2 = (u32*)(&a[1].mv); /* i.e. a[0].mv.hor == 0 && a[0].mv.ver == 0 */
520 mv.hor = mv.ver = 0;
533 mv.hor += mvPred.hor;
537 if ((u32)(i32)(mv.hor+8192) >= (16384))
609 mv.hor += mvPred.hor;
613 if ((u32)(i32)(mv.hor+8192) >= (16384))
649 mv.hor += mvPred.hor;
    [all...]
h264bsd_conceal.c 260 u32 hor, ver; local
337 hor = ver = 0;
347 hor++;
360 hor++;
409 if (!hor && L && R)
411 else if (hor)
412 firstPhase[1] >>= (3+hor);
465 hor = ver = 0;
474 hor++;
486 hor++
    [all...]
h264bsd_macroblock_layer.h 119 i16 hor; member in struct:__anon31676
h264bsd_deblocking.c 338 mv1 = mb1->mv[ind1].hor;
339 mv2 = mb1->mv[ind2].hor;
370 tmp1 = mb1->mv[ind1].hor;
371 tmp2 = mb1->mv[ind2].hor;
403 (ABS(mb1->mv[ind1].hor - mb2->mv[ind2].hor) >= 4) ||
437 else if ((ABS(mb1->mv[0].hor - mb2->mv[10].hor) >= 4) ||
449 else if ((ABS(mb1->mv[1].hor - mb2->mv[11].hor) >= 4) |
    [all...]
h264bsd_reconstruct.c 441 xInt = (xAL >> 1) + (mv->hor >> 3);
443 xFrac = mv->hor & 0x7;
    [all...]
h264bsd_macroblock_layer.c 388 pMbPred->mvdL0[j].hor = (i16)itmp;
485 pSubMbPred->mvdL0[i][j].hor = (i16)itmp;
    [all...]
  /hardware/samsung_slsi/exynos5/include/
s5p_tvout_v4l2.h 185 enum s5ptvfb_hor_scaling_t hor; member in struct:s5ptvfb_user_scaling
  /external/chromium_org/third_party/icu/source/test/intltest/
astrotst.cpp 166 CalendarAstronomer::Horizon hor; local
186 logln((UnicodeString)" horiz: " + (anAstro->eclipticToHorizon(hor, eclLong)).toString());
  /external/icu4c/test/intltest/
astrotst.cpp 166 CalendarAstronomer::Horizon hor; local
186 logln((UnicodeString)" horiz: " + (anAstro->eclipticToHorizon(hor, eclLong)).toString());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 1030 int box(chtype vert=0, chtype hor=0) {
1031 return ::wborder(w, vert, vert, hor, hor, 0, 0, 0, 0); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1030 int box(chtype vert=0, chtype hor=0) {
1031 return ::wborder(w, vert, vert, hor, hor, 0, 0, 0, 0); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 1030 int box(chtype vert=0, chtype hor=0) {
1031 return ::wborder(w, vert, vert, hor, hor, 0, 0, 0, 0); }
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 156 insideEl.scrollHorEl.className = 'scrollbar hor';

Completed in 1314 milliseconds