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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vp8/common/
findnearmv.c 67 const MODE_INFO *above = here - xd->mode_info_stride; local
69 const MODE_INFO *aboveleft = above - 1;
79 /* Process above */
80 if (above->mbmi.ref_frame != INTRA_FRAME)
82 if (above->mbmi.mv.as_int)
84 (++mv)->as_int = above->mbmi.mv.as_int;
85 mv_bias(above, refframe, mv, ref_frame_sign_bias);
114 /* Process above left */
139 /* See if above-left MV can be merged with NEAREST */
144 cnt[CNT_SPLITMV] = ((above->mbmi.mode == SPLITMV
    [all...]
  /external/v8/samples/
count-hosts.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
  /external/v8/test/message/
overwritten-builtins.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
try-catch-finally-no-message.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
try-catch-finally-return-in-finally.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
try-finally-return-in-finally.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
arguments-indirect.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
ascii-regexp-subject.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
binary-operation-overwrite.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
bitwise-operations-undefined.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
body-not-visible.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
call-non-function-call.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
closure.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
context-variable-assignments.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
delete-global-properties.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
delete-in-with.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
dont-enum-array-holes.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
error-constructors.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
  /external/v8/test/mjsunit/bugs/
bug-900066.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
  /external/v8/test/mjsunit/compiler/
function-call.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
jsnatives.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
loops.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
property-simple.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
simple-binary-op.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above

Completed in 250 milliseconds

1 2 3 4 5 6 7 8 91011>>