Searched defs:overlaps (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Dec_types.h21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member in struct:__anon539
37 /* Structure used to hold all the overlaps of a macroblock. The overlaps of a
38 * macroblock is further divided into block overlaps.
42 B_OVERLAP overlaps[16]; member in struct:__anon540
H A Donyxd_int.h119 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
H A Derror_concealment.c49 if (pbi->overlaps != NULL)
51 vpx_free(pbi->overlaps);
52 pbi->overlaps = NULL;
55 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
58 if (pbi->overlaps == NULL)
66 vpx_free(pbi->overlaps);
67 pbi->overlaps = NULL;
70 /* Inserts a new overlap area value to the list of overlaps of a block */
71 static void assign_overlap(OVERLAP_NODE* overlaps, argument
78 /* Find and assign to the next empty overlap node in the list of overlaps
249 estimate_mv(const OVERLAP_NODE *overlaps, union b_mode_info *bmi) argument
328 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
349 estimate_missing_mvs(MB_OVERLAP *overlaps, MODE_INFO *mi, MODE_INFO *prev_mi, int mb_rows, int mb_cols, unsigned int first_corrupt) argument
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp908 android::Vector<hwc_rect> overlaps; local
962 for (size_t j = 0; can_compose && j < overlaps.size(); j++) {
963 if (intersect(visible_rect, overlaps.itemAt(j)))
984 overlaps.push_back(intersection(visible_rect, other_rect));

Completed in 213 milliseconds