Searched refs:overlaps (Results 1 – 4 of 4) sorted by relevance
49 if (pbi->overlaps != NULL) in vp8_alloc_overlap_lists()51 vpx_free(pbi->overlaps); in vp8_alloc_overlap_lists()52 pbi->overlaps = NULL; in vp8_alloc_overlap_lists()55 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols, in vp8_alloc_overlap_lists()58 if (pbi->overlaps == NULL) in vp8_alloc_overlap_lists()66 vpx_free(pbi->overlaps); in vp8_de_alloc_overlap_lists()67 pbi->overlaps = NULL; in vp8_de_alloc_overlap_lists()71 static void assign_overlap(OVERLAP_NODE* overlaps, in assign_overlap() argument82 if (overlaps[i].bmi == NULL) in assign_overlap()84 overlaps[i].bmi = bmi; in assign_overlap()[all …]
34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member42 B_OVERLAP overlaps[16]; member
119 MB_OVERLAP *overlaps; member
88 pbi->overlaps = NULL; in create_decompressor()