Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_scan.h31 const int16_t *neighbors; member
37 static INLINE int get_coef_context(const int16_t *neighbors, in get_coef_context()
Dvp9_scan.c311 int16_t *neighbors) { in init_scan_neighbors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Derror_concealment.c434 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/
Dvp9_mcomp.c660 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/
Dmcomp.c865 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