Home
last modified time | relevance | path

Searched defs:neighbors (Results 1 – 6 of 6) 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/libvpx/libvpx/vp8/encoder/
Dmcomp.c846 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/
Dvp9_mcomp.c818 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/
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.c895 LLVMValueRef neighbors[2][2][4]; in lp_build_sample_image_linear() local