/external/libvpx/libvpx/vp9/common/ |
D | vp9_scan.h | 29 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/ |
D | error_concealment.c | 360 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/ |
D | deadlock_detector.py | 73 def neighbors(self, node): member in DiGraph
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 844 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/ |
D | vp9_mcomp.c | 974 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/ |
D | temporal_filter_sse4.c | 634 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/ |
D | entropymode.h | 66 const int16_t *neighbors; member
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 920 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/ |
D | lp_bld_sample_aos.c | 851 LLVMValueRef neighbors[2][2][2]; /* [z][y][x] */ in lp_build_sample_fetch_image_linear() local
|
D | lp_bld_sample_soa.c | 1030 LLVMValueRef neighbors[2][2][4]; in lp_build_sample_image_linear() local
|