Home
last modified time | relevance | path

Searched defs:neighbors (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_scan.h29 const int16_t *neighbors; member
35 static INLINE int get_coef_context(const int16_t *neighbors, in get_coef_context()
/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c360 static void find_neighboring_blocks(MODE_INFO *mi, EC_BLOCK *neighbors, in find_neighboring_blocks()
409 static void interpolate_mvs(MACROBLOCKD *mb, EC_BLOCK *neighbors, in interpolate_mvs()
464 EC_BLOCK neighbors[NUM_NEIGHBORS]; in vp8_interpolate_motion() local
/external/bcc/tools/
Ddeadlock_detector.py73 def neighbors(self, node): member in DiGraph
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c844 MV neighbors[4] = { { 0, -1 }, { -1, 0 }, { 1, 0 }, { 0, 1 } }; in vp8_hex_search() local
1642 MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; in vp8_refining_search_sad_c() local
1721 MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; in vp8_refining_search_sadx4() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c974 static const MV neighbors[4] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 } }; in calc_int_cost_list() local
1428 static const MV neighbors[4] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 } }; in vp9_pattern_search_sad() local
2464 const MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; in vp9_refining_search_sad_new() local
2546 const MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; in vp9_refining_search_sad() local
2620 const MV neighbors[8] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 }, in vp9_refining_search_8p_c() local
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse4.c634 const int16_t *const *neighbors, int top_weight, int bottom_weight, in av1_apply_temporal_filter_chroma_8()
808 const int16_t *const *neighbors; in av1_apply_temporal_filter_chroma() local
/external/libaom/libaom/av1/common/
Dentropymode.h66 const int16_t *neighbors; member
/external/libaom/libaom/av1/encoder/
Dmcomp.c920 const MV neighbors[8] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 }, in av1_refine_warped_mv() local
1027 static const MV neighbors[4] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 } }; in calc_int_cost_list() local
1071 static const MV neighbors[4] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 } }; in calc_int_sad_list() local
1927 const MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; in av1_refining_search_sad() local
2003 static const search_neighbors neighbors[8] = { in av1_refining_search_8p_c() local
2763 const MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; in obmc_refining_search_sad() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c851 LLVMValueRef neighbors[2][2][2]; /* [z][y][x] */ in lp_build_sample_fetch_image_linear() local
Dlp_bld_sample_soa.c1030 LLVMValueRef neighbors[2][2][4]; in lp_build_sample_image_linear() local