HomeSort by relevance Sort by last modified time
    Searched full:neighbor (Results 101 - 125 of 252) sorted by null

1 2 3 45 6 7 8 91011

  /external/libvorbis/doc/
09-helper.tex 81 \subsubsection{low_neighbor} \label{vorbis:spec:low:neighbor}
88 \subsubsection{high_neighbor} \label{vorbis:spec:high:neighbor}
  /external/libhevc/decoder/
ihevcd_get_mv.c 254 /* Updating the initial neighbor pu idx map */
288 /* Neighbor location: Graphical indication */
441 /* Neighbor availability inside CTB */
443 /* Used for neighbor availability in intra pred */
459 /* Neighbor PU idx update inside CTB */
ihevcd_mv_pred.c 91 * Neighbor PU reference pic poc
152 * Neighbor PU reference pic poc
318 * MV predictor list is computed using neighbor mvs and colocated mv
336 * Neighbor availability flags container
386 /* Neighbor location: Graphical indication */
ihevcd_sao.c     [all...]
ihevcd_intra_pred_mode_prediction.c 101 * not available or if the pred mode of neighbor is not MODE_INTRA,
ihevcd_iquant_itrans_recon_ctb.c 550 /* 1st bit points to neighbor (left/top_left/bot_left) */
    [all...]
  /external/deqp/doc/testspecs/GLES2/
functional.texture.teximage.txt 52 resulting images are compared against the reference. Nearest-neighbor -filtering
  /external/deqp/doc/testspecs/GLES3/
functional.texture.mipmap.txt 52 a 3x3 neighbor around the pixel.
functional.texture.format.txt 39 - Nearest-neighbor filtering
  /external/iproute2/man/man8/
ip.8 148 - manage the neighbor cache's operation.
  /external/oprofile/opjitconv/
opjitconv.h 82 struct list_head neighbor; member in struct:pathname
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_hal.h 72 #define WIFI_FEATURE_NAN 0x0040 // Neighbor Awareness Networking
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java 44 * Predefined approximate pattern set (QWERTY neighbor keys).
46 * This pattern includes the rules for ambiguous searching neighbor keys on QWERTY keyboard.
52 * Predefined approximate pattern set (QWERTY neighbor keys/capital letters).
54 * This pattern includes the rules for ambiguous searching capital letters of neighbor keys on QWERTY keyboard.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc 255 {"nieghbor", "neighbor"},
256 {"nieghbour", "neighbor"},
  /external/libhevc/common/
ihevc_intra_pred_filters.c 112 * WORD32 neighbor availability flags
142 /* Neighbor Flag Structure*/
226 /* Neighbor Flag Structure*/
231 /* If no neighbor flags are present, fill the neighbor samples with DC value */
438 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */
545 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */
    [all...]
ihevc_chroma_intra_pred_filters.c 118 * WORD32 neighbor availability flags
153 /* Neighbor Flag Structure*/
159 /* If no neighbor flags are present, fill the neighbor samples with DC value */
328 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */
395 /* To Obtain the next unavailable idx flag after reverse neighbor substitution */
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 24 * + nearest-neighbor filtering
177 // Setup nearest neighbor filtering and clamp-to-edge.
346 // Setup nearest neighbor filtering and clamp-to-edge.
465 // Setup nearest neighbor filtering and clamp-to-edge.
580 // Setup nearest neighbor filtering and clamp-to-edge.
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.c 385 wpa_printf(MSG_DEBUG, "WNM: Too short neighbor "
446 wpa_printf(MSG_DEBUG, "WNM: Too short neighbor report");
468 "WNM: Truncated neighbor report subelement");
576 /* Compare the Neighbor Report and scan results */
699 wpa_printf(MSG_DEBUG, "WNM: Neighbor report tag %u",
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 291 * When overlapping with neighbor, split difference and push label.
318 // when offsetting label, neighbor probably needs to offset too
443 // ignore event when closer to a neighbor
444 for (ChartSweepView neighbor : mNeighbors) {
445 if (isTouchCloserTo(eventInParent, neighbor)) {
  /external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
life.c 268 * Do neighbor summation; apply rules, output pixel color. Note that a 1 cell
316 /* Sum the jittered sources to construct neighbor count. */
383 /* Sum the jittered sources to construct neighbor count. */
  /external/opencv/cv/src/
_cvkdtree.hpp 56 // J.S. Beis and D.G. Lowe. Shape indexing using approximate nearest-neighbor search in highdimensional spaces. In Proc. IEEE Conf. Comp. Vision Patt. Recog., pages 1000--1006, 1997. http://citeseer.ist.psu.edu/beis97shape.html
302 const __valuetype *p; // nearest neighbor
362 // called per candidate nearest neighbor; constructs new bbf_nn for
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.h 120 // These are convenience methods which are smart about whether the position is neighbor anchored or parent anchored
263 // positionBeforeNode and positionAfterNode return neighbor-anchored positions, construction is O(1)
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 3076 Event neighbor = mSelectedEvents.get(jj); local
3311 Event neighbor = mSelectedEvents.get(jj); local
    [all...]
  /external/chromium_org/skia/ext/
image_operations.h 62 // the destination pixel. For enlargement, this is nearest neighbor.
  /external/jpeg/
jcsample.c 43 * eight neighbors. P's weight is 1-8*SF and each neighbor's weight is SF,
313 * output. The four corner-adjacent neighbor pixels contribute a fraction
350 /* sum of edge-neighbor pixels */
409 /* Each of the eight neighbor pixels contributes a fraction SF to the

Completed in 427 milliseconds

1 2 3 45 6 7 8 91011