Searched refs:overlaps (Results 1 - 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
H A D | ec_types.h | 21 /* 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 D | error_concealment.c | 49 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...] |
H A D | onyxd_int.h | 119 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
|
H A D | onyxd_if.c | 88 pbi->overlaps = NULL;
|
/hardware/samsung_slsi/exynos5/libhwc/ |
H A D | hwc.cpp | 908 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 2106 milliseconds