HomeSort by relevance Sort by last modified time
    Searched defs:neighbors (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_scan.h 29 const int16_t *neighbors; member in struct:__anon29855
35 static INLINE int get_coef_context(const int16_t *neighbors,
37 return (1 + token_cache[neighbors[MAX_NEIGHBORS * c + 0]] +
38 token_cache[neighbors[MAX_NEIGHBORS * c + 1]]) >>
  /external/bcc/tools/
deadlock_detector.py 73 def neighbors(self, node): member in class:DiGraph
78 for node, neighbors in self.adjacency_map.items():
79 for neighbor in neighbors:
99 for _, neighbors in self.adjacency_map.items():
100 neighbors.discard(node)
105 for neighbor in self.neighbors(node):
130 for node, neighbors in self.adjacency_map.items():
131 for neighbor in neighbors:
165 v_nbrs = G.neighbors(v)
234 stack = [(startnode, list(subG.neighbors(startnode)))
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 355 * The neighbors are enumerated with the upper-left neighbor as the first
360 static void find_neighboring_blocks(MODE_INFO *mi, EC_BLOCK *neighbors,
367 if (mb_col > 0) assign_neighbor(&neighbors[i], mi - mi_stride - 1, 15);
371 assign_neighbor(&neighbors[i], mi - mi_stride, j);
376 if (mb_row > 0) assign_neighbor(&neighbors[i], mi - mi_stride + 1, 12);
379 for (j = 0; j <= 12; j += 4, ++i) assign_neighbor(&neighbors[i], mi + 1, j);
385 assign_neighbor(&neighbors[i], mi + mi_stride + 1, 0);
389 assign_neighbor(&neighbors[i], mi + mi_stride, j);
395 assign_neighbor(&neighbors[i], mi + mi_stride - 1, 4);
399 assign_neighbor(&neighbors[i], mi - 1, j)
464 EC_BLOCK neighbors[NUM_NEIGHBORS]; local
    [all...]
  /external/libaom/libaom/av1/common/
entropymode.h 66 const int16_t *neighbors; member in struct:__anon26491
203 // along with the 'color_order' of neighbors and the 'color_idx'.
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 844 MV neighbors[4] = { { 0, -1 }, { -1, 0 }, { 1, 0 }, { 0, 1 } }; local
976 /* check 4 1-away neighbors */
984 this_mv.as_mv.row = br + neighbors[i].row;
985 this_mv.as_mv.col = bc + neighbors[i].col;
993 this_mv.as_mv.row = br + neighbors[i].row;
994 this_mv.as_mv.col = bc + neighbors[i].col;
1006 br += neighbors[best_site].row;
1007 bc += neighbors[best_site].col;
1642 MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; local
1721 MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; local
    [all...]
  /external/libaom/libaom/av1/encoder/x86/
temporal_filter_sse4.c 634 const int16_t *const *neighbors, int top_weight, int bottom_weight,
652 mul = _mm_loadu_si128((const __m128i *)neighbors[0]);
697 mul = _mm_loadu_si128((const __m128i *)neighbors[1]);
759 mul = _mm_loadu_si128((const __m128i *)neighbors[0]);
808 const int16_t *const *neighbors; local
817 neighbors = CHROMA_DOUBLE_SS_SINGLE_COLUMN_NEIGHBORS;
819 neighbors = CHROMA_SINGLE_SS_SINGLE_COLUMN_NEIGHBORS;
829 y_dist + blk_col, u_dist + uv_blk_col, v_dist + uv_blk_col, neighbors,
838 y_dist + blk_col, u_dist + uv_blk_col, v_dist + uv_blk_col, neighbors,
847 neighbors = CHROMA_DOUBLE_SS_LEFT_COLUMN_NEIGHBORS
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 851 LLVMValueRef neighbors[2][2][2]; \/* [z][y][x] *\/ local
    [all...]
lp_bld_sample_soa.c 1030 LLVMValueRef neighbors[2][2][4]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 974 static const MV neighbors[4] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 } }; local
1428 static const MV neighbors[4] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 } }; local
2464 const MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; local
2546 const MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; local
2620 const MV neighbors[8] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 }, local
    [all...]
  /external/libaom/libaom/av1/encoder/
mcomp.c 920 const MV neighbors[8] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 }, local
1027 static const MV neighbors[4] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 } }; local
1071 static const MV neighbors[4] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 } }; local
1927 const MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; local
2003 static const search_neighbors neighbors[8] = { local
2763 const MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; local
    [all...]
  /external/kotlinc/lib/
kotlin-reflect.jar 
  /external/cldr/tools/java/libs/
guava.jar 

Completed in 1316 milliseconds