Searched defs:neighbors (Results 1 – 6 of 6) sorted by relevance
/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/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 846 MV neighbors[4] = { { 0, -1 }, { -1, 0 }, { 1, 0 }, { 0, 1 } }; in vp8_hex_search() local 1638 MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; in vp8_refining_search_sad_c() local 1716 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 | 818 static const MV neighbors[4] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 } }; in calc_int_cost_list() local 1272 static const MV neighbors[4] = { { 0, -1 }, { 1, 0 }, { 0, 1 }, { -1, 0 } }; in vp9_pattern_search_sad() local 2050 const MV neighbors[4] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 } }; in vp9_refining_search_sad() local 2124 const MV neighbors[8] = { { -1, 0 }, { 0, -1 }, { 0, 1 }, { 1, 0 }, in vp9_refining_search_8p_c() 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 | 895 LLVMValueRef neighbors[2][2][4]; in lp_build_sample_image_linear() local
|