Searched defs:neighbors (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_scan.h | 31 const int16_t *neighbors; member 37 static INLINE int get_coef_context(const int16_t *neighbors, in get_coef_context()
|
D | vp9_scan.c | 311 int16_t *neighbors) { in init_scan_neighbors()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | error_concealment.c | 434 EC_BLOCK *neighbors, in find_neighboring_blocks() 498 EC_BLOCK *neighbors, in interpolate_mvs() 566 EC_BLOCK neighbors[NUM_NEIGHBORS]; in vp8_interpolate_motion() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 660 static const MV neighbors[4] = {{0, -1}, { -1, 0}, {1, 0}, {0, 1}}; in vp9_pattern_search() local 1558 const MV neighbors[4] = {{ -1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp9_refining_search_sad_c() local 1609 MV neighbors[4] = {{ -1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp9_refining_search_sadx4() local 1707 const MV neighbors[8] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}, in vp9_refining_search_8p_c() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 865 MV neighbors[4] = {{0, -1}, { -1, 0}, {1, 0}, {0, 1}} ; in vp8_hex_search() local 1730 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp8_refining_search_sad_c() local 1810 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp8_refining_search_sadx4() local
|