HomeSort by relevance Sort by last modified time
    Searched refs:above (Results 76 - 100 of 2458) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymode.h 104 const MB_PREDICTION_MODE above = vp9_above_block_mode(mi, above_mi, block); local
106 return vp9_kf_y_mode_prob[above][left];
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decodemv.c 216 const vp8_prob * get_sub_mv_ref_prob(const int left, const int above)
219 int aez = (above == 0);
220 int lea = (left == above);
277 /* On top edge, get from MB above us */
320 refer back to us via "left" or "above". */
351 const MODE_INFO *above = mi - mis; local
353 const MODE_INFO *aboveleft = above - 1;
368 /* Process above */
369 if (above->mbmi.ref_frame != INTRA_FRAME)
371 if (above->mbmi.mv.as_int
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 216 const vp8_prob * get_sub_mv_ref_prob(const int left, const int above)
219 int aez = (above == 0);
220 int lea = (left == above);
277 /* On top edge, get from MB above us */
320 refer back to us via "left" or "above". */
351 const MODE_INFO *above = mi - mis; local
353 const MODE_INFO *aboveleft = above - 1;
368 /* Process above */
369 if (above->mbmi.ref_frame != INTRA_FRAME)
371 if (above->mbmi.mv.as_int
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.c 216 const vp8_prob * get_sub_mv_ref_prob(const int left, const int above)
219 int aez = (above == 0);
220 int lea = (left == above);
277 /* On top edge, get from MB above us */
320 refer back to us via "left" or "above". */
351 const MODE_INFO *above = mi - mis; local
353 const MODE_INFO *aboveleft = above - 1;
368 /* Process above */
369 if (above->mbmi.ref_frame != INTRA_FRAME)
371 if (above->mbmi.mv.as_int
    [all...]
  /external/chromium_org/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/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
  /external/chromium_org/v8/test/intl/date-format/
wellformed-unsupported-locale.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
  /external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
  /external/chromium_org/v8/test/intl/
utils.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
  /external/chromium_org/v8/test/message/
isvar.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
overwritten-builtins.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
paren_in_arg_string.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
single-function-literal.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/chromium_org/v8/test/message/regress/
regress-1527.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
  /external/chromium_org/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
apply-arguments-gc-safepoint.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
array-non-smi-length.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
array-push-non-smi-value.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

Completed in 308 milliseconds

1 2 34 5 6 7 8 91011>>